#A266BD

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

Shades of Deep Lilac #A266BD

Tints of Deep Lilac #A266BD

Color information

#A266BD (or 0xA266BD) is unknown color: approx Deep Lilac. HEX triplet: A2, 66 and BD. RGB value is (162,102,189). Sum of RGB (Red+Green+Blue) = 162+102+189=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #A266BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A266BD is #5D9942. Grayscale: #818181. Windows color (decimal): -6134083 or 12412578. OLE color: 12412578.

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

Color convert

RGB162102189-
CMYK0.140.4600.26
HSL281.38º39.73%57.06%-
HSV(B)281.38º46.03%74.12%-
XYZ28.8420.8650.65-
YUV129.86161.38150.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 102 (40.23% from 255) = 22.52%
BLUE value IS 189 (74.22% from 255) = 41.72%
R=35.76%
G=22.52%
B=41.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621021890.140.4600.26281.3839.7357.06
HexA266BDE2E01A1192839
Octal24214627516560324315071
Binary101000101100110101111011110101110011010100011001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A266BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A266BD; }

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

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

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

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

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

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

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

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