#A15AAF

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

Shades of Deep Lilac #A15AAF

Tints of Deep Lilac #A15AAF

Color information

#A15AAF (or 0xA15AAF) is unknown color: approx Deep Lilac. HEX triplet: A1, 5A and AF. RGB value is (161,90,175). Sum of RGB (Red+Green+Blue) = 161+90+175=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #A15AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15AAF is #5EA550. Grayscale: #787878. Windows color (decimal): -6202705 or 11492001. OLE color: 11492001.

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

Color convert

RGB16190175-
CMYK0.080.4900.31
HSL290.12º34.69%51.96%-
HSV(B)290.12º48.57%68.63%-
XYZ26.0917.9842.65-
YUV120.92158.52156.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.79%
GREEN value IS 90 (35.55% from 255) = 21.13%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=37.79%
G=21.13%
B=41.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161901750.080.4900.31290.1234.6951.96
HexA15AAF83101F1222334
Octal24113225710610374424364
Binary101000011011010101011111000110001011111100100010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15AAF; }

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

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

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

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

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

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

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

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