#A456C5

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

Shades of Deep Lilac #A456C5

Tints of Deep Lilac #A456C5

Color information

#A456C5 (or 0xA456C5) is unknown color: approx Deep Lilac. HEX triplet: A4, 56 and C5. RGB value is (164,86,197). Sum of RGB (Red+Green+Blue) = 164+86+197=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 197 - color contains mainly: blue. Hex color #A456C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A456C5 is #5BA93A. Grayscale: #797979. Windows color (decimal): -6007099 or 12932772. OLE color: 12932772.

HSL color Cylindrical-coordinate representation of color #A456C5: hue angle of 282.16º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A456C5 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16486197-
CMYK0.170.5600.23
HSL282.16º48.9%55.49%-
HSV(B)282.16º56.35%77.25%-
XYZ28.7218.5854.9-
YUV121.98170.34157.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 86 (33.98% from 255) = 19.24%
BLUE value IS 197 (77.34% from 255) = 44.07%
R=36.69%
G=19.24%
B=44.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164861970.170.5600.23282.1648.955.49
HexA456C5113801711a3137
Octal24412630521700274326167
Binary1010010010101101100010110001111000010111100011010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A456C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A456C5; }

 p { color: rgb(164,86,197); }

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

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

 a { background-color: rgb(164,86,197); }

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

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

 span { border-color: rgb(164,86,197); }

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