#A05AC3

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

Shades of Deep Lilac #A05AC3

Tints of Deep Lilac #A05AC3

Color information

#A05AC3 (or 0xA05AC3) is unknown color: approx Deep Lilac. HEX triplet: A0, 5A and C3. RGB value is (160,90,195). Sum of RGB (Red+Green+Blue) = 160+90+195=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 195 (76.56% from 255 or 43.82% from 445); Max value from RGB is 195 - color contains mainly: blue. Hex color #A05AC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05AC3 is #5FA53C. Grayscale: #7A7A7A. Windows color (decimal): -6268221 or 12802720. OLE color: 12802720.

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

Color convert

RGB16090195-
CMYK0.180.5400.24
HSL280º46.67%55.88%-
HSV(B)280º53.85%76.47%-
XYZ2818.7353.77-
YUV122.9168.69154.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.96%
GREEN value IS 90 (35.55% from 255) = 20.22%
BLUE value IS 195 (76.56% from 255) = 43.82%
R=35.96%
G=20.22%
B=43.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160901950.180.5400.2428046.6755.88
HexA05AC312360181182f38
Octal24013230322660304305770
Binary1010000010110101100001110010110110011000100011000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05AC3; }

 p { color: rgb(160,90,195); }

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

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

 a { background-color: rgb(160,90,195); }

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

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

 span { border-color: rgb(160,90,195); }

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