#A15CBC

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

Shades of Deep Lilac #A15CBC

Tints of Deep Lilac #A15CBC

Color information

#A15CBC (or 0xA15CBC) is unknown color: approx Deep Lilac. HEX triplet: A1, 5C and BC. RGB value is (161,92,188). Sum of RGB (Red+Green+Blue) = 161+92+188=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #A15CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15CBC is #5EA343. Grayscale: #7B7B7B. Windows color (decimal): -6202180 or 12344481. OLE color: 12344481.

HSL color Cylindrical-coordinate representation of color #A15CBC: hue angle of 283.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A15CBC is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16192188-
CMYK0.140.5100.26
HSL283.12º41.74%54.9%-
HSV(B)283.12º51.06%73.73%-
XYZ27.618.8649.76-
YUV123.58164.36154.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 92 (36.33% from 255) = 20.86%
BLUE value IS 188 (73.83% from 255) = 42.63%
R=36.51%
G=20.86%
B=42.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161921880.140.5100.26283.1241.7454.9
HexA15CBCE3301A11b2a37
Octal24113427416630324335267
Binary101000011011100101111001110110011011010100011011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15CBC; }

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

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

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

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

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

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

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

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