#AA72A6

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

Shades of Violet Blue #AA72A6

Tints of Violet Blue #AA72A6

Color information

#AA72A6 (or 0xAA72A6) is unknown color: approx Violet Blue. HEX triplet: AA, 72 and A6. RGB value is (170,114,166). Sum of RGB (Red+Green+Blue) = 170+114+166=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA72A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA72A6 is #558D59. Grayscale: #888888. Windows color (decimal): -5606746 or 10908330. OLE color: 10908330.

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

Color convert

RGB170114166-
CMYK00.330.020.33
HSL304.29º24.78%55.69%-
HSV(B)304.29º32.94%66.67%-
XYZ29.4823.3339.03-
YUV136.67144.55151.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.78%
GREEN value IS 114 (44.92% from 255) = 25.33%
BLUE value IS 166 (65.23% from 255) = 36.89%
R=37.78%
G=25.33%
B=36.89%

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
Decimal17011416600.330.020.33304.2924.7855.69
HexAA72A60212211301938
Octal2521622460412414603170
Binary1010101011100101010011001000011010000110011000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA72A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA72A6; }

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

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

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

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

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

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

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

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