#AA72B7

Color #AA72B7 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AA72B7

Tints of East Side #AA72B7

Color information

#AA72B7 (or 0xAA72B7) is unknown color: approx East Side. HEX triplet: AA, 72 and B7. RGB value is (170,114,183). Sum of RGB (Red+Green+Blue) = 170+114+183=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 183 (71.88% from 255 or 39.19% from 467); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA72B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA72B7 is #558D48. Grayscale: #8A8A8A. Windows color (decimal): -5606729 or 12022442. OLE color: 12022442.

HSL color Cylindrical-coordinate representation of color #AA72B7: hue angle of 288.7º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA72B7 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB170114183-
CMYK0.070.3800.28
HSL288.7º32.39%58.24%-
HSV(B)288.7º37.7%71.76%-
XYZ31.142447.79-
YUV138.61153.05150.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 114 (44.92% from 255) = 24.41%
BLUE value IS 183 (71.88% from 255) = 39.19%
R=36.40%
G=24.41%
B=39.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701141830.070.3800.28288.732.3958.24
HexAA72B772601C121203a
Octal2521622677460344414072
Binary10101010111001010110111111100110011100100100001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA72B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA72B7; }

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

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

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

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

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

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

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

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