#A058C1

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

Shades of Deep Lilac #A058C1

Tints of Deep Lilac #A058C1

Color information

#A058C1 (or 0xA058C1) is unknown color: approx Deep Lilac. HEX triplet: A0, 58 and C1. RGB value is (160,88,193). Sum of RGB (Red+Green+Blue) = 160+88+193=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #A058C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A058C1 is #5FA73E. Grayscale: #797979. Windows color (decimal): -6268735 or 12671136. OLE color: 12671136.

HSL color Cylindrical-coordinate representation of color #A058C1: hue angle of 281.14º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A058C1 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16088193-
CMYK0.170.5400.24
HSL281.14º45.85%55.1%-
HSV(B)281.14º54.4%75.69%-
XYZ27.6118.352.53-
YUV121.5168.35155.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 88 (34.77% from 255) = 19.95%
BLUE value IS 193 (75.78% from 255) = 43.76%
R=36.28%
G=19.95%
B=43.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160881930.170.5400.24281.1445.8555.1
HexA058C111360181192e37
Octal24013030121660304315667
Binary1010000010110001100000110001110110011000100011001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A058C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A058C1; }

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

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

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

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

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

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

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

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