#A266BF

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

Shades of Deep Lilac #A266BF

Tints of Deep Lilac #A266BF

Color information

#A266BF (or 0xA266BF) is unknown color: approx Deep Lilac. HEX triplet: A2, 66 and BF. RGB value is (162,102,191). Sum of RGB (Red+Green+Blue) = 162+102+191=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #A266BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A266BF is #5D9940. Grayscale: #818181. Windows color (decimal): -6134081 or 12543650. OLE color: 12543650.

HSL color Cylindrical-coordinate representation of color #A266BF: hue angle of 280.45º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A266BF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162102191-
CMYK0.150.4700.25
HSL280.45º41.01%57.45%-
HSV(B)280.45º46.6%74.9%-
XYZ29.0620.9551.8-
YUV130.09162.38150.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 191 (75% from 255) = 41.98%
R=35.60%
G=22.42%
B=41.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621021910.150.4700.25280.4541.0157.45
HexA266BFF2F0191182939
Octal24214627717570314305171
Binary101000101100110101111111111101111011001100011000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A266BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A266BF; }

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

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

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

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

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

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

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

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