#A64D99

Color #A64D99 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A64D99

Tints of Violet Blue #A64D99

Color information

#A64D99 (or 0xA64D99) is unknown color: approx Violet Blue. HEX triplet: A6, 4D and 99. RGB value is (166,77,153). Sum of RGB (Red+Green+Blue) = 166+77+153=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64D99 is #59B266. Grayscale: #707070. Windows color (decimal): -5878375 or 10046886. OLE color: 10046886.

HSL color Cylindrical-coordinate representation of color #A64D99: hue angle of 308.76º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A64D99 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16677153-
CMYK00.540.080.35
HSL308.76º36.63%47.65%-
HSV(B)308.76º53.61%65.1%-
XYZ24.1315.7131.9-
YUV112.28150.99166.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.92%
GREEN value IS 77 (30.47% from 255) = 19.44%
BLUE value IS 153 (60.16% from 255) = 38.64%
R=41.92%
G=19.44%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667715300.540.080.35308.7636.6347.65
HexA64D990368231352530
Octal24611523106610434654560
Binary1010011010011011001100101101101000100011100110101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64D99; }

 p { color: rgb(166,77,153); }

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

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

 a { background-color: rgb(166,77,153); }

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

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

 span { border-color: rgb(166,77,153); }

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