Shades of East Side #AD87C4
Tints of East Side #AD87C4
RGB
CMYK
RGB Variations
Color information
#AD87C4 (or 0xAD87C4) is known color: East Side. HEX triplet: AD, 87 and C4. RGB value is (173,135,196). Sum of RGB (Red+Green+Blue) = 173+135+196=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD87C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD87C4 is #52783B. Grayscale: #999999. Windows color (decimal): -5404732 or 12879789. OLE color: 12879789.
HSL color Cylindrical-coordinate representation of color #AD87C4: hue angle of 277.38º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD87C4 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 135 | 196 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.23 |
| HSL | 277.38º | 0.34% | 0.65% | - |
| HSV(B) | 277.38º | 0.31% | 0.77% | - |
| XYZ | 35.86 | 30.2 | 56.16 | - |
| YUV | 153.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 196 | 0.12 | 0.31 | 0 | 0.23 | 277.38 | 0.34 | 0.65 |
| Hex | AD | 87 | C4 | C | 1F | 0 | 17 | 115 | 22 | 41 |
| Octal | 255 | 207 | 304 | 14 | 37 | 0 | 27 | 425 | 42 | 101 |
| Binary | 10101101 | 10000111 | 11000100 | 1100 | 11111 | 0 | 10111 | 100010101 | 100010 | 1000001 |
Color Harmonies of #AD87C4
Complementary color
Monochromatic Colors of #AD87C4
Black with #AD87C4
Text Example
Text Example
White with #AD87C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD87C4; }
p { color: rgb(173,135,196); }
H1.HeaderClassName
{
color: #AD87C4;
}
.AnyTagClassName
{
color: #AD87C4;
}
</style>
background-color css
<style>
a { background-color: #AD87C4; }
a { background-color: rgb(173,135,196); }
div.DivClassName
{
background-color: #AD87C4;
}
.BgClassName
{
background-color: #AD87C4;
}
</style>
border-color css
<style>
span { border-color: #AD87C4; }
span { border-color: rgb(173,135,196); }
td.TdClassName
{
border-color: #AD87C4;
}
.TagClassName
{
border-color: #AD87C4;
}
</style>