Shades of East Side #AD73BD
Tints of East Side #AD73BD
RGB
CMYK
RGB Variations
Color information
#AD73BD (or 0xAD73BD) is known color: East Side. HEX triplet: AD, 73 and BD. RGB value is (173,115,189). Sum of RGB (Red+Green+Blue) = 173+115+189=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD73BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73BD is #528C42. Grayscale: #8C8C8C. Windows color (decimal): -5409859 or 12415917. OLE color: 12415917.
HSL color Cylindrical-coordinate representation of color #AD73BD: hue angle of 287.03º 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 #AD73BD is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 115 | 189 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.26 |
| HSL | 287.03º | 0.36% | 0.6% | - |
| HSV(B) | 287.03º | 0.39% | 0.74% | - |
| XYZ | 32.55 | 24.82 | 51.22 | - |
| YUV | 140.78 | 155.22 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 189 | 0.08 | 0.39 | 0 | 0.26 | 287.03 | 0.36 | 0.6 |
| Hex | AD | 73 | BD | 8 | 27 | 0 | 1A | 11F | 24 | 3C |
| Octal | 255 | 163 | 275 | 10 | 47 | 0 | 32 | 437 | 44 | 74 |
| Binary | 10101101 | 1110011 | 10111101 | 1000 | 100111 | 0 | 11010 | 100011111 | 100100 | 111100 |
Color Harmonies of #AD73BD
Complementary color
Monochromatic Colors of #AD73BD
Black with #AD73BD
Text Example
Text Example
White with #AD73BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD73BD; }
p { color: rgb(173,115,189); }
H1.HeaderClassName
{
color: #AD73BD;
}
.AnyTagClassName
{
color: #AD73BD;
}
</style>
background-color css
<style>
a { background-color: #AD73BD; }
a { background-color: rgb(173,115,189); }
div.DivClassName
{
background-color: #AD73BD;
}
.BgClassName
{
background-color: #AD73BD;
}
</style>
border-color css
<style>
span { border-color: #AD73BD; }
span { border-color: rgb(173,115,189); }
td.TdClassName
{
border-color: #AD73BD;
}
.TagClassName
{
border-color: #AD73BD;
}
</style>