#AA76C0

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

Shades of East Side #AA76C0

Tints of East Side #AA76C0

Color information

#AA76C0 (or 0xAA76C0) is unknown color: approx East Side. HEX triplet: AA, 76 and C0. RGB value is (170,118,192). Sum of RGB (Red+Green+Blue) = 170+118+192=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA76C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76C0 is #55893F. Grayscale: #8D8D8D. Windows color (decimal): -5605696 or 12613290. OLE color: 12613290.

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

Color convert

RGB170118192-
CMYK0.110.3900.25
HSL282.16º37%60.78%-
HSV(B)282.16º38.54%75.29%-
XYZ32.5725.3153.04-
YUV141.98156.23147.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 118 (46.48% from 255) = 24.58%
BLUE value IS 192 (75.39% from 255) = 40%
R=35.42%
G=24.58%
B=40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701181920.110.3900.25282.163760.78
HexAA76C0B2701911a253d
Octal25216630013470314324575
Binary101010101110110110000001011100111011001100011010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA76C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA76C0; }

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

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

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

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

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

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

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

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