#A64ACC

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

Shades of Deep Lilac #A64ACC

Tints of Deep Lilac #A64ACC

Color information

#A64ACC (or 0xA64ACC) is unknown color: approx Deep Lilac. HEX triplet: A6, 4A and CC. RGB value is (166,74,204). Sum of RGB (Red+Green+Blue) = 166+74+204=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #A64ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64ACC is #59B533. Grayscale: #737373. Windows color (decimal): -5879092 or 13388454. OLE color: 13388454.

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

Color convert

RGB16674204-
CMYK0.190.6400.2
HSL282.46º56.03%54.51%-
HSV(B)282.46º63.73%80%-
XYZ29.0717.3658.95-
YUV116.33177.48163.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 74 (29.30% from 255) = 16.67%
BLUE value IS 204 (80.08% from 255) = 45.95%
R=37.39%
G=16.67%
B=45.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal166742040.190.6400.2282.4656.0354.51
HexA64ACC134001411a3837
Octal246112314231000244327067
Binary10100110100101011001100100111000000010100100011010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64ACC; }

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

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

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

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

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

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

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

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