#A669BD

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

Shades of Deep Lilac #A669BD

Tints of Deep Lilac #A669BD

Color information

#A669BD (or 0xA669BD) is unknown color: approx Deep Lilac. HEX triplet: A6, 69 and BD. RGB value is (166,105,189). Sum of RGB (Red+Green+Blue) = 166+105+189=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #A669BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669BD is #599642. Grayscale: #848484. Windows color (decimal): -5871171 or 12413350. OLE color: 12413350.

HSL color Cylindrical-coordinate representation of color #A669BD: hue angle of 283.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A669BD is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166105189-
CMYK0.120.4400.26
HSL283.57º38.89%57.65%-
HSV(B)283.57º44.44%74.12%-
XYZ29.9621.8850.79-
YUV132.82159.71151.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.09%
GREEN value IS 105 (41.41% from 255) = 22.83%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=36.09%
G=22.83%
B=41.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661051890.120.4400.26283.5738.8957.65
HexA669BDC2C01A11c273a
Octal24615127514540324344772
Binary101001101101001101111011100101100011010100011100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A669BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A669BD; }

 p { color: rgb(166,105,189); }

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

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

 a { background-color: rgb(166,105,189); }

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

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

 span { border-color: rgb(166,105,189); }

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