#AA77A9

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

Shades of Violet Blue #AA77A9

Tints of Violet Blue #AA77A9

Color information

#AA77A9 (or 0xAA77A9) is unknown color: approx Violet Blue. HEX triplet: AA, 77 and A9. RGB value is (170,119,169). Sum of RGB (Red+Green+Blue) = 170+119+169=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA77A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA77A9 is #558856. Grayscale: #8B8B8B. Windows color (decimal): -5605463 or 11106218. OLE color: 11106218.

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

Color convert

RGB170119169-
CMYK00.30.010.33
HSL301.18º23.08%56.67%-
HSV(B)301.18º30%66.67%-
XYZ30.3424.640.69-
YUV139.95144.4149.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 119 (46.88% from 255) = 25.98%
BLUE value IS 169 (66.41% from 255) = 36.90%
R=37.12%
G=25.98%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011916900.30.010.33301.1823.0856.67
HexAA77A901E12112d1739
Octal2521672510361414552771
Binary10101010111011110101001011110110000110010110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA77A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA77A9; }

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

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

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

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

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

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

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

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