#A266BE

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

Shades of Deep Lilac #A266BE

Tints of Deep Lilac #A266BE

Color information

#A266BE (or 0xA266BE) is unknown color: approx Deep Lilac. HEX triplet: A2, 66 and BE. RGB value is (162,102,190). Sum of RGB (Red+Green+Blue) = 162+102+190=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #A266BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A266BE is #5D9941. Grayscale: #818181. Windows color (decimal): -6134082 or 12478114. OLE color: 12478114.

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

Color convert

RGB162102190-
CMYK0.150.4600.25
HSL280.91º40.37%57.25%-
HSV(B)280.91º46.32%74.51%-
XYZ28.9520.951.22-
YUV129.97161.88150.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.68%
GREEN value IS 102 (40.23% from 255) = 22.47%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=35.68%
G=22.47%
B=41.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621021900.150.4600.25280.9140.3757.25
HexA266BEF2E0191192839
Octal24214627617560314315071
Binary101000101100110101111101111101110011001100011001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A266BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A266BE; }

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

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

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

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

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

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

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

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