#AA64AA

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

Shades of Violet Blue #AA64AA

Tints of Violet Blue #AA64AA

Color information

#AA64AA (or 0xAA64AA) is unknown color: approx Violet Blue. HEX triplet: AA, 64 and AA. RGB value is (170,100,170). Sum of RGB (Red+Green+Blue) = 170+100+170=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA64AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA64AA is #559B55. Grayscale: #808080. Windows color (decimal): -5610326 or 11166890. OLE color: 11166890.

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

Color convert

RGB170100170-
CMYK00.4100.33
HSL300º29.17%52.94%-
HSV(B)300º41.18%66.67%-
XYZ28.3920.5640.5-
YUV128.91151.19157.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 100 (39.45% from 255) = 22.73%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=38.64%
G=22.73%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010017000.4100.3330029.1752.94
HexAA64AA02902112c1d35
Octal2521442520510414543565
Binary101010101100100101010100101001010000110010110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA64AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA64AA; }

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

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

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

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

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

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

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

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