#A669BC

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

Shades of Deep Lilac #A669BC

Tints of Deep Lilac #A669BC

Color information

#A669BC (or 0xA669BC) is unknown color: approx Deep Lilac. HEX triplet: A6, 69 and BC. RGB value is (166,105,188). Sum of RGB (Red+Green+Blue) = 166+105+188=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #A669BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669BC is #599643. Grayscale: #848484. Windows color (decimal): -5871172 or 12347814. OLE color: 12347814.

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

Color convert

RGB166105188-
CMYK0.120.4400.26
HSL284.1º38.25%57.45%-
HSV(B)284.1º44.15%73.73%-
XYZ29.8521.8450.22-
YUV132.7159.21151.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.17%
GREEN value IS 105 (41.41% from 255) = 22.88%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=36.17%
G=22.88%
B=40.96%

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
Decimal1661051880.120.4400.26284.138.2557.45
HexA669BCC2C01A11c2639
Octal24615127414540324344671
Binary101001101101001101111001100101100011010100011100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A669BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A669BC; }

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

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

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

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

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

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

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

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