#AA72A7

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

Shades of Violet Blue #AA72A7

Tints of Violet Blue #AA72A7

Color information

#AA72A7 (or 0xAA72A7) is unknown color: approx Violet Blue. HEX triplet: AA, 72 and A7. RGB value is (170,114,167). Sum of RGB (Red+Green+Blue) = 170+114+167=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA72A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA72A7 is #558D58. Grayscale: #888888. Windows color (decimal): -5606745 or 10973866. OLE color: 10973866.

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

Color convert

RGB170114167-
CMYK00.330.020.33
HSL303.21º24.78%55.69%-
HSV(B)303.21º32.94%66.67%-
XYZ29.5723.3739.51-
YUV136.79145.05151.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 114 (44.92% from 255) = 25.28%
BLUE value IS 167 (65.62% from 255) = 37.03%
R=37.69%
G=25.28%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011416700.330.020.33303.2124.7855.69
HexAA72A702122112f1938
Octal2521622470412414573170
Binary1010101011100101010011101000011010000110010111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA72A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA72A7; }

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

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

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

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

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

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

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

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