#AA76AF

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

Shades of Violet Blue #AA76AF

Tints of Violet Blue #AA76AF

Color information

#AA76AF (or 0xAA76AF) is unknown color: approx Violet Blue. HEX triplet: AA, 76 and AF. RGB value is (170,118,175). Sum of RGB (Red+Green+Blue) = 170+118+175=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA76AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA76AF is #558950. Grayscale: #8B8B8B. Windows color (decimal): -5605713 or 11499178. OLE color: 11499178.

HSL color Cylindrical-coordinate representation of color #AA76AF: hue angle of 294.74º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA76AF is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170118175-
CMYK0.030.3300.31
HSL294.74º26.27%57.45%-
HSV(B)294.74º32.57%68.63%-
XYZ30.7924.643.68-
YUV140.05147.73149.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 118 (46.48% from 255) = 25.49%
BLUE value IS 175 (68.75% from 255) = 37.80%
R=36.72%
G=25.49%
B=37.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701181750.030.3300.31294.7426.2757.45
HexAA76AF32101F1271a39
Octal2521662573410374473271
Binary101010101110110101011111110000101111110010011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA76AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA76AF; }

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

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

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

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

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

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

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

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