#AA72AA

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

Shades of Violet Blue #AA72AA

Tints of Violet Blue #AA72AA

Color information

#AA72AA (or 0xAA72AA) is unknown color: approx Violet Blue. HEX triplet: AA, 72 and AA. RGB value is (170,114,170). Sum of RGB (Red+Green+Blue) = 170+114+170=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA72AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA72AA is #558D55. Grayscale: #888888. Windows color (decimal): -5606742 or 11170474. OLE color: 11170474.

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

Color convert

RGB170114170-
CMYK00.3300.33
HSL300º24.78%55.69%-
HSV(B)300º32.94%66.67%-
XYZ29.8523.4840.99-
YUV137.13146.55151.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 114 (44.92% from 255) = 25.11%
BLUE value IS 170 (66.80% from 255) = 37.44%
R=37.44%
G=25.11%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011417000.3300.3330024.7855.69
HexAA72AA02102112c1938
Octal2521622520410414543170
Binary101010101110010101010100100001010000110010110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA72AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA72AA; }

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

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

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

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

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

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

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

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