#A469BA

Color #A469BA Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A469BA

Tints of Deep Lilac #A469BA

Color information

#A469BA (or 0xA469BA) is unknown color: approx Deep Lilac. HEX triplet: A4, 69 and BA. RGB value is (164,105,186). Sum of RGB (Red+Green+Blue) = 164+105+186=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #A469BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A469BA is #5B9645. Grayscale: #838383. Windows color (decimal): -6002246 or 12216740. OLE color: 12216740.

HSL color Cylindrical-coordinate representation of color #A469BA: hue angle of 283.7º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A469BA is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164105186-
CMYK0.120.4400.27
HSL283.7º36.99%57.06%-
HSV(B)283.7º43.55%72.94%-
XYZ29.2221.5449.07-
YUV131.88158.55150.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 105 (41.41% from 255) = 23.08%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=36.04%
G=23.08%
B=40.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641051860.120.4400.27283.736.9957.06
HexA469BAC2C01B11c2539
Octal24415127214540334344571
Binary101001001101001101110101100101100011011100011100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A469BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A469BA; }

 p { color: rgb(164,105,186); }

 H1.HeaderClassName
 {
   color: #A469BA;
 }
 .AnyTagClassName
 {
   color: #A469BA;
 }
</style>
background-color css

<style>
 a { background-color: #A469BA; }

 a { background-color: rgb(164,105,186); }

 div.DivClassName
 {
   background-color: #A469BA;
 }
 .BgClassName
 {
   background-color: #A469BA;
 }
</style>
border-color css

<style>
 span { border-color: #A469BA; }

 span { border-color: rgb(164,105,186); }

 td.TdClassName
 {
   border-color: #A469BA;
 }
 .TagClassName
 {
   border-color: #A469BA;
 }
</style>