Shades of East Side #AD74BD
Tints of East Side #AD74BD
RGB
CMYK
RGB Variations
Color information
#AD74BD (or 0xAD74BD) is known color: East Side. HEX triplet: AD, 74 and BD. RGB value is (173,116,189). Sum of RGB (Red+Green+Blue) = 173+116+189=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD74BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74BD is #528B42. Grayscale: #8D8D8D. Windows color (decimal): -5409603 or 12416173. OLE color: 12416173.
HSL color Cylindrical-coordinate representation of color #AD74BD: hue angle of 286.85º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD74BD is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 116 | 189 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.26 |
| HSL | 286.85º | 0.36% | 0.6% | - |
| HSV(B) | 286.85º | 0.39% | 0.74% | - |
| XYZ | 32.66 | 25.05 | 51.26 | - |
| YUV | 141.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 189 | 0.08 | 0.39 | 0 | 0.26 | 286.85 | 0.36 | 0.6 |
| Hex | AD | 74 | BD | 8 | 27 | 0 | 1A | 11F | 24 | 3C |
| Octal | 255 | 164 | 275 | 10 | 47 | 0 | 32 | 437 | 44 | 74 |
| Binary | 10101101 | 1110100 | 10111101 | 1000 | 100111 | 0 | 11010 | 100011111 | 100100 | 111100 |
Color Harmonies of #AD74BD
Complementary color
Monochromatic Colors of #AD74BD
Black with #AD74BD
Text Example
Text Example
White with #AD74BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD74BD; }
p { color: rgb(173,116,189); }
H1.HeaderClassName
{
color: #AD74BD;
}
.AnyTagClassName
{
color: #AD74BD;
}
</style>
background-color css
<style>
a { background-color: #AD74BD; }
a { background-color: rgb(173,116,189); }
div.DivClassName
{
background-color: #AD74BD;
}
.BgClassName
{
background-color: #AD74BD;
}
</style>
border-color css
<style>
span { border-color: #AD74BD; }
span { border-color: rgb(173,116,189); }
td.TdClassName
{
border-color: #AD74BD;
}
.TagClassName
{
border-color: #AD74BD;
}
</style>