#AA72BA

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

Shades of East Side #AA72BA

Tints of East Side #AA72BA

Color information

#AA72BA (or 0xAA72BA) is unknown color: approx East Side. HEX triplet: AA, 72 and BA. RGB value is (170,114,186). Sum of RGB (Red+Green+Blue) = 170+114+186=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA72BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA72BA is #558D45. Grayscale: #8A8A8A. Windows color (decimal): -5606726 or 12219050. OLE color: 12219050.

HSL color Cylindrical-coordinate representation of color #AA72BA: hue angle of 286.67º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA72BA is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170114186-
CMYK0.090.3900.27
HSL286.67º34.29%58.82%-
HSV(B)286.67º38.71%72.94%-
XYZ31.4624.1349.45-
YUV138.95154.55150.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 114 (44.92% from 255) = 24.26%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=36.17%
G=24.26%
B=39.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701141860.090.3900.27286.6734.2958.82
HexAA72BA92701B11f223b
Octal25216227211470334374273
Binary101010101110010101110101001100111011011100011111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA72BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA72BA; }

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

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

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

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

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

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

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

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