#A64FA9

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

Shades of Violet Blue #A64FA9

Tints of Violet Blue #A64FA9

Color information

#A64FA9 (or 0xA64FA9) is unknown color: approx Violet Blue. HEX triplet: A6, 4F and A9. RGB value is (166,79,169). Sum of RGB (Red+Green+Blue) = 166+79+169=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 169 (66.41% from 255 or 40.82% from 414); Max value from RGB is 169 - color contains mainly: blue. Hex color #A64FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64FA9 is #59B056. Grayscale: #737373. Windows color (decimal): -5877847 or 11095974. OLE color: 11095974.

HSL color Cylindrical-coordinate representation of color #A64FA9: hue angle of 298º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A64FA9 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16679169-
CMYK0.020.5300.34
HSL298º36.29%48.63%-
HSV(B)298º53.25%66.27%-
XYZ25.6816.5639.38-
YUV115.27158.32164.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 79 (31.25% from 255) = 19.08%
BLUE value IS 169 (66.41% from 255) = 40.82%
R=40.10%
G=19.08%
B=40.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal166791690.020.5300.3429836.2948.63
HexA64FA923502212a2431
Octal2461172512650424524461
Binary10100110100111110101001101101010100010100101010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64FA9; }

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

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

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

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

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

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

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

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