#AA64AB

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

Shades of Violet Blue #AA64AB

Tints of Violet Blue #AA64AB

Color information

#AA64AB (or 0xAA64AB) is unknown color: approx Violet Blue. HEX triplet: AA, 64 and AB. RGB value is (170,100,171). Sum of RGB (Red+Green+Blue) = 170+100+171=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA64AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA64AB is #559B54. Grayscale: #808080. Windows color (decimal): -5610325 or 11232426. OLE color: 11232426.

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

Color convert

RGB170100171-
CMYK0.010.4200.33
HSL299.15º29.71%53.14%-
HSV(B)299.15º41.52%67.06%-
XYZ28.4920.641-
YUV129.02151.69157.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 100 (39.45% from 255) = 22.68%
BLUE value IS 171 (67.19% from 255) = 38.78%
R=38.55%
G=22.68%
B=38.78%

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
Decimal1701001710.010.4200.33299.1529.7153.14
HexAA64AB12A02112b1e35
Octal2521442531520414533665
Binary101010101100100101010111101010010000110010101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA64AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA64AB; }

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

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

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

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

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

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

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

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