#A26CBA

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

Shades of Deep Lilac #A26CBA

Tints of Deep Lilac #A26CBA

Color information

#A26CBA (or 0xA26CBA) is unknown color: approx Deep Lilac. HEX triplet: A2, 6C and BA. RGB value is (162,108,186). Sum of RGB (Red+Green+Blue) = 162+108+186=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #A26CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CBA is #5D9345. Grayscale: #848484. Windows color (decimal): -6132550 or 12217506. OLE color: 12217506.

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

Color convert

RGB162108186-
CMYK0.130.4200.27
HSL281.54º36.11%57.65%-
HSV(B)281.54º41.94%72.94%-
XYZ29.1321.9549.16-
YUV133.04157.89148.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 108 (42.58% from 255) = 23.68%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=35.53%
G=23.68%
B=40.79%

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
Decimal1621081860.130.4200.27281.5436.1157.65
HexA26CBAD2A01B11a243a
Octal24215427215520334324472
Binary101000101101100101110101101101010011011100011010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26CBA; }

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

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

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

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

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

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

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

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