#A158B9

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

Shades of Deep Lilac #A158B9

Tints of Deep Lilac #A158B9

Color information

#A158B9 (or 0xA158B9) is unknown color: approx Deep Lilac. HEX triplet: A1, 58 and B9. RGB value is (161,88,185). Sum of RGB (Red+Green+Blue) = 161+88+185=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 185 - color contains mainly: blue. Hex color #A158B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A158B9 is #5EA746. Grayscale: #787878. Windows color (decimal): -6203207 or 12146849. OLE color: 12146849.

HSL color Cylindrical-coordinate representation of color #A158B9: hue angle of 285.15º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A158B9 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16188185-
CMYK0.130.5200.27
HSL285.15º40.93%53.53%-
HSV(B)285.15º52.43%72.55%-
XYZ26.9418.0647.96-
YUV120.88164.18156.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 88 (34.77% from 255) = 20.28%
BLUE value IS 185 (72.66% from 255) = 42.63%
R=37.10%
G=20.28%
B=42.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161881850.130.5200.27285.1540.9353.53
HexA158B9D3401B11d2936
Octal24113027115640334355166
Binary101000011011000101110011101110100011011100011101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A158B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A158B9; }

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

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

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

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

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

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

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

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