COLOR #A588DA

HEX: #A588DA
RGB: (165,136,218)

Renk bilgisi

#A588DA contains mainly red and blue colors. #A588DA ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#A588DA color RGB value is (165,136,218).

  • kırmız ton 165;
  • yeşil ton 136;
  • mavi ton 218.
RGB:
(165,136,218)
(65%,53%,85%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 136 of 255 = 53%
B 218 of 255 = 85%

165
136
218

R + G + B ~ 68%. #A588DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 136 + 218 = 519 (100%)
R 165 of 519 ~ 31.79%
G 136 of 519 ~ 26.2%
B 218 of 519 ~ 42%

%31.79
%26.2
%42

CMYK RENK MODELİ

#A588DA rengi CMYK tonu (24,38,0,15).

  • camgöbeği tonu 24.31%
  • eflatun tonu 37.61%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(24,38,0,15)
C24M38Y0K15 
(24%,38%,0%,15%)
(0.24/0.38/0.00/0.15)	

CMYK yüzdeleri

%24.31
%37.61
%0
%14.51

Codes

Color #A588DA in popluar color models

A588DA
RGB165136218
HSL261°52.56%69.41%
HSB/HSV261°37.61%85.49%
CMYK24.31%37.61%0.00%
14.51%

Color #A588DA in popluar number systems.

HEXA588DA
Decimal165136218
Binary101001011000100011011010
Octal245210332

Shades and tints

Shades of #A588DA

#A588DA
(165,136,218)
#967CC7
(150,124,199)
#8770B4
(135,112,180)
#7864A1
(120,100,161)
#69588E
(105,88,142)
#5A4C7B
(90,76,123)
#4B4068
(75,64,104)
#3C3455
(60,52,85)
#2D2842
(45,40,66)
#1E1C2F
(30,28,47)
#0F101C
(15,16,28)
#000000
(0,0,0)

Tints of #A588DA

#A588DA
(165,136,218)
#AD92DD
(173,146,221)
#B59CE0
(181,156,224)
#BDA6E3
(189,166,227)
#C5B0E6
(197,176,230)
#CDBAE9
(205,186,233)
#D5C4EC
(213,196,236)
#DDCEEF
(221,206,239)
#E5D8F2
(229,216,242)
#EDE2F5
(237,226,245)
#F5ECF8
(245,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A588DA color. Also use rgb(165,136,218) instead hex code.

Text Font Color

.myTextColor { color: #A588DA; }

<p style="color:#A588DA">This sample text font color is #A588DA.</p>

This text font color is #A588DA.


Background Color

.myBgColor { background-color: #A588DA; }

<div style="background-color:#A588DA">Inner text</div>

This div background color is #A588DA.


Border color

.myBorderColor { border: 1px solid #A588DA; }

<div style="border:3px solid #A588DA">Div</div>

This div border color is #A588DA.


Opacity

.myOpacity80 { color: #A588DA; opacity: 0.8; }

<p style="color:#A588DA;opacity:0.8;">80%</p>

Text with #A588DA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A588DA;}

<p style="text-shadow: 3px 3px 1px #A588DA">Text here.</p>

This text has shadow with #A588DA color.

.textShadow {text-shadow: 3px 3px 1px #A588DA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A588DA, 5px 5px 20px red">Text here.</p>

This text has shadow with #A588DA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A588DA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A588DA, Direction=45, Strength=4)">Text</p>

This text has shadow with #A588DA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A588DA;
  -webkit-box-shadow:	1px 1px 3px 2px #A588DA;
  box-shadow:		1px 1px 3px 2px #A588DA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A588DA;
-webkit-box-shadow: 1px 1px 3px 2px #A588DA;
box-shadow:1px 1px 3px 2px #A588DA;">
Div content here</div>
This div box has shadow with color #A588DA.

Preview

Color preview on black background

This text has color #A588DA on black background.


Color preview on white background

This text has color #A588DA on white background.



Black color preview on #A588DA background

This text has black color on #A588DA background.


White color preview on #A588DA background

This text has white color on #A588DA background.