#AA83CC

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

Shades of East Side #AA83CC

Tints of East Side #AA83CC

Color information

#AA83CC (or 0xAA83CC) is unknown color: approx East Side. HEX triplet: AA, 83 and CC. RGB value is (170,131,204). Sum of RGB (Red+Green+Blue) = 170+131+204=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA83CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83CC is #557C33. Grayscale: #969696. Windows color (decimal): -5602356 or 13403050. OLE color: 13403050.

HSL color Cylindrical-coordinate representation of color #AA83CC: hue angle of 272.05º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA83CC is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB170131204-
CMYK0.170.3600.2
HSL272.05º41.71%65.69%-
HSV(B)272.05º35.78%80%-
XYZ35.5929.1460.88-
YUV150.98157.92141.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 131 (51.56% from 255) = 25.94%
BLUE value IS 204 (80.08% from 255) = 40.40%
R=33.66%
G=25.94%
B=40.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701312040.170.3600.2272.0541.7165.69
HexAA83CC11240141102a42
Octal252203314214402442052102
Binary101010101000001111001100100011001000101001000100001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA83CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA83CC; }

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

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

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

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

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

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

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

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