#A058B6

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

Shades of Deep Lilac #A058B6

Tints of Deep Lilac #A058B6

Color information

#A058B6 (or 0xA058B6) is unknown color: approx Deep Lilac. HEX triplet: A0, 58 and B6. RGB value is (160,88,182). Sum of RGB (Red+Green+Blue) = 160+88+182=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 182 - color contains mainly: blue. Hex color #A058B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A058B6 is #5FA749. Grayscale: #777777. Windows color (decimal): -6268746 or 11950240. OLE color: 11950240.

HSL color Cylindrical-coordinate representation of color #A058B6: hue angle of 285.96º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A058B6 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16088182-
CMYK0.120.5200.29
HSL285.96º39.17%52.94%-
HSV(B)285.96º51.65%71.37%-
XYZ26.4317.8346.3-
YUV120.24162.85156.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 88 (34.77% from 255) = 20.47%
BLUE value IS 182 (71.48% from 255) = 42.33%
R=37.21%
G=20.47%
B=42.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160881820.120.5200.29285.9639.1752.94
HexA058B6C3401D11e2735
Octal24013026614640354364765
Binary101000001011000101101101100110100011101100011110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A058B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A058B6; }

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

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

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

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

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

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

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

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