Shades of East Side #AD97C1
Tints of East Side #AD97C1
RGB
CMYK
RGB Variations
Color information
#AD97C1 (or 0xAD97C1) is known color: East Side. HEX triplet: AD, 97 and C1. RGB value is (173,151,193). Sum of RGB (Red+Green+Blue) = 173+151+193=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD97C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97C1 is #52683E. Grayscale: #A2A2A2. Windows color (decimal): -5400639 or 12687277. OLE color: 12687277.
HSL color Cylindrical-coordinate representation of color #AD97C1: hue angle of 271.43º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD97C1 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 151 | 193 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.24 |
| HSL | 271.43º | 0.25% | 0.67% | - |
| HSV(B) | 271.43º | 0.22% | 0.76% | - |
| XYZ | 37.93 | 34.87 | 55.18 | - |
| YUV | 162.37 | 145.29 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 193 | 0.10 | 0.22 | 0 | 0.24 | 271.43 | 0.25 | 0.67 |
| Hex | AD | 97 | C1 | A | 16 | 0 | 18 | 10F | 19 | 43 |
| Octal | 255 | 227 | 301 | 12 | 26 | 0 | 30 | 417 | 31 | 103 |
| Binary | 10101101 | 10010111 | 11000001 | 1010 | 10110 | 0 | 11000 | 100001111 | 11001 | 1000011 |
Color Harmonies of #AD97C1
Complementary color
Monochromatic Colors of #AD97C1
Black with #AD97C1
Text Example
Text Example
White with #AD97C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD97C1; }
p { color: rgb(173,151,193); }
H1.HeaderClassName
{
color: #AD97C1;
}
.AnyTagClassName
{
color: #AD97C1;
}
</style>
background-color css
<style>
a { background-color: #AD97C1; }
a { background-color: rgb(173,151,193); }
div.DivClassName
{
background-color: #AD97C1;
}
.BgClassName
{
background-color: #AD97C1;
}
</style>
border-color css
<style>
span { border-color: #AD97C1; }
span { border-color: rgb(173,151,193); }
td.TdClassName
{
border-color: #AD97C1;
}
.TagClassName
{
border-color: #AD97C1;
}
</style>