Shades of East Side #AD90B7
Tints of East Side #AD90B7
RGB
CMYK
RGB Variations
Color information
#AD90B7 (or 0xAD90B7) is known color: East Side. HEX triplet: AD, 90 and B7. RGB value is (173,144,183). Sum of RGB (Red+Green+Blue) = 173+144+183=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD90B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90B7 is #526F48. Grayscale: #9C9C9C. Windows color (decimal): -5402441 or 12030125. OLE color: 12030125.
HSL color Cylindrical-coordinate representation of color #AD90B7: hue angle of 284.62º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD90B7 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 144 | 183 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.28 |
| HSL | 284.62º | 0.21% | 0.64% | - |
| HSV(B) | 284.62º | 0.21% | 0.72% | - |
| XYZ | 35.75 | 32.25 | 49.14 | - |
| YUV | 157.12 | 142.61 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 183 | 0.05 | 0.21 | 0 | 0.28 | 284.62 | 0.21 | 0.64 |
| Hex | AD | 90 | B7 | 5 | 15 | 0 | 1C | 11D | 15 | 40 |
| Octal | 255 | 220 | 267 | 5 | 25 | 0 | 34 | 435 | 25 | 100 |
| Binary | 10101101 | 10010000 | 10110111 | 101 | 10101 | 0 | 11100 | 100011101 | 10101 | 1000000 |
Color Harmonies of #AD90B7
Complementary color
Monochromatic Colors of #AD90B7
Black with #AD90B7
Text Example
Text Example
White with #AD90B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90B7; }
p { color: rgb(173,144,183); }
H1.HeaderClassName
{
color: #AD90B7;
}
.AnyTagClassName
{
color: #AD90B7;
}
</style>
background-color css
<style>
a { background-color: #AD90B7; }
a { background-color: rgb(173,144,183); }
div.DivClassName
{
background-color: #AD90B7;
}
.BgClassName
{
background-color: #AD90B7;
}
</style>
border-color css
<style>
span { border-color: #AD90B7; }
span { border-color: rgb(173,144,183); }
td.TdClassName
{
border-color: #AD90B7;
}
.TagClassName
{
border-color: #AD90B7;
}
</style>