#A15FB2

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

Shades of Deep Lilac #A15FB2

Tints of Deep Lilac #A15FB2

Color information

#A15FB2 (or 0xA15FB2) is unknown color: approx Deep Lilac. HEX triplet: A1, 5F and B2. RGB value is (161,95,178). Sum of RGB (Red+Green+Blue) = 161+95+178=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 178 - color contains mainly: blue. Hex color #A15FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15FB2 is #5EA04D. Grayscale: #7B7B7B. Windows color (decimal): -6201422 or 11689889. OLE color: 11689889.

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

Color convert

RGB16195178-
CMYK0.100.4700.30
HSL287.71º35.02%53.53%-
HSV(B)287.71º46.63%69.8%-
XYZ26.8318.9844.37-
YUV124.2158.37154.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 95 (37.5% from 255) = 21.89%
BLUE value IS 178 (69.92% from 255) = 41.01%
R=37.10%
G=21.89%
B=41.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161951780.100.4700.30287.7135.0253.53
HexA15FB2A2F01E1202336
Octal24113726212570364404366
Binary101000011011111101100101010101111011110100100000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15FB2; }

 p { color: rgb(161,95,178); }

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

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

 a { background-color: rgb(161,95,178); }

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

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

 span { border-color: rgb(161,95,178); }

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