#a64abf

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

Shades of Deep Lilac #A64ABF

Tints of Deep Lilac #A64ABF

Color information

#A64ABF (or 0xA64ABF) is unknown color: approx Deep Lilac. HEX triplet: A6, 4A and BF. RGB value is (166,74,191). Sum of RGB (Red+Green+Blue) = 166+74+191=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #A64ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64ABF is #59B540. Grayscale: #727272. Windows color (decimal): -5879105 or 12536486. OLE color: 12536486.

HSL color Cylindrical-coordinate representation of color #A64ABF: hue angle of 287.18º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64ABF is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16674191-
CMYK0.130.6100.25
HSL287.18º47.76%51.96%-
HSV(B)287.18º61.26%74.9%-
XYZ27.5816.7751.07-
YUV114.85170.98164.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 74 (29.30% from 255) = 17.17%
BLUE value IS 191 (75% from 255) = 44.32%
R=38.52%
G=17.17%
B=44.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166741910.130.6100.25287.1847.7651.96
HexA64ABFD3D01911f3034
Octal24611227715750314376064
Binary101001101001010101111111101111101011001100011111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a64abf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a64abf; }

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

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

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

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

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

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

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

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