Shades of East Side #AD85D0
Tints of East Side #AD85D0
RGB
CMYK
RGB Variations
Color information
#AD85D0 (or 0xAD85D0) is known color: East Side. HEX triplet: AD, 85 and D0. RGB value is (173,133,208). Sum of RGB (Red+Green+Blue) = 173+133+208=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD85D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85D0 is #527A2F. Grayscale: #999999. Windows color (decimal): -5405232 or 13665709. OLE color: 13665709.
HSL color Cylindrical-coordinate representation of color #AD85D0: hue angle of 272º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD85D0 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 133 | 208 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.18 |
| HSL | 272º | 0.44% | 0.67% | - |
| HSV(B) | 272º | 0.36% | 0.82% | - |
| XYZ | 37.01 | 30.21 | 63.56 | - |
| YUV | 153.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 208 | 0.17 | 0.36 | 0 | 0.18 | 272 | 0.44 | 0.67 |
| Hex | AD | 85 | D0 | 11 | 24 | 0 | 12 | 110 | 2C | 43 |
| Octal | 255 | 205 | 320 | 21 | 44 | 0 | 22 | 420 | 54 | 103 |
| Binary | 10101101 | 10000101 | 11010000 | 10001 | 100100 | 0 | 10010 | 100010000 | 101100 | 1000011 |
Color Harmonies of #AD85D0
Complementary color
Monochromatic Colors of #AD85D0
Black with #AD85D0
Text Example
Text Example
White with #AD85D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD85D0; }
p { color: rgb(173,133,208); }
H1.HeaderClassName
{
color: #AD85D0;
}
.AnyTagClassName
{
color: #AD85D0;
}
</style>
background-color css
<style>
a { background-color: #AD85D0; }
a { background-color: rgb(173,133,208); }
div.DivClassName
{
background-color: #AD85D0;
}
.BgClassName
{
background-color: #AD85D0;
}
</style>
border-color css
<style>
span { border-color: #AD85D0; }
span { border-color: rgb(173,133,208); }
td.TdClassName
{
border-color: #AD85D0;
}
.TagClassName
{
border-color: #AD85D0;
}
</style>