#AA83D0

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

Shades of East Side #AA83D0

Tints of East Side #AA83D0

Color information

#AA83D0 (or 0xAA83D0) is unknown color: approx East Side. HEX triplet: AA, 83 and D0. RGB value is (170,131,208). Sum of RGB (Red+Green+Blue) = 170+131+208=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA83D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83D0 is #557C2F. Grayscale: #979797. Windows color (decimal): -5602352 or 13665194. OLE color: 13665194.

HSL color Cylindrical-coordinate representation of color #AA83D0: hue angle of 270.39º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA83D0 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170131208-
CMYK0.180.3700.18
HSL270.39º45.03%66.47%-
HSV(B)270.39º37.02%81.57%-
XYZ36.0829.3363.43-
YUV151.44159.92141.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 131 (51.56% from 255) = 25.74%
BLUE value IS 208 (81.64% from 255) = 40.86%
R=33.40%
G=25.74%
B=40.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701312080.180.3700.18270.3945.0366.47
HexAA83D0122501210e2d42
Octal252203320224502241655102
Binary101010101000001111010000100101001010100101000011101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA83D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA83D0; }

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

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

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

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

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

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

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

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