#A05FC2

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

Shades of Deep Lilac #A05FC2

Tints of Deep Lilac #A05FC2

Color information

#A05FC2 (or 0xA05FC2) is unknown color: approx Deep Lilac. HEX triplet: A0, 5F and C2. RGB value is (160,95,194). Sum of RGB (Red+Green+Blue) = 160+95+194=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #A05FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FC2 is #5FA03D. Grayscale: #7D7D7D. Windows color (decimal): -6266942 or 12738464. OLE color: 12738464.

HSL color Cylindrical-coordinate representation of color #A05FC2: hue angle of 279.39º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A05FC2 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16095194-
CMYK0.180.5100.24
HSL279.39º44.8%56.67%-
HSV(B)279.39º51.03%76.08%-
XYZ28.3319.5553.32-
YUV125.72166.53152.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.63%
GREEN value IS 95 (37.5% from 255) = 21.16%
BLUE value IS 194 (76.17% from 255) = 43.21%
R=35.63%
G=21.16%
B=43.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160951940.180.5100.24279.3944.856.67
HexA05FC212330181172d39
Octal24013730222630304275571
Binary1010000010111111100001010010110011011000100010111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05FC2; }

 p { color: rgb(160,95,194); }

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

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

 a { background-color: rgb(160,95,194); }

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

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

 span { border-color: rgb(160,95,194); }

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