#AA83C0

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

Shades of East Side #AA83C0

Tints of East Side #AA83C0

Color information

#AA83C0 (or 0xAA83C0) is unknown color: approx East Side. HEX triplet: AA, 83 and C0. RGB value is (170,131,192). Sum of RGB (Red+Green+Blue) = 170+131+192=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA83C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83C0 is #557C3F. Grayscale: #959595. Windows color (decimal): -5602368 or 12616618. OLE color: 12616618.

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

Color convert

RGB170131192-
CMYK0.110.3200.25
HSL278.36º32.62%63.33%-
HSV(B)278.36º31.77%75.29%-
XYZ34.2128.5853.58-
YUV149.61151.92142.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 131 (51.56% from 255) = 26.57%
BLUE value IS 192 (75.39% from 255) = 38.95%
R=34.48%
G=26.57%
B=38.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701311920.110.3200.25278.3632.6263.33
HexAA83C0B20019116213f
Octal25220330013400314264177
Binary1010101010000011110000001011100000011001100010110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA83C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA83C0; }

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

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

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

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

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

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

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

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