#AA97B6

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

Shades of East Side #AA97B6

Tints of East Side #AA97B6

Color information

#AA97B6 (or 0xAA97B6) is unknown color: approx East Side. HEX triplet: AA, 97 and B6. RGB value is (170,151,182). Sum of RGB (Red+Green+Blue) = 170+151+182=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA97B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA97B6 is #556849. Grayscale: #A0A0A0. Windows color (decimal): -5597258 or 11966378. OLE color: 11966378.

HSL color Cylindrical-coordinate representation of color #AA97B6: hue angle of 276.77º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA97B6 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170151182-
CMYK0.070.1700.29
HSL276.77º17.51%65.29%-
HSV(B)276.77º17.03%71.37%-
XYZ36.0934.0648.93-
YUV160.21140.29134.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 151 (59.38% from 255) = 30.02%
BLUE value IS 182 (71.48% from 255) = 36.18%
R=33.80%
G=30.02%
B=36.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701511820.070.1700.29276.7717.5165.29
HexAA97B671101D1151241
Octal25222726672103542522101
Binary10101010100101111011011011110001011101100010101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97B6; }

 p { color: rgb(170,151,182); }

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

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

 a { background-color: rgb(170,151,182); }

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

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

 span { border-color: rgb(170,151,182); }

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