#A058B1

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

Shades of Deep Lilac #A058B1

Tints of Deep Lilac #A058B1

Color information

#A058B1 (or 0xA058B1) is unknown color: approx Deep Lilac. HEX triplet: A0, 58 and B1. RGB value is (160,88,177). Sum of RGB (Red+Green+Blue) = 160+88+177=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 177 - color contains mainly: blue. Hex color #A058B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A058B1 is #5FA74E. Grayscale: #777777. Windows color (decimal): -6268751 or 11622560. OLE color: 11622560.

HSL color Cylindrical-coordinate representation of color #A058B1: hue angle of 288.54º degrees, saturation: 0.36, 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 #A058B1 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16088177-
CMYK0.100.5000.31
HSL288.54º36.33%51.96%-
HSV(B)288.54º50.28%69.41%-
XYZ25.9217.6343.63-
YUV119.67160.35156.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 88 (34.77% from 255) = 20.71%
BLUE value IS 177 (69.53% from 255) = 41.65%
R=37.65%
G=20.71%
B=41.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160881770.100.5000.31288.5436.3351.96
HexA058B1A3201F1212434
Octal24013026112620374414464
Binary101000001011000101100011010110010011111100100001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A058B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A058B1; }

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

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

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

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

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

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

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

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