#AA76BA

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

Shades of East Side #AA76BA

Tints of East Side #AA76BA

Color information

#AA76BA (or 0xAA76BA) is unknown color: approx East Side. HEX triplet: AA, 76 and BA. RGB value is (170,118,186). Sum of RGB (Red+Green+Blue) = 170+118+186=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA76BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76BA is #558945. Grayscale: #8D8D8D. Windows color (decimal): -5605702 or 12220074. OLE color: 12220074.

HSL color Cylindrical-coordinate representation of color #AA76BA: hue angle of 285.88º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA76BA is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170118186-
CMYK0.090.3700.27
HSL285.88º33.01%59.61%-
HSV(B)285.88º36.56%72.94%-
XYZ31.9225.0549.61-
YUV141.3153.23148.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 118 (46.48% from 255) = 24.89%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=35.86%
G=24.89%
B=39.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701181860.090.3700.27285.8833.0159.61
HexAA76BA92501B11e213c
Octal25216627211450334364174
Binary101010101110110101110101001100101011011100011110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA76BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA76BA; }

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

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

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

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

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

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

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

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