#AA65A1

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

Shades of Violet Blue #AA65A1

Tints of Violet Blue #AA65A1

Color information

#AA65A1 (or 0xAA65A1) is unknown color: approx Violet Blue. HEX triplet: AA, 65 and A1. RGB value is (170,101,161). Sum of RGB (Red+Green+Blue) = 170+101+161=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA65A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA65A1 is #559A5E. Grayscale: #808080. Windows color (decimal): -5610079 or 10577322. OLE color: 10577322.

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

Color convert

RGB170101161-
CMYK00.410.050.33
HSL307.83º28.87%53.14%-
HSV(B)307.83º40.59%66.67%-
XYZ27.6620.4336.2-
YUV128.47146.36157.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 101 (39.84% from 255) = 23.38%
BLUE value IS 161 (63.28% from 255) = 37.27%
R=39.35%
G=23.38%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010116100.410.050.33307.8328.8753.14
HexAA65A10295211341d35
Octal2521452410515414643565
Binary10101010110010110100001010100110110000110011010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA65A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA65A1; }

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

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

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

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

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

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

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

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