Shades of East Side #AD71BC
Tints of East Side #AD71BC
RGB
CMYK
RGB Variations
Color information
#AD71BC (or 0xAD71BC) is known color: East Side. HEX triplet: AD, 71 and BC. RGB value is (173,113,188). Sum of RGB (Red+Green+Blue) = 173+113+188=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD71BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD71BC is #528E43. Grayscale: #8B8B8B. Windows color (decimal): -5410372 or 12349869. OLE color: 12349869.
HSL color Cylindrical-coordinate representation of color #AD71BC: hue angle of 288º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD71BC is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 113 | 188 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.26 |
| HSL | 288º | 0.36% | 0.59% | - |
| HSV(B) | 288º | 0.4% | 0.74% | - |
| XYZ | 32.22 | 24.33 | 50.57 | - |
| YUV | 139.49 | 155.38 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 188 | 0.08 | 0.40 | 0 | 0.26 | 288 | 0.36 | 0.59 |
| Hex | AD | 71 | BC | 8 | 28 | 0 | 1A | 120 | 24 | 3B |
| Octal | 255 | 161 | 274 | 10 | 50 | 0 | 32 | 440 | 44 | 73 |
| Binary | 10101101 | 1110001 | 10111100 | 1000 | 101000 | 0 | 11010 | 100100000 | 100100 | 111011 |
Color Harmonies of #AD71BC
Complementary color
Monochromatic Colors of #AD71BC
Black with #AD71BC
Text Example
Text Example
White with #AD71BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD71BC; }
p { color: rgb(173,113,188); }
H1.HeaderClassName
{
color: #AD71BC;
}
.AnyTagClassName
{
color: #AD71BC;
}
</style>
background-color css
<style>
a { background-color: #AD71BC; }
a { background-color: rgb(173,113,188); }
div.DivClassName
{
background-color: #AD71BC;
}
.BgClassName
{
background-color: #AD71BC;
}
</style>
border-color css
<style>
span { border-color: #AD71BC; }
span { border-color: rgb(173,113,188); }
td.TdClassName
{
border-color: #AD71BC;
}
.TagClassName
{
border-color: #AD71BC;
}
</style>