#A058B9

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

Shades of Deep Lilac #A058B9

Tints of Deep Lilac #A058B9

Color information

#A058B9 (or 0xA058B9) is unknown color: approx Deep Lilac. HEX triplet: A0, 58 and B9. RGB value is (160,88,185). Sum of RGB (Red+Green+Blue) = 160+88+185=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 185 - color contains mainly: blue. Hex color #A058B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A058B9 is #5FA746. Grayscale: #787878. Windows color (decimal): -6268743 or 12146848. OLE color: 12146848.

HSL color Cylindrical-coordinate representation of color #A058B9: hue angle of 284.54º 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 #A058B9 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16088185-
CMYK0.140.5200.27
HSL284.54º40.93%53.53%-
HSV(B)284.54º52.43%72.55%-
XYZ26.7417.9647.96-
YUV120.59164.35156.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 88 (34.77% from 255) = 20.32%
BLUE value IS 185 (72.66% from 255) = 42.73%
R=36.95%
G=20.32%
B=42.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160881850.140.5200.27284.5440.9353.53
HexA058B9E3401B11d2936
Octal24013027116640334355166
Binary101000001011000101110011110110100011011100011101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A058B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A058B9; }

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

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

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

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

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

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

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

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