#A64FBC

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

Shades of Deep Lilac #A64FBC

Tints of Deep Lilac #A64FBC

Color information

#A64FBC (or 0xA64FBC) is unknown color: approx Deep Lilac. HEX triplet: A6, 4F and BC. RGB value is (166,79,188). Sum of RGB (Red+Green+Blue) = 166+79+188=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #A64FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64FBC is #59B043. Grayscale: #757575. Windows color (decimal): -5877828 or 12341158. OLE color: 12341158.

HSL color Cylindrical-coordinate representation of color #A64FBC: hue angle of 287.89º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64FBC is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16679188-
CMYK0.120.5800.26
HSL287.89º44.86%52.35%-
HSV(B)287.89º57.98%73.73%-
XYZ27.617.3349.47-
YUV117.44167.82162.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 79 (31.25% from 255) = 18.24%
BLUE value IS 188 (73.83% from 255) = 43.42%
R=38.34%
G=18.24%
B=43.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166791880.120.5800.26287.8944.8652.35
HexA64FBCC3A01A1202d34
Octal24611727414720324405564
Binary101001101001111101111001100111010011010100100000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64FBC; }

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

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

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

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

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

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

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

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