Shades of East Side #AD97B5
Tints of East Side #AD97B5
RGB
CMYK
RGB Variations
Color information
#AD97B5 (or 0xAD97B5) is known color: East Side. HEX triplet: AD, 97 and B5. RGB value is (173,151,181). Sum of RGB (Red+Green+Blue) = 173+151+181=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD97B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97B5 is #52684A. Grayscale: #A0A0A0. Windows color (decimal): -5400651 or 11900845. OLE color: 11900845.
HSL color Cylindrical-coordinate representation of color #AD97B5: hue angle of 284º degrees, saturation: 0.17, 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 #AD97B5 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 151 | 181 | - |
CMYK | 0.04 | 0.17 | 0 | 0.29 |
HSL | 284º | 0.17% | 0.65% | - |
HSV(B) | 284º | 0.17% | 0.71% | - |
XYZ | 36.64 | 34.35 | 48.42 | - |
YUV | 161 | 139.29 | 136.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 151 | 181 | 0.04 | 0.17 | 0 | 0.29 | 284 | 0.17 | 0.65 |
Hex | AD | 97 | B5 | 4 | 11 | 0 | 1D | 11C | 11 | 41 |
Octal | 255 | 227 | 265 | 4 | 21 | 0 | 35 | 434 | 21 | 101 |
Binary | 10101101 | 10010111 | 10110101 | 100 | 10001 | 0 | 11101 | 100011100 | 10001 | 1000001 |
Color Harmonies of #AD97B5
Complementary color
Monochromatic Colors of #AD97B5
Black with #AD97B5
Text Example
Text Example
White with #AD97B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD97B5; }
p { color: rgb(173,151,181); }
H1.HeaderClassName
{
color: #AD97B5;
}
.AnyTagClassName
{
color: #AD97B5;
}
</style>
background-color css
<style>
a { background-color: #AD97B5; }
a { background-color: rgb(173,151,181); }
div.DivClassName
{
background-color: #AD97B5;
}
.BgClassName
{
background-color: #AD97B5;
}
</style>
border-color css
<style>
span { border-color: #AD97B5; }
span { border-color: rgb(173,151,181); }
td.TdClassName
{
border-color: #AD97B5;
}
.TagClassName
{
border-color: #AD97B5;
}
</style>