Shades of East Side #AD84B7
Tints of East Side #AD84B7
RGB
CMYK
RGB Variations
Color information
#AD84B7 (or 0xAD84B7) is known color: East Side. HEX triplet: AD, 84 and B7. RGB value is (173,132,183). Sum of RGB (Red+Green+Blue) = 173+132+183=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD84B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84B7 is #527B48. Grayscale: #959595. Windows color (decimal): -5405513 or 12027053. OLE color: 12027053.
HSL color Cylindrical-coordinate representation of color #AD84B7: hue angle of 288.24º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD84B7 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 132 | 183 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.28 |
| HSL | 288.24º | 0.26% | 0.62% | - |
| HSV(B) | 288.24º | 0.28% | 0.72% | - |
| XYZ | 34.03 | 28.81 | 48.57 | - |
| YUV | 150.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 183 | 0.05 | 0.28 | 0 | 0.28 | 288.24 | 0.26 | 0.62 |
| Hex | AD | 84 | B7 | 5 | 1C | 0 | 1C | 120 | 1A | 3E |
| Octal | 255 | 204 | 267 | 5 | 34 | 0 | 34 | 440 | 32 | 76 |
| Binary | 10101101 | 10000100 | 10110111 | 101 | 11100 | 0 | 11100 | 100100000 | 11010 | 111110 |
Color Harmonies of #AD84B7
Complementary color
Monochromatic Colors of #AD84B7
Black with #AD84B7
Text Example
Text Example
White with #AD84B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD84B7; }
p { color: rgb(173,132,183); }
H1.HeaderClassName
{
color: #AD84B7;
}
.AnyTagClassName
{
color: #AD84B7;
}
</style>
background-color css
<style>
a { background-color: #AD84B7; }
a { background-color: rgb(173,132,183); }
div.DivClassName
{
background-color: #AD84B7;
}
.BgClassName
{
background-color: #AD84B7;
}
</style>
border-color css
<style>
span { border-color: #AD84B7; }
span { border-color: rgb(173,132,183); }
td.TdClassName
{
border-color: #AD84B7;
}
.TagClassName
{
border-color: #AD84B7;
}
</style>