#AA64AD

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

Shades of Violet Blue #AA64AD

Tints of Violet Blue #AA64AD

Color information

#AA64AD (or 0xAA64AD) is unknown color: approx Violet Blue. HEX triplet: AA, 64 and AD. RGB value is (170,100,173). Sum of RGB (Red+Green+Blue) = 170+100+173=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA64AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA64AD is #559B52. Grayscale: #818181. Windows color (decimal): -5610323 or 11363498. OLE color: 11363498.

HSL color Cylindrical-coordinate representation of color #AA64AD: hue angle of 297.53º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA64AD is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170100173-
CMYK0.020.4200.32
HSL297.53º30.8%53.53%-
HSV(B)297.53º42.2%67.84%-
XYZ28.6820.6842.01-
YUV129.25152.69157.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 100 (39.45% from 255) = 22.57%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=38.37%
G=22.57%
B=39.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701001730.020.4200.32297.5330.853.53
HexAA64AD22A02012a1f36
Octal2521442552520404523766
Binary1010101011001001010110110101010010000010010101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA64AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA64AD; }

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

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

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

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

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

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

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

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