#A266BA

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

Shades of Deep Lilac #A266BA

Tints of Deep Lilac #A266BA

Color information

#A266BA (or 0xA266BA) is unknown color: approx Deep Lilac. HEX triplet: A2, 66 and BA. RGB value is (162,102,186). Sum of RGB (Red+Green+Blue) = 162+102+186=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #A266BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A266BA is #5D9945. Grayscale: #818181. Windows color (decimal): -6134086 or 12215970. OLE color: 12215970.

HSL color Cylindrical-coordinate representation of color #A266BA: hue angle of 282.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A266BA is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162102186-
CMYK0.130.4500.27
HSL282.86º37.84%56.47%-
HSV(B)282.86º45.16%72.94%-
XYZ28.5120.7348.95-
YUV129.52159.88151.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 102 (40.23% from 255) = 22.67%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=36%
G=22.67%
B=41.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621021860.130.4500.27282.8637.8456.47
HexA266BAD2D01B11b2638
Octal24214627215550334334670
Binary101000101100110101110101101101101011011100011011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A266BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A266BA; }

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

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

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

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

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

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

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

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