#A15CBA

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

Shades of Deep Lilac #A15CBA

Tints of Deep Lilac #A15CBA

Color information

#A15CBA (or 0xA15CBA) is unknown color: approx Deep Lilac. HEX triplet: A1, 5C and BA. RGB value is (161,92,186). Sum of RGB (Red+Green+Blue) = 161+92+186=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #A15CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15CBA is #5EA345. Grayscale: #7B7B7B. Windows color (decimal): -6202182 or 12213409. OLE color: 12213409.

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

Color convert

RGB16192186-
CMYK0.130.5100.27
HSL284.04º40.52%54.51%-
HSV(B)284.04º50.54%72.94%-
XYZ27.3918.7848.64-
YUV123.35163.36154.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.67%
GREEN value IS 92 (36.33% from 255) = 20.96%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=36.67%
G=20.96%
B=42.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161921860.130.5100.27284.0440.5254.51
HexA15CBAD3301B11c2937
Octal24113427215630334345167
Binary101000011011100101110101101110011011011100011100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15CBA; }

 p { color: rgb(161,92,186); }

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

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

 a { background-color: rgb(161,92,186); }

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

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

 span { border-color: rgb(161,92,186); }

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