#A058BA

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

Shades of Deep Lilac #A058BA

Tints of Deep Lilac #A058BA

Color information

#A058BA (or 0xA058BA) is unknown color: approx Deep Lilac. HEX triplet: A0, 58 and BA. RGB value is (160,88,186). Sum of RGB (Red+Green+Blue) = 160+88+186=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #A058BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A058BA is #5FA745. Grayscale: #787878. Windows color (decimal): -6268742 or 12212384. OLE color: 12212384.

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

Color convert

RGB16088186-
CMYK0.140.5300.27
HSL284.08º41.53%53.73%-
HSV(B)284.08º52.69%72.94%-
XYZ26.851848.51-
YUV120.7164.85156.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.87%
GREEN value IS 88 (34.77% from 255) = 20.28%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=36.87%
G=20.28%
B=42.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160881860.140.5300.27284.0841.5353.73
HexA058BAE3501B11c2a36
Octal24013027216650334345266
Binary101000001011000101110101110110101011011100011100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A058BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A058BA; }

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

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

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

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

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

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

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

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