#A64A9F

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

Shades of Violet Blue #A64A9F

Tints of Violet Blue #A64A9F

Color information

#A64A9F (or 0xA64A9F) is unknown color: approx Violet Blue. HEX triplet: A6, 4A and 9F. RGB value is (166,74,159). Sum of RGB (Red+Green+Blue) = 166+74+159=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64A9F is #59B560. Grayscale: #6E6E6E. Windows color (decimal): -5879137 or 10439334. OLE color: 10439334.

HSL color Cylindrical-coordinate representation of color #A64A9F: hue angle of 304.57º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64A9F is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16674159-
CMYK00.550.040.35
HSL304.57º38.33%47.06%-
HSV(B)304.57º55.42%65.1%-
XYZ24.4315.5134.51-
YUV111.2154.98167.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 74 (29.30% from 255) = 18.55%
BLUE value IS 159 (62.5% from 255) = 39.85%
R=41.60%
G=18.55%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667415900.550.040.35304.5738.3347.06
HexA64A9F037423131262f
Octal2461122370674434614657
Binary101001101001010100111110110111100100011100110001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64A9F; }

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

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

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

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

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

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

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

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