Shades of East Side #AD90B8
Tints of East Side #AD90B8
RGB
CMYK
RGB Variations
Color information
#AD90B8 (or 0xAD90B8) is known color: East Side. HEX triplet: AD, 90 and B8. RGB value is (173,144,184). Sum of RGB (Red+Green+Blue) = 173+144+184=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD90B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90B8 is #526F47. Grayscale: #9D9D9D. Windows color (decimal): -5402440 or 12095661. OLE color: 12095661.
HSL color Cylindrical-coordinate representation of color #AD90B8: hue angle of 283.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD90B8 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 144 | 184 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.28 |
| HSL | 283.5º | 0.22% | 0.64% | - |
| HSV(B) | 283.5º | 0.22% | 0.72% | - |
| XYZ | 35.86 | 32.29 | 49.69 | - |
| YUV | 157.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 184 | 0.06 | 0.22 | 0 | 0.28 | 283.5 | 0.22 | 0.64 |
| Hex | AD | 90 | B8 | 6 | 16 | 0 | 1C | 11C | 16 | 40 |
| Octal | 255 | 220 | 270 | 6 | 26 | 0 | 34 | 434 | 26 | 100 |
| Binary | 10101101 | 10010000 | 10111000 | 110 | 10110 | 0 | 11100 | 100011100 | 10110 | 1000000 |
Color Harmonies of #AD90B8
Complementary color
Monochromatic Colors of #AD90B8
Black with #AD90B8
Text Example
Text Example
White with #AD90B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90B8; }
p { color: rgb(173,144,184); }
H1.HeaderClassName
{
color: #AD90B8;
}
.AnyTagClassName
{
color: #AD90B8;
}
</style>
background-color css
<style>
a { background-color: #AD90B8; }
a { background-color: rgb(173,144,184); }
div.DivClassName
{
background-color: #AD90B8;
}
.BgClassName
{
background-color: #AD90B8;
}
</style>
border-color css
<style>
span { border-color: #AD90B8; }
span { border-color: rgb(173,144,184); }
td.TdClassName
{
border-color: #AD90B8;
}
.TagClassName
{
border-color: #AD90B8;
}
</style>