#AA72B3

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

Shades of Violet Blue #AA72B3

Tints of Violet Blue #AA72B3

Color information

#AA72B3 (or 0xAA72B3) is unknown color: approx Violet Blue. HEX triplet: AA, 72 and B3. RGB value is (170,114,179). Sum of RGB (Red+Green+Blue) = 170+114+179=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA72B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA72B3 is #558D4C. Grayscale: #898989. Windows color (decimal): -5606733 or 11760298. OLE color: 11760298.

HSL color Cylindrical-coordinate representation of color #AA72B3: hue angle of 291.69º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA72B3 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB170114179-
CMYK0.050.3600.30
HSL291.69º29.95%57.45%-
HSV(B)291.69º36.31%70.2%-
XYZ30.7323.8445.63-
YUV138.15151.05150.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 114 (44.92% from 255) = 24.62%
BLUE value IS 179 (70.31% from 255) = 38.66%
R=36.72%
G=24.62%
B=38.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701141790.050.3600.30291.6929.9557.45
HexAA72B352401E1241e39
Octal2521622635440364443671
Binary1010101011100101011001110110010001111010010010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA72B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA72B3; }

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

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

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

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

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

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

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

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