#A64ACB

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

Shades of Deep Lilac #A64ACB

Tints of Deep Lilac #A64ACB

Color information

#A64ACB (or 0xA64ACB) is unknown color: approx Deep Lilac. HEX triplet: A6, 4A and CB. RGB value is (166,74,203). Sum of RGB (Red+Green+Blue) = 166+74+203=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #A64ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64ACB is #59B534. Grayscale: #737373. Windows color (decimal): -5879093 or 13322918. OLE color: 13322918.

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

Color convert

RGB16674203-
CMYK0.180.6400.20
HSL282.79º55.36%54.31%-
HSV(B)282.79º63.55%79.61%-
XYZ28.9517.3258.32-
YUV116.21176.98163.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 74 (29.30% from 255) = 16.70%
BLUE value IS 203 (79.69% from 255) = 45.82%
R=37.47%
G=16.70%
B=45.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal166742030.180.6400.20282.7955.3654.31
HexA64ACB124001411b3736
Octal246112313221000244336766
Binary10100110100101011001011100101000000010100100011011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64ACB; }

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

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

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

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

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

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

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

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