#AA64AC

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

Shades of Violet Blue #AA64AC

Tints of Violet Blue #AA64AC

Color information

#AA64AC (or 0xAA64AC) is unknown color: approx Violet Blue. HEX triplet: AA, 64 and AC. RGB value is (170,100,172). Sum of RGB (Red+Green+Blue) = 170+100+172=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA64AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA64AC is #559B53. Grayscale: #808080. Windows color (decimal): -5610324 or 11297962. OLE color: 11297962.

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

Color convert

RGB170100172-
CMYK0.010.4200.33
HSL298.33º30.25%53.33%-
HSV(B)298.33º41.86%67.45%-
XYZ28.5820.6441.51-
YUV129.14152.19157.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 100 (39.45% from 255) = 22.62%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=38.46%
G=22.62%
B=38.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701001720.010.4200.33298.3330.2553.33
HexAA64AC12A02112a1e35
Octal2521442541520414523665
Binary101010101100100101011001101010010000110010101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA64AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA64AC; }

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

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

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

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

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

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

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

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