#AA72B8

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

Shades of East Side #AA72B8

Tints of East Side #AA72B8

Color information

#AA72B8 (or 0xAA72B8) is unknown color: approx East Side. HEX triplet: AA, 72 and B8. RGB value is (170,114,184). Sum of RGB (Red+Green+Blue) = 170+114+184=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA72B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA72B8 is #558D47. Grayscale: #8A8A8A. Windows color (decimal): -5606728 or 12087978. OLE color: 12087978.

HSL color Cylindrical-coordinate representation of color #AA72B8: hue angle of 288º degrees, saturation: 0.33, 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 #AA72B8 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB170114184-
CMYK0.080.3800.28
HSL288º33.02%58.43%-
HSV(B)288º38.04%72.16%-
XYZ31.2524.0448.34-
YUV138.72153.55150.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 114 (44.92% from 255) = 24.36%
BLUE value IS 184 (72.27% from 255) = 39.32%
R=36.32%
G=24.36%
B=39.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701141840.080.3800.2828833.0258.43
HexAA72B882601C120213a
Octal25216227010460344404172
Binary101010101110010101110001000100110011100100100000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA72B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA72B8; }

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

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

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

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

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

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

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

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