#A64BC8

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

Shades of Deep Lilac #A64BC8

Tints of Deep Lilac #A64BC8

Color information

#A64BC8 (or 0xA64BC8) is unknown color: approx Deep Lilac. HEX triplet: A6, 4B and C8. RGB value is (166,75,200). Sum of RGB (Red+Green+Blue) = 166+75+200=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 200 - color contains mainly: blue. Hex color #A64BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64BC8 is #59B437. Grayscale: #747474. Windows color (decimal): -5878840 or 13126566. OLE color: 13126566.

HSL color Cylindrical-coordinate representation of color #A64BC8: hue angle of 283.68º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A64BC8 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16675200-
CMYK0.170.6200.22
HSL283.68º53.19%53.92%-
HSV(B)283.68º62.5%78.43%-
XYZ28.6717.3156.47-
YUV116.46175.15163.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.64%
GREEN value IS 75 (29.69% from 255) = 17.01%
BLUE value IS 200 (78.52% from 255) = 45.35%
R=37.64%
G=17.01%
B=45.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal166752000.170.6200.22283.6853.1953.92
HexA64BC8113E01611c3536
Octal24611331021760264346566
Binary1010011010010111100100010001111110010110100011100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64BC8; }

 p { color: rgb(166,75,200); }

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

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

 a { background-color: rgb(166,75,200); }

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

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

 span { border-color: rgb(166,75,200); }

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