#A058BB

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

Shades of Deep Lilac #A058BB

Tints of Deep Lilac #A058BB

Color information

#A058BB (or 0xA058BB) is unknown color: approx Deep Lilac. HEX triplet: A0, 58 and BB. RGB value is (160,88,187). Sum of RGB (Red+Green+Blue) = 160+88+187=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #A058BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A058BB is #5FA744. Grayscale: #787878. Windows color (decimal): -6268741 or 12277920. OLE color: 12277920.

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

Color convert

RGB16088187-
CMYK0.140.5300.27
HSL283.64º42.13%53.92%-
HSV(B)283.64º52.94%73.33%-
XYZ26.9618.0449.08-
YUV120.81165.35155.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.78%
GREEN value IS 88 (34.77% from 255) = 20.23%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=36.78%
G=20.23%
B=42.99%

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
Decimal160881870.140.5300.27283.6442.1353.92
HexA058BBE3501B11c2a36
Octal24013027316650334345266
Binary101000001011000101110111110110101011011100011100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A058BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A058BB; }

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

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

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

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

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

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

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

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