#A15BAF

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

Shades of Deep Lilac #A15BAF

Tints of Deep Lilac #A15BAF

Color information

#A15BAF (or 0xA15BAF) is unknown color: approx Deep Lilac. HEX triplet: A1, 5B and AF. RGB value is (161,91,175). Sum of RGB (Red+Green+Blue) = 161+91+175=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #A15BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15BAF is #5EA450. Grayscale: #797979. Windows color (decimal): -6202449 or 11492257. OLE color: 11492257.

HSL color Cylindrical-coordinate representation of color #A15BAF: hue angle of 290º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A15BAF is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16191175-
CMYK0.080.4800.31
HSL290º34.43%52.16%-
HSV(B)290º48%68.63%-
XYZ26.1818.1542.68-
YUV121.51158.19156.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.70%
GREEN value IS 91 (35.94% from 255) = 21.31%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=37.70%
G=21.31%
B=40.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161911750.080.4800.3129034.4352.16
HexA15BAF83001F1222234
Octal24113325710600374424264
Binary101000011011011101011111000110000011111100100010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15BAF; }

 p { color: rgb(161,91,175); }

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

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

 a { background-color: rgb(161,91,175); }

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

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

 span { border-color: rgb(161,91,175); }

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