#AA72BF

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

Shades of East Side #AA72BF

Tints of East Side #AA72BF

Color information

#AA72BF (or 0xAA72BF) is unknown color: approx East Side. HEX triplet: AA, 72 and BF. RGB value is (170,114,191). Sum of RGB (Red+Green+Blue) = 170+114+191=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA72BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA72BF is #558D40. Grayscale: #8B8B8B. Windows color (decimal): -5606721 or 12546730. OLE color: 12546730.

HSL color Cylindrical-coordinate representation of color #AA72BF: hue angle of 283.64º degrees, saturation: 0.38, 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 #AA72BF is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170114191-
CMYK0.110.4000.25
HSL283.64º37.56%59.8%-
HSV(B)283.64º40.31%74.9%-
XYZ3224.3452.3-
YUV139.52157.05149.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 114 (44.92% from 255) = 24%
BLUE value IS 191 (75% from 255) = 40.21%
R=35.79%
G=24%
B=40.21%

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
Decimal1701141910.110.4000.25283.6437.5659.8
HexAA72BFB2801911c263c
Octal25216227713500314344674
Binary101010101110010101111111011101000011001100011100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA72BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA72BF; }

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

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

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

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

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

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

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

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