#A058BC

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

Shades of Deep Lilac #A058BC

Tints of Deep Lilac #A058BC

Color information

#A058BC (or 0xA058BC) is unknown color: approx Deep Lilac. HEX triplet: A0, 58 and BC. RGB value is (160,88,188). Sum of RGB (Red+Green+Blue) = 160+88+188=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #A058BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A058BC is #5FA743. Grayscale: #787878. Windows color (decimal): -6268740 or 12343456. OLE color: 12343456.

HSL color Cylindrical-coordinate representation of color #A058BC: hue angle of 283.2º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A058BC is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16088188-
CMYK0.150.5300.26
HSL283.2º42.74%54.12%-
HSV(B)283.2º53.19%73.73%-
XYZ27.0618.0849.64-
YUV120.93165.85155.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.70%
GREEN value IS 88 (34.77% from 255) = 20.18%
BLUE value IS 188 (73.83% from 255) = 43.12%
R=36.70%
G=20.18%
B=43.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160881880.150.5300.26283.242.7454.12
HexA058BCF3501A11b2b36
Octal24013027417650324335366
Binary101000001011000101111001111110101011010100011011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A058BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A058BC; }

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

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

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

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

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

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

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

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