Shades of East Side #AD74BF
Tints of East Side #AD74BF
RGB
CMYK
RGB Variations
Color information
#AD74BF (or 0xAD74BF) is known color: East Side. HEX triplet: AD, 74 and BF. RGB value is (173,116,191). Sum of RGB (Red+Green+Blue) = 173+116+191=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD74BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74BF is #528B40. Grayscale: #8D8D8D. Windows color (decimal): -5409601 or 12547245. OLE color: 12547245.
HSL color Cylindrical-coordinate representation of color #AD74BF: hue angle of 285.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD74BF is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 116 | 191 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.25 |
| HSL | 285.6º | 0.37% | 0.6% | - |
| HSV(B) | 285.6º | 0.39% | 0.75% | - |
| XYZ | 32.88 | 25.14 | 52.41 | - |
| YUV | 141.59 | 155.88 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 191 | 0.09 | 0.39 | 0 | 0.25 | 285.6 | 0.37 | 0.6 |
| Hex | AD | 74 | BF | 9 | 27 | 0 | 19 | 11E | 25 | 3C |
| Octal | 255 | 164 | 277 | 11 | 47 | 0 | 31 | 436 | 45 | 74 |
| Binary | 10101101 | 1110100 | 10111111 | 1001 | 100111 | 0 | 11001 | 100011110 | 100101 | 111100 |
Color Harmonies of #AD74BF
Complementary color
Monochromatic Colors of #AD74BF
Black with #AD74BF
Text Example
Text Example
White with #AD74BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD74BF; }
p { color: rgb(173,116,191); }
H1.HeaderClassName
{
color: #AD74BF;
}
.AnyTagClassName
{
color: #AD74BF;
}
</style>
background-color css
<style>
a { background-color: #AD74BF; }
a { background-color: rgb(173,116,191); }
div.DivClassName
{
background-color: #AD74BF;
}
.BgClassName
{
background-color: #AD74BF;
}
</style>
border-color css
<style>
span { border-color: #AD74BF; }
span { border-color: rgb(173,116,191); }
td.TdClassName
{
border-color: #AD74BF;
}
.TagClassName
{
border-color: #AD74BF;
}
</style>