#A15CB3

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

Shades of Deep Lilac #A15CB3

Tints of Deep Lilac #A15CB3

Color information

#A15CB3 (or 0xA15CB3) is unknown color: approx Deep Lilac. HEX triplet: A1, 5C and B3. RGB value is (161,92,179). Sum of RGB (Red+Green+Blue) = 161+92+179=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 179 - color contains mainly: blue. Hex color #A15CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15CB3 is #5EA34C. Grayscale: #7A7A7A. Windows color (decimal): -6202189 or 11754657. OLE color: 11754657.

HSL color Cylindrical-coordinate representation of color #A15CB3: hue angle of 287.59º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A15CB3 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16192179-
CMYK0.100.4900.30
HSL287.59º36.4%53.14%-
HSV(B)287.59º48.6%70.2%-
XYZ26.6618.4944.81-
YUV122.55159.86155.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.27%
GREEN value IS 92 (36.33% from 255) = 21.30%
BLUE value IS 179 (70.31% from 255) = 41.44%
R=37.27%
G=21.30%
B=41.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161921790.100.4900.30287.5936.453.14
HexA15CB3A3101E1202435
Octal24113426312610364404465
Binary101000011011100101100111010110001011110100100000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15CB3; }

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

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

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

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

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

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

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

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