Shades of East Side #AD71C3
Tints of East Side #AD71C3
RGB
CMYK
RGB Variations
Color information
#AD71C3 (or 0xAD71C3) is known color: East Side. HEX triplet: AD, 71 and C3. RGB value is (173,113,195). Sum of RGB (Red+Green+Blue) = 173+113+195=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD71C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD71C3 is #528E3C. Grayscale: #8C8C8C. Windows color (decimal): -5410365 or 12808621. OLE color: 12808621.
HSL color Cylindrical-coordinate representation of color #AD71C3: hue angle of 283.9º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD71C3 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 113 | 195 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.24 |
| HSL | 283.9º | 0.41% | 0.6% | - |
| HSV(B) | 283.9º | 0.42% | 0.76% | - |
| XYZ | 32.99 | 24.63 | 54.65 | - |
| YUV | 140.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 195 | 0.11 | 0.42 | 0 | 0.24 | 283.9 | 0.41 | 0.6 |
| Hex | AD | 71 | C3 | B | 2A | 0 | 18 | 11C | 29 | 3C |
| Octal | 255 | 161 | 303 | 13 | 52 | 0 | 30 | 434 | 51 | 74 |
| Binary | 10101101 | 1110001 | 11000011 | 1011 | 101010 | 0 | 11000 | 100011100 | 101001 | 111100 |
Color Harmonies of #AD71C3
Complementary color
Monochromatic Colors of #AD71C3
Black with #AD71C3
Text Example
Text Example
White with #AD71C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD71C3; }
p { color: rgb(173,113,195); }
H1.HeaderClassName
{
color: #AD71C3;
}
.AnyTagClassName
{
color: #AD71C3;
}
</style>
background-color css
<style>
a { background-color: #AD71C3; }
a { background-color: rgb(173,113,195); }
div.DivClassName
{
background-color: #AD71C3;
}
.BgClassName
{
background-color: #AD71C3;
}
</style>
border-color css
<style>
span { border-color: #AD71C3; }
span { border-color: rgb(173,113,195); }
td.TdClassName
{
border-color: #AD71C3;
}
.TagClassName
{
border-color: #AD71C3;
}
</style>