#AA72AF

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

Shades of Violet Blue #AA72AF

Tints of Violet Blue #AA72AF

Color information

#AA72AF (or 0xAA72AF) is unknown color: approx Violet Blue. HEX triplet: AA, 72 and AF. RGB value is (170,114,175). Sum of RGB (Red+Green+Blue) = 170+114+175=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA72AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA72AF is #558D50. Grayscale: #898989. Windows color (decimal): -5606737 or 11498154. OLE color: 11498154.

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

Color convert

RGB170114175-
CMYK0.030.3500.31
HSL295.08º27.6%56.67%-
HSV(B)295.08º34.86%68.63%-
XYZ30.3323.6843.53-
YUV137.7149.05151.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 114 (44.92% from 255) = 24.84%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=37.04%
G=24.84%
B=38.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701141750.030.3500.31295.0827.656.67
HexAA72AF32301F1271c39
Octal2521622573430374473471
Binary101010101110010101011111110001101111110010011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA72AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA72AF; }

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

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

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

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

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

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

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

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