#A15CBD

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

Shades of Deep Lilac #A15CBD

Tints of Deep Lilac #A15CBD

Color information

#A15CBD (or 0xA15CBD) is unknown color: approx Deep Lilac. HEX triplet: A1, 5C and BD. RGB value is (161,92,189). Sum of RGB (Red+Green+Blue) = 161+92+189=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #A15CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15CBD is #5EA342. Grayscale: #7B7B7B. Windows color (decimal): -6202179 or 12410017. OLE color: 12410017.

HSL color Cylindrical-coordinate representation of color #A15CBD: hue angle of 282.68º 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 #A15CBD is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16192189-
CMYK0.150.5100.26
HSL282.68º42.36%55.1%-
HSV(B)282.68º51.32%74.12%-
XYZ27.7118.9150.33-
YUV123.69164.86154.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.43%
GREEN value IS 92 (36.33% from 255) = 20.81%
BLUE value IS 189 (74.22% from 255) = 42.76%
R=36.43%
G=20.81%
B=42.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161921890.150.5100.26282.6842.3655.1
HexA15CBDF3301A11b2a37
Octal24113427517630324335267
Binary101000011011100101111011111110011011010100011011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15CBD; }

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

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

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

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

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

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

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

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