#AA76A5

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

Shades of Violet Blue #AA76A5

Tints of Violet Blue #AA76A5

Color information

#AA76A5 (or 0xAA76A5) is unknown color: approx Violet Blue. HEX triplet: AA, 76 and A5. RGB value is (170,118,165). Sum of RGB (Red+Green+Blue) = 170+118+165=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA76A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA76A5 is #55895A. Grayscale: #8A8A8A. Windows color (decimal): -5605723 or 10843818. OLE color: 10843818.

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

Color convert

RGB170118165-
CMYK00.310.030.33
HSL305.77º23.42%56.47%-
HSV(B)305.77º30.59%66.67%-
XYZ29.8524.2238.7-
YUV138.91142.73150.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 165 (64.84% from 255) = 36.42%
R=37.53%
G=26.05%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011816500.310.030.33305.7723.4256.47
HexAA76A501F3211321738
Octal2521662450373414622770
Binary101010101110110101001010111111110000110011001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA76A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA76A5; }

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

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

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

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

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

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

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

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