#A64DCC

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

Shades of Deep Lilac #A64DCC

Tints of Deep Lilac #A64DCC

Color information

#A64DCC (or 0xA64DCC) is unknown color: approx Deep Lilac. HEX triplet: A6, 4D and CC. RGB value is (166,77,204). Sum of RGB (Red+Green+Blue) = 166+77+204=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #A64DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64DCC is #59B233. Grayscale: #757575. Windows color (decimal): -5878324 or 13389222. OLE color: 13389222.

HSL color Cylindrical-coordinate representation of color #A64DCC: hue angle of 282.05º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A64DCC is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16677204-
CMYK0.190.6200.2
HSL282.05º55.46%55.1%-
HSV(B)282.05º62.25%80%-
XYZ29.2817.7759.01-
YUV118.09176.49162.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 77 (30.47% from 255) = 17.23%
BLUE value IS 204 (80.08% from 255) = 45.64%
R=37.14%
G=17.23%
B=45.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal166772040.190.6200.2282.0555.4655.1
HexA64DCC133E01411a3737
Octal24611531423760244326767
Binary1010011010011011100110010011111110010100100011010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64DCC; }

 p { color: rgb(166,77,204); }

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

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

 a { background-color: rgb(166,77,204); }

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

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

 span { border-color: rgb(166,77,204); }

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