#A26AB9

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

Shades of Deep Lilac #A26AB9

Tints of Deep Lilac #A26AB9

Color information

#A26AB9 (or 0xA26AB9) is unknown color: approx Deep Lilac. HEX triplet: A2, 6A and B9. RGB value is (162,106,185). Sum of RGB (Red+Green+Blue) = 162+106+185=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 185 - color contains mainly: blue. Hex color #A26AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26AB9 is #5D9546. Grayscale: #838383. Windows color (decimal): -6133063 or 12151458. OLE color: 12151458.

HSL color Cylindrical-coordinate representation of color #A26AB9: hue angle of 282.53º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A26AB9 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162106185-
CMYK0.120.4300.27
HSL282.53º36.07%57.06%-
HSV(B)282.53º42.7%72.55%-
XYZ28.8121.4948.53-
YUV131.75158.05149.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.76%
GREEN value IS 106 (41.80% from 255) = 23.40%
BLUE value IS 185 (72.66% from 255) = 40.84%
R=35.76%
G=23.40%
B=40.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621061850.120.4300.27282.5336.0757.06
HexA26AB9C2B01B11b2439
Octal24215227114530334334471
Binary101000101101010101110011100101011011011100011011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26AB9; }

 p { color: rgb(162,106,185); }

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

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

 a { background-color: rgb(162,106,185); }

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

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

 span { border-color: rgb(162,106,185); }

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