#AA83BF

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

Shades of East Side #AA83BF

Tints of East Side #AA83BF

Color information

#AA83BF (or 0xAA83BF) is unknown color: approx East Side. HEX triplet: AA, 83 and BF. RGB value is (170,131,191). Sum of RGB (Red+Green+Blue) = 170+131+191=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA83BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83BF is #557C40. Grayscale: #959595. Windows color (decimal): -5602369 or 12551082. OLE color: 12551082.

HSL color Cylindrical-coordinate representation of color #AA83BF: hue angle of 279º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA83BF is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170131191-
CMYK0.110.3100.25
HSL279º31.91%63.14%-
HSV(B)279º31.41%74.9%-
XYZ34.128.5453-
YUV149.5151.42142.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 131 (51.56% from 255) = 26.63%
BLUE value IS 191 (75% from 255) = 38.82%
R=34.55%
G=26.63%
B=38.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701311910.110.3100.2527931.9163.14
HexAA83BFB1F019117203f
Octal25220327713370314274077
Binary101010101000001110111111101111111011001100010111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA83BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA83BF; }

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

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

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

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

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

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

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

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