#A669BA

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

Shades of Deep Lilac #A669BA

Tints of Deep Lilac #A669BA

Color information

#A669BA (or 0xA669BA) is unknown color: approx Deep Lilac. HEX triplet: A6, 69 and BA. RGB value is (166,105,186). Sum of RGB (Red+Green+Blue) = 166+105+186=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #A669BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669BA is #599645. Grayscale: #848484. Windows color (decimal): -5871174 or 12216742. OLE color: 12216742.

HSL color Cylindrical-coordinate representation of color #A669BA: hue angle of 285.19º 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 #A669BA is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166105186-
CMYK0.110.4400.27
HSL285.19º36.99%57.06%-
HSV(B)285.19º43.55%72.94%-
XYZ29.6421.7649.09-
YUV132.47158.21151.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=36.32%
G=22.98%
B=40.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661051860.110.4400.27285.1936.9957.06
HexA669BAB2C01B11d2539
Octal24615127213540334354571
Binary101001101101001101110101011101100011011100011101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A669BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A669BA; }

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

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

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

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

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

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

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

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