#AA72A5

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

Shades of Violet Blue #AA72A5

Tints of Violet Blue #AA72A5

Color information

#AA72A5 (or 0xAA72A5) is unknown color: approx Violet Blue. HEX triplet: AA, 72 and A5. RGB value is (170,114,165). Sum of RGB (Red+Green+Blue) = 170+114+165=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA72A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA72A5 is #558D5A. Grayscale: #888888. Windows color (decimal): -5606747 or 10842794. OLE color: 10842794.

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

Color convert

RGB170114165-
CMYK00.330.030.33
HSL305.36º24.78%55.69%-
HSV(B)305.36º32.94%66.67%-
XYZ29.3923.338.55-
YUV136.56144.05151.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 114 (44.92% from 255) = 25.39%
BLUE value IS 165 (64.84% from 255) = 36.75%
R=37.86%
G=25.39%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011416500.330.030.33305.3624.7855.69
HexAA72A50213211311938
Octal2521622450413414613170
Binary1010101011100101010010101000011110000110011000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA72A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA72A5; }

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

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

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

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

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

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

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

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