#AA72BE

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

Shades of East Side #AA72BE

Tints of East Side #AA72BE

Color information

#AA72BE (or 0xAA72BE) is unknown color: approx East Side. HEX triplet: AA, 72 and BE. RGB value is (170,114,190). Sum of RGB (Red+Green+Blue) = 170+114+190=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA72BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA72BE is #558D41. Grayscale: #8B8B8B. Windows color (decimal): -5606722 or 12481194. OLE color: 12481194.

HSL color Cylindrical-coordinate representation of color #AA72BE: hue angle of 284.21º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA72BE is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170114190-
CMYK0.110.4000.25
HSL284.21º36.89%59.61%-
HSV(B)284.21º40%74.51%-
XYZ31.8924.351.72-
YUV139.41156.55149.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 114 (44.92% from 255) = 24.05%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=35.86%
G=24.05%
B=40.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701141900.110.4000.25284.2136.8959.61
HexAA72BEB2801911c253c
Octal25216227613500314344574
Binary101010101110010101111101011101000011001100011100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA72BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA72BE; }

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

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

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

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

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

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

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

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