Shades of East Side #AD74BC
Tints of East Side #AD74BC
RGB
CMYK
RGB Variations
Color information
#AD74BC (or 0xAD74BC) is known color: East Side. HEX triplet: AD, 74 and BC. RGB value is (173,116,188). Sum of RGB (Red+Green+Blue) = 173+116+188=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD74BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74BC is #528B43. Grayscale: #8D8D8D. Windows color (decimal): -5409604 or 12350637. OLE color: 12350637.
HSL color Cylindrical-coordinate representation of color #AD74BC: hue angle of 287.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD74BC is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 116 | 188 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.26 |
| HSL | 287.5º | 0.35% | 0.6% | - |
| HSV(B) | 287.5º | 0.38% | 0.74% | - |
| XYZ | 32.56 | 25.01 | 50.69 | - |
| YUV | 141.25 | 154.38 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 188 | 0.08 | 0.38 | 0 | 0.26 | 287.5 | 0.35 | 0.6 |
| Hex | AD | 74 | BC | 8 | 26 | 0 | 1A | 120 | 23 | 3C |
| Octal | 255 | 164 | 274 | 10 | 46 | 0 | 32 | 440 | 43 | 74 |
| Binary | 10101101 | 1110100 | 10111100 | 1000 | 100110 | 0 | 11010 | 100100000 | 100011 | 111100 |
Color Harmonies of #AD74BC
Complementary color
Monochromatic Colors of #AD74BC
Black with #AD74BC
Text Example
Text Example
White with #AD74BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD74BC; }
p { color: rgb(173,116,188); }
H1.HeaderClassName
{
color: #AD74BC;
}
.AnyTagClassName
{
color: #AD74BC;
}
</style>
background-color css
<style>
a { background-color: #AD74BC; }
a { background-color: rgb(173,116,188); }
div.DivClassName
{
background-color: #AD74BC;
}
.BgClassName
{
background-color: #AD74BC;
}
</style>
border-color css
<style>
span { border-color: #AD74BC; }
span { border-color: rgb(173,116,188); }
td.TdClassName
{
border-color: #AD74BC;
}
.TagClassName
{
border-color: #AD74BC;
}
</style>