#A469BC

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

Shades of Deep Lilac #A469BC

Tints of Deep Lilac #A469BC

Color information

#A469BC (or 0xA469BC) is unknown color: approx Deep Lilac. HEX triplet: A4, 69 and BC. RGB value is (164,105,188). Sum of RGB (Red+Green+Blue) = 164+105+188=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #A469BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A469BC is #5B9643. Grayscale: #838383. Windows color (decimal): -6002244 or 12347812. OLE color: 12347812.

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

Color convert

RGB164105188-
CMYK0.130.4400.26
HSL282.65º38.25%57.45%-
HSV(B)282.65º44.15%73.73%-
XYZ29.4421.6350.2-
YUV132.1159.55150.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.89%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 188 (73.83% from 255) = 41.14%
R=35.89%
G=22.98%
B=41.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641051880.130.4400.26282.6538.2557.45
HexA469BCD2C01A11b2639
Octal24415127415540324334671
Binary101001001101001101111001101101100011010100011011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A469BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A469BC; }

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

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

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

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

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

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

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

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