#AA71AD

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

Shades of Violet Blue #AA71AD

Tints of Violet Blue #AA71AD

Color information

#AA71AD (or 0xAA71AD) is unknown color: approx Violet Blue. HEX triplet: AA, 71 and AD. RGB value is (170,113,173). Sum of RGB (Red+Green+Blue) = 170+113+173=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA71AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA71AD is #558E52. Grayscale: #888888. Windows color (decimal): -5606995 or 11366826. OLE color: 11366826.

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

Color convert

RGB170113173-
CMYK0.020.3500.32
HSL297º26.79%56.08%-
HSV(B)297º34.68%67.84%-
XYZ30.0323.3742.46-
YUV136.88148.38151.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 113 (44.53% from 255) = 24.78%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=37.28%
G=24.78%
B=37.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701131730.020.3500.3229726.7956.08
HexAA71AD2230201291b38
Octal2521612552430404513370
Binary1010101011100011010110110100011010000010010100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA71AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA71AD; }

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

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

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

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

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

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

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

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