#A26BBA

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

Shades of Deep Lilac #A26BBA

Tints of Deep Lilac #A26BBA

Color information

#A26BBA (or 0xA26BBA) is unknown color: approx Deep Lilac. HEX triplet: A2, 6B and BA. RGB value is (162,107,186). Sum of RGB (Red+Green+Blue) = 162+107+186=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #A26BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26BBA is #5D9445. Grayscale: #848484. Windows color (decimal): -6132806 or 12217250. OLE color: 12217250.

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

Color convert

RGB162107186-
CMYK0.130.4200.27
HSL281.77º36.41%57.45%-
HSV(B)281.77º42.47%72.94%-
XYZ29.0221.7449.12-
YUV132.45158.22149.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 107 (42.19% from 255) = 23.52%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=35.60%
G=23.52%
B=40.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621071860.130.4200.27281.7736.4157.45
HexA26BBAD2A01B11a2439
Octal24215327215520334324471
Binary101000101101011101110101101101010011011100011010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26BBA; }

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

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

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

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

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

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

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

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