#AA64B1

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

Shades of Violet Blue #AA64B1

Tints of Violet Blue #AA64B1

Color information

#AA64B1 (or 0xAA64B1) is unknown color: approx Violet Blue. HEX triplet: AA, 64 and B1. RGB value is (170,100,177). Sum of RGB (Red+Green+Blue) = 170+100+177=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA64B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA64B1 is #559B4E. Grayscale: #818181. Windows color (decimal): -5610319 or 11625642. OLE color: 11625642.

HSL color Cylindrical-coordinate representation of color #AA64B1: hue angle of 294.55º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA64B1 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170100177-
CMYK0.040.4400.31
HSL294.55º33.05%54.31%-
HSV(B)294.55º43.5%69.41%-
XYZ29.0720.8344.08-
YUV129.71154.69156.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 100 (39.45% from 255) = 22.37%
BLUE value IS 177 (69.53% from 255) = 39.60%
R=38.03%
G=22.37%
B=39.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701001770.040.4400.31294.5533.0554.31
HexAA64B142C01F1272136
Octal2521442614540374474166
Binary10101010110010010110001100101100011111100100111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA64B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA64B1; }

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

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

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

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

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

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

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

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