#AD97BA

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

Shades of East Side #AD97BA

Tints of East Side #AD97BA

Color information

#AD97BA (or 0xAD97BA) is unknown color: approx East Side. HEX triplet: AD, 97 and BA. RGB value is (173,151,186). Sum of RGB (Red+Green+Blue) = 173+151+186=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD97BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97BA is #526845. Grayscale: #A1A1A1. Windows color (decimal): -5400646 or 12228525. OLE color: 12228525.

HSL color Cylindrical-coordinate representation of color #AD97BA: hue angle of 277.71º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD97BA is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173151186-
CMYK0.070.1900.27
HSL277.71º20.23%66.08%-
HSV(B)277.71º18.82%72.94%-
XYZ37.1634.5651.17-
YUV161.57141.79136.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=33.92%
G=29.61%
B=36.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731511860.070.1900.27277.7120.2366.08
HexAD97BA71301B1161442
Octal25522727272303342624102
Binary10101101100101111011101011110011011011100010110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD97BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD97BA; }

 p { color: rgb(173,151,186); }

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

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

 a { background-color: rgb(173,151,186); }

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

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

 span { border-color: rgb(173,151,186); }

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