Shades of East Side #AD74BB
Tints of East Side #AD74BB
RGB
CMYK
RGB Variations
Color information
#AD74BB (or 0xAD74BB) is known color: East Side. HEX triplet: AD, 74 and BB. RGB value is (173,116,187). Sum of RGB (Red+Green+Blue) = 173+116+187=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD74BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74BB is #528B44. Grayscale: #8C8C8C. Windows color (decimal): -5409605 or 12285101. OLE color: 12285101.
HSL color Cylindrical-coordinate representation of color #AD74BB: hue angle of 288.17º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD74BB is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 116 | 187 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.27 |
| HSL | 288.17º | 0.34% | 0.59% | - |
| HSV(B) | 288.17º | 0.38% | 0.73% | - |
| XYZ | 32.45 | 24.96 | 50.12 | - |
| YUV | 141.14 | 153.88 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 187 | 0.07 | 0.38 | 0 | 0.27 | 288.17 | 0.34 | 0.59 |
| Hex | AD | 74 | BB | 7 | 26 | 0 | 1B | 120 | 22 | 3B |
| Octal | 255 | 164 | 273 | 7 | 46 | 0 | 33 | 440 | 42 | 73 |
| Binary | 10101101 | 1110100 | 10111011 | 111 | 100110 | 0 | 11011 | 100100000 | 100010 | 111011 |
Color Harmonies of #AD74BB
Complementary color
Monochromatic Colors of #AD74BB
Black with #AD74BB
Text Example
Text Example
White with #AD74BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD74BB; }
p { color: rgb(173,116,187); }
H1.HeaderClassName
{
color: #AD74BB;
}
.AnyTagClassName
{
color: #AD74BB;
}
</style>
background-color css
<style>
a { background-color: #AD74BB; }
a { background-color: rgb(173,116,187); }
div.DivClassName
{
background-color: #AD74BB;
}
.BgClassName
{
background-color: #AD74BB;
}
</style>
border-color css
<style>
span { border-color: #AD74BB; }
span { border-color: rgb(173,116,187); }
td.TdClassName
{
border-color: #AD74BB;
}
.TagClassName
{
border-color: #AD74BB;
}
</style>