#AA76AC

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

Shades of Violet Blue #AA76AC

Tints of Violet Blue #AA76AC

Color information

#AA76AC (or 0xAA76AC) is unknown color: approx Violet Blue. HEX triplet: AA, 76 and AC. RGB value is (170,118,172). Sum of RGB (Red+Green+Blue) = 170+118+172=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA76AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA76AC is #558953. Grayscale: #8B8B8B. Windows color (decimal): -5605716 or 11302570. OLE color: 11302570.

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

Color convert

RGB170118172-
CMYK0.010.3100.33
HSL297.78º24.55%56.86%-
HSV(B)297.78º31.4%67.45%-
XYZ30.524.4842.15-
YUV139.7146.23149.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 118 (46.48% from 255) = 25.65%
BLUE value IS 172 (67.58% from 255) = 37.39%
R=36.96%
G=25.65%
B=37.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701181720.010.3100.33297.7824.5556.86
HexAA76AC11F02112a1939
Octal2521662541370414523171
Binary10101010111011010101100111111010000110010101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA76AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA76AC; }

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

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

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

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

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

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

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

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