Shades of East Side #AD87CA
Tints of East Side #AD87CA
RGB
CMYK
RGB Variations
Color information
#AD87CA (or 0xAD87CA) is known color: East Side. HEX triplet: AD, 87 and CA. RGB value is (173,135,202). Sum of RGB (Red+Green+Blue) = 173+135+202=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD87CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD87CA is #527835. Grayscale: #999999. Windows color (decimal): -5404726 or 13273005. OLE color: 13273005.
HSL color Cylindrical-coordinate representation of color #AD87CA: hue angle of 274.03º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD87CA is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 135 | 202 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.21 |
| HSL | 274.03º | 0.39% | 0.66% | - |
| HSV(B) | 274.03º | 0.33% | 0.79% | - |
| XYZ | 36.56 | 30.48 | 59.83 | - |
| YUV | 154 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 202 | 0.14 | 0.33 | 0 | 0.21 | 274.03 | 0.39 | 0.66 |
| Hex | AD | 87 | CA | E | 21 | 0 | 15 | 112 | 27 | 42 |
| Octal | 255 | 207 | 312 | 16 | 41 | 0 | 25 | 422 | 47 | 102 |
| Binary | 10101101 | 10000111 | 11001010 | 1110 | 100001 | 0 | 10101 | 100010010 | 100111 | 1000010 |
Color Harmonies of #AD87CA
Complementary color
Monochromatic Colors of #AD87CA
Black with #AD87CA
Text Example
Text Example
White with #AD87CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD87CA; }
p { color: rgb(173,135,202); }
H1.HeaderClassName
{
color: #AD87CA;
}
.AnyTagClassName
{
color: #AD87CA;
}
</style>
background-color css
<style>
a { background-color: #AD87CA; }
a { background-color: rgb(173,135,202); }
div.DivClassName
{
background-color: #AD87CA;
}
.BgClassName
{
background-color: #AD87CA;
}
</style>
border-color css
<style>
span { border-color: #AD87CA; }
span { border-color: rgb(173,135,202); }
td.TdClassName
{
border-color: #AD87CA;
}
.TagClassName
{
border-color: #AD87CA;
}
</style>