#AA77AD

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

Shades of Violet Blue #AA77AD

Tints of Violet Blue #AA77AD

Color information

#AA77AD (or 0xAA77AD) is unknown color: approx Violet Blue. HEX triplet: AA, 77 and AD. RGB value is (170,119,173). Sum of RGB (Red+Green+Blue) = 170+119+173=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA77AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA77AD is #558852. Grayscale: #8C8C8C. Windows color (decimal): -5605459 or 11368362. OLE color: 11368362.

HSL color Cylindrical-coordinate representation of color #AA77AD: hue angle of 296.67º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA77AD is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170119173-
CMYK0.020.3100.32
HSL296.67º24.77%57.25%-
HSV(B)296.67º31.21%67.84%-
XYZ30.7224.7642.69-
YUV140.4146.4149.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 119 (46.88% from 255) = 25.76%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=36.80%
G=25.76%
B=37.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701191730.020.3100.32296.6724.7757.25
HexAA77AD21F0201291939
Octal2521672552370404513171
Binary101010101110111101011011011111010000010010100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA77AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA77AD; }

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

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

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

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

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

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

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

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