#A466BD

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

Shades of Deep Lilac #A466BD

Tints of Deep Lilac #A466BD

Color information

#A466BD (or 0xA466BD) is unknown color: approx Deep Lilac. HEX triplet: A4, 66 and BD. RGB value is (164,102,189). Sum of RGB (Red+Green+Blue) = 164+102+189=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #A466BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A466BD is #5B9942. Grayscale: #828282. Windows color (decimal): -6003011 or 12412580. OLE color: 12412580.

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

Color convert

RGB164102189-
CMYK0.130.4600.26
HSL282.76º39.73%57.06%-
HSV(B)282.76º46.03%74.12%-
XYZ29.2521.0750.67-
YUV130.46161.04151.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=36.04%
G=22.42%
B=41.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641021890.130.4600.26282.7639.7357.06
HexA466BDD2E01A11b2839
Octal24414627515560324335071
Binary101001001100110101111011101101110011010100011011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A466BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A466BD; }

 p { color: rgb(164,102,189); }

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

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

 a { background-color: rgb(164,102,189); }

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

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

 span { border-color: rgb(164,102,189); }

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