Shades of East Side #AD87CC
Tints of East Side #AD87CC
RGB
CMYK
RGB Variations
Color information
#AD87CC (or 0xAD87CC) is known color: East Side. HEX triplet: AD, 87 and CC. RGB value is (173,135,204). Sum of RGB (Red+Green+Blue) = 173+135+204=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD87CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD87CC is #527833. Grayscale: #999999. Windows color (decimal): -5404724 or 13404077. OLE color: 13404077.
HSL color Cylindrical-coordinate representation of color #AD87CC: hue angle of 273.04º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD87CC is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 135 | 204 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.2 |
| HSL | 273.04º | 0.4% | 0.66% | - |
| HSV(B) | 273.04º | 0.34% | 0.8% | - |
| XYZ | 36.8 | 30.57 | 61.09 | - |
| YUV | 154.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 204 | 0.15 | 0.34 | 0 | 0.2 | 273.04 | 0.4 | 0.66 |
| Hex | AD | 87 | CC | F | 22 | 0 | 14 | 111 | 28 | 42 |
| Octal | 255 | 207 | 314 | 17 | 42 | 0 | 24 | 421 | 50 | 102 |
| Binary | 10101101 | 10000111 | 11001100 | 1111 | 100010 | 0 | 10100 | 100010001 | 101000 | 1000010 |
Color Harmonies of #AD87CC
Complementary color
Monochromatic Colors of #AD87CC
Black with #AD87CC
Text Example
Text Example
White with #AD87CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD87CC; }
p { color: rgb(173,135,204); }
H1.HeaderClassName
{
color: #AD87CC;
}
.AnyTagClassName
{
color: #AD87CC;
}
</style>
background-color css
<style>
a { background-color: #AD87CC; }
a { background-color: rgb(173,135,204); }
div.DivClassName
{
background-color: #AD87CC;
}
.BgClassName
{
background-color: #AD87CC;
}
</style>
border-color css
<style>
span { border-color: #AD87CC; }
span { border-color: rgb(173,135,204); }
td.TdClassName
{
border-color: #AD87CC;
}
.TagClassName
{
border-color: #AD87CC;
}
</style>