#AA64A3

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

Shades of Violet Blue #AA64A3

Tints of Violet Blue #AA64A3

Color information

#AA64A3 (or 0xAA64A3) is unknown color: approx Violet Blue. HEX triplet: AA, 64 and A3. RGB value is (170,100,163). Sum of RGB (Red+Green+Blue) = 170+100+163=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA64A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA64A3 is #559B5C. Grayscale: #7F7F7F. Windows color (decimal): -5610333 or 10708138. OLE color: 10708138.

HSL color Cylindrical-coordinate representation of color #AA64A3: hue angle of 306º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA64A3 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB170100163-
CMYK00.410.040.33
HSL306º29.17%52.94%-
HSV(B)306º41.18%66.67%-
XYZ27.7520.337.11-
YUV128.11147.69157.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 100 (39.45% from 255) = 23.09%
BLUE value IS 163 (64.06% from 255) = 37.64%
R=39.26%
G=23.09%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010016300.410.040.3330629.1752.94
HexAA64A30294211321d35
Octal2521442430514414623565
Binary10101010110010010100011010100110010000110011001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA64A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA64A3; }

 p { color: rgb(170,100,163); }

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

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

 a { background-color: rgb(170,100,163); }

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

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

 span { border-color: rgb(170,100,163); }

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