#A158AF

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

Shades of Deep Lilac #A158AF

Tints of Deep Lilac #A158AF

Color information

#A158AF (or 0xA158AF) is unknown color: approx Deep Lilac. HEX triplet: A1, 58 and AF. RGB value is (161,88,175). Sum of RGB (Red+Green+Blue) = 161+88+175=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #A158AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A158AF is #5EA750. Grayscale: #777777. Windows color (decimal): -6203217 or 11491489. OLE color: 11491489.

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

Color convert

RGB16188175-
CMYK0.080.5000.31
HSL290.34º35.22%51.57%-
HSV(B)290.34º49.71%68.63%-
XYZ25.9317.6542.6-
YUV119.74159.18157.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 88 (34.77% from 255) = 20.75%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=37.97%
G=20.75%
B=41.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161881750.080.5000.31290.3435.2251.57
HexA158AF83201F1222334
Octal24113025710620374424364
Binary101000011011000101011111000110010011111100100010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A158AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A158AF; }

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

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

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

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

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

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

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

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