#AA64A5

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

Shades of Violet Blue #AA64A5

Tints of Violet Blue #AA64A5

Color information

#AA64A5 (or 0xAA64A5) is unknown color: approx Violet Blue. HEX triplet: AA, 64 and A5. RGB value is (170,100,165). Sum of RGB (Red+Green+Blue) = 170+100+165=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA64A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA64A5 is #559B5A. Grayscale: #808080. Windows color (decimal): -5610331 or 10839210. OLE color: 10839210.

HSL color Cylindrical-coordinate representation of color #AA64A5: hue angle of 304.29º 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 #AA64A5 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB170100165-
CMYK00.410.030.33
HSL304.29º29.17%52.94%-
HSV(B)304.29º41.18%66.67%-
XYZ27.9320.3838.06-
YUV128.34148.69157.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 100 (39.45% from 255) = 22.99%
BLUE value IS 165 (64.84% from 255) = 37.93%
R=39.08%
G=22.99%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010016500.410.030.33304.2929.1752.94
HexAA64A50293211301d35
Octal2521442450513414603565
Binary1010101011001001010010101010011110000110011000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA64A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA64A5; }

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

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

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

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

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

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

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

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