#AA76AA

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

Shades of Violet Blue #AA76AA

Tints of Violet Blue #AA76AA

Color information

#AA76AA (or 0xAA76AA) is unknown color: approx Violet Blue. HEX triplet: AA, 76 and AA. RGB value is (170,118,170). Sum of RGB (Red+Green+Blue) = 170+118+170=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA76AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA76AA is #558955. Grayscale: #8B8B8B. Windows color (decimal): -5605718 or 11171498. OLE color: 11171498.

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

Color convert

RGB170118170-
CMYK00.3100.33
HSL300º23.42%56.47%-
HSV(B)300º30.59%66.67%-
XYZ30.3124.4141.14-
YUV139.48145.23149.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 118 (46.48% from 255) = 25.76%
BLUE value IS 170 (66.80% from 255) = 37.12%
R=37.12%
G=25.76%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011817000.3100.3330023.4256.47
HexAA76AA01F02112c1738
Octal2521662520370414542770
Binary10101010111011010101010011111010000110010110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA76AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA76AA; }

 p { color: rgb(170,118,170); }

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

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

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

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

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

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

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