#a64fbf

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

Shades of Deep Lilac #A64FBF

Tints of Deep Lilac #A64FBF

Color information

#A64FBF (or 0xA64FBF) is unknown color: approx Deep Lilac. HEX triplet: A6, 4F and BF. RGB value is (166,79,191). Sum of RGB (Red+Green+Blue) = 166+79+191=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #A64FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64FBF is #59B040. Grayscale: #757575. Windows color (decimal): -5877825 or 12537766. OLE color: 12537766.

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

Color convert

RGB16679191-
CMYK0.130.5900.25
HSL286.61º46.67%52.94%-
HSV(B)286.61º58.64%74.9%-
XYZ27.9317.4651.19-
YUV117.78169.32162.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 79 (31.25% from 255) = 18.12%
BLUE value IS 191 (75% from 255) = 43.81%
R=38.07%
G=18.12%
B=43.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166791910.130.5900.25286.6146.6752.94
HexA64FBFD3B01911f2f35
Octal24611727715730314375765
Binary101001101001111101111111101111011011001100011111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a64fbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a64fbf; }

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

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

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

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

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

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

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

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