#A266B4

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

Shades of Deep Lilac #A266B4

Tints of Deep Lilac #A266B4

Color information

#A266B4 (or 0xA266B4) is unknown color: approx Deep Lilac. HEX triplet: A2, 66 and B4. RGB value is (162,102,180). Sum of RGB (Red+Green+Blue) = 162+102+180=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: blue. Hex color #A266B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A266B4 is #5D994B. Grayscale: #808080. Windows color (decimal): -6134092 or 11822754. OLE color: 11822754.

HSL color Cylindrical-coordinate representation of color #A266B4: hue angle of 286.15º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A266B4 is Cyan = 0.1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB162102180-
CMYK0.10.4300.29
HSL286.15º34.21%55.29%-
HSV(B)286.15º43.33%70.59%-
XYZ27.8920.4845.66-
YUV128.83156.88151.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.49%
GREEN value IS 102 (40.23% from 255) = 22.97%
BLUE value IS 180 (70.70% from 255) = 40.54%
R=36.49%
G=22.97%
B=40.54%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621021800.10.4300.29286.1534.2155.29
HexA266B4A2B01D11e2237
Octal24214626412530354364267
Binary101000101100110101101001010101011011101100011110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A266B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A266B4; }

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

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

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

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

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

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

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

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