#AA76B4

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

Shades of East Side #AA76B4

Tints of East Side #AA76B4

Color information

#AA76B4 (or 0xAA76B4) is unknown color: approx East Side. HEX triplet: AA, 76 and B4. RGB value is (170,118,180). Sum of RGB (Red+Green+Blue) = 170+118+180=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA76B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76B4 is #55894B. Grayscale: #8C8C8C. Windows color (decimal): -5605708 or 11826858. OLE color: 11826858.

HSL color Cylindrical-coordinate representation of color #AA76B4: hue angle of 290.32º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA76B4 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170118180-
CMYK0.060.3400.29
HSL290.32º29.25%58.43%-
HSV(B)290.32º34.44%70.59%-
XYZ31.2924.846.32-
YUV140.62150.23148.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 118 (46.48% from 255) = 25.21%
BLUE value IS 180 (70.70% from 255) = 38.46%
R=36.32%
G=25.21%
B=38.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701181800.060.3400.29290.3229.2558.43
HexAA76B462201D1221d3a
Octal2521662646420354423572
Binary1010101011101101011010011010001001110110010001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA76B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA76B4; }

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

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

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

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

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

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

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

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