Shades of East Side #AD80BF
Tints of East Side #AD80BF
RGB
CMYK
RGB Variations
Color information
#AD80BF (or 0xAD80BF) is known color: East Side. HEX triplet: AD, 80 and BF. RGB value is (173,128,191). Sum of RGB (Red+Green+Blue) = 173+128+191=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD80BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80BF is #527F40. Grayscale: #949494. Windows color (decimal): -5406529 or 12550317. OLE color: 12550317.
HSL color Cylindrical-coordinate representation of color #AD80BF: hue angle of 282.86º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD80BF is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 128 | 191 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.25 |
| HSL | 282.86º | 0.33% | 0.63% | - |
| HSV(B) | 282.86º | 0.33% | 0.75% | - |
| XYZ | 34.36 | 28.08 | 52.9 | - |
| YUV | 148.64 | 151.91 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 191 | 0.09 | 0.33 | 0 | 0.25 | 282.86 | 0.33 | 0.63 |
| Hex | AD | 80 | BF | 9 | 21 | 0 | 19 | 11B | 21 | 3F |
| Octal | 255 | 200 | 277 | 11 | 41 | 0 | 31 | 433 | 41 | 77 |
| Binary | 10101101 | 10000000 | 10111111 | 1001 | 100001 | 0 | 11001 | 100011011 | 100001 | 111111 |
Color Harmonies of #AD80BF
Complementary color
Monochromatic Colors of #AD80BF
Black with #AD80BF
Text Example
Text Example
White with #AD80BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80BF; }
p { color: rgb(173,128,191); }
H1.HeaderClassName
{
color: #AD80BF;
}
.AnyTagClassName
{
color: #AD80BF;
}
</style>
background-color css
<style>
a { background-color: #AD80BF; }
a { background-color: rgb(173,128,191); }
div.DivClassName
{
background-color: #AD80BF;
}
.BgClassName
{
background-color: #AD80BF;
}
</style>
border-color css
<style>
span { border-color: #AD80BF; }
span { border-color: rgb(173,128,191); }
td.TdClassName
{
border-color: #AD80BF;
}
.TagClassName
{
border-color: #AD80BF;
}
</style>