#AA65A9

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

Shades of Violet Blue #AA65A9

Tints of Violet Blue #AA65A9

Color information

#AA65A9 (or 0xAA65A9) is unknown color: approx Violet Blue. HEX triplet: AA, 65 and A9. RGB value is (170,101,169). Sum of RGB (Red+Green+Blue) = 170+101+169=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA65A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA65A9 is #559A56. Grayscale: #818181. Windows color (decimal): -5610071 or 11101610. OLE color: 11101610.

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

Color convert

RGB170101169-
CMYK00.410.010.33
HSL300.87º28.87%53.14%-
HSV(B)300.87º40.59%66.67%-
XYZ28.3920.7240.04-
YUV129.38150.36156.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 169 (66.41% from 255) = 38.41%
R=38.64%
G=22.95%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010116900.410.010.33300.8728.8753.14
HexAA65A902912112d1d35
Octal2521452510511414553565
Binary101010101100101101010010101001110000110010110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA65A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA65A9; }

 p { color: rgb(170,101,169); }

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

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

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

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

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

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

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