#AA73BF

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

Shades of East Side #AA73BF

Tints of East Side #AA73BF

Color information

#AA73BF (or 0xAA73BF) is unknown color: approx East Side. HEX triplet: AA, 73 and BF. RGB value is (170,115,191). Sum of RGB (Red+Green+Blue) = 170+115+191=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA73BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73BF is #558C40. Grayscale: #8B8B8B. Windows color (decimal): -5606465 or 12546986. OLE color: 12546986.

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

Color convert

RGB170115191-
CMYK0.110.4000.25
HSL283.42º37.25%60%-
HSV(B)283.42º39.79%74.9%-
XYZ32.1124.5752.34-
YUV140.11156.72149.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 115 (45.31% from 255) = 24.16%
BLUE value IS 191 (75% from 255) = 40.13%
R=35.71%
G=24.16%
B=40.13%

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
Decimal1701151910.110.4000.25283.4237.2560
HexAA73BFB2801911b253c
Octal25216327713500314334574
Binary101010101110011101111111011101000011001100011011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA73BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA73BF; }

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

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

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

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

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

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

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

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