#A36CBA

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

Shades of Deep Lilac #A36CBA

Tints of Deep Lilac #A36CBA

Color information

#A36CBA (or 0xA36CBA) is unknown color: approx Deep Lilac. HEX triplet: A3, 6C and BA. RGB value is (163,108,186). Sum of RGB (Red+Green+Blue) = 163+108+186=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #A36CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CBA is #5C9345. Grayscale: #858585. Windows color (decimal): -6067014 or 12217507. OLE color: 12217507.

HSL color Cylindrical-coordinate representation of color #A36CBA: hue angle of 282.31º 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 #A36CBA is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163108186-
CMYK0.120.4200.27
HSL282.31º36.11%57.65%-
HSV(B)282.31º41.94%72.94%-
XYZ29.3322.0649.17-
YUV133.34157.72149.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 108 (42.58% from 255) = 23.63%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=35.67%
G=23.63%
B=40.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631081860.120.4200.27282.3136.1157.65
HexA36CBAC2A01B11a243a
Octal24315427214520334324472
Binary101000111101100101110101100101010011011100011010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36CBA; }

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

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

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

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

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

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

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

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