#AA97B4

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

Shades of East Side #AA97B4

Tints of East Side #AA97B4

Color information

#AA97B4 (or 0xAA97B4) is unknown color: approx East Side. HEX triplet: AA, 97 and B4. RGB value is (170,151,180). Sum of RGB (Red+Green+Blue) = 170+151+180=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA97B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA97B4 is #55684B. Grayscale: #9F9F9F. Windows color (decimal): -5597260 or 11835306. OLE color: 11835306.

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

Color convert

RGB170151180-
CMYK0.060.1600.29
HSL279.31º16.2%64.9%-
HSV(B)279.31º16.11%70.59%-
XYZ35.8833.9747.85-
YUV159.99139.29135.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 151 (59.38% from 255) = 30.14%
BLUE value IS 180 (70.70% from 255) = 35.93%
R=33.93%
G=30.14%
B=35.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701511800.060.1600.29279.3116.264.9
HexAA97B461001D1171041
Octal25222726462003542720101
Binary10101010100101111011010011010000011101100010111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97B4; }

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

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

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

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

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

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

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

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