Shades of East Side #AD7CBB
Tints of East Side #AD7CBB
RGB
CMYK
RGB Variations
Color information
#AD7CBB (or 0xAD7CBB) is known color: East Side. HEX triplet: AD, 7C and BB. RGB value is (173,124,187). Sum of RGB (Red+Green+Blue) = 173+124+187=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD7CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7CBB is #528344. Grayscale: #919191. Windows color (decimal): -5407557 or 12287149. OLE color: 12287149.
HSL color Cylindrical-coordinate representation of color #AD7CBB: hue angle of 286.67º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD7CBB is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 124 | 187 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.27 |
| HSL | 286.67º | 0.32% | 0.61% | - |
| HSV(B) | 286.67º | 0.34% | 0.73% | - |
| XYZ | 33.41 | 26.89 | 50.44 | - |
| YUV | 145.83 | 151.23 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 187 | 0.07 | 0.34 | 0 | 0.27 | 286.67 | 0.32 | 0.61 |
| Hex | AD | 7C | BB | 7 | 22 | 0 | 1B | 11F | 20 | 3D |
| Octal | 255 | 174 | 273 | 7 | 42 | 0 | 33 | 437 | 40 | 75 |
| Binary | 10101101 | 1111100 | 10111011 | 111 | 100010 | 0 | 11011 | 100011111 | 100000 | 111101 |
Color Harmonies of #AD7CBB
Complementary color
Monochromatic Colors of #AD7CBB
Black with #AD7CBB
Text Example
Text Example
White with #AD7CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7CBB; }
p { color: rgb(173,124,187); }
H1.HeaderClassName
{
color: #AD7CBB;
}
.AnyTagClassName
{
color: #AD7CBB;
}
</style>
background-color css
<style>
a { background-color: #AD7CBB; }
a { background-color: rgb(173,124,187); }
div.DivClassName
{
background-color: #AD7CBB;
}
.BgClassName
{
background-color: #AD7CBB;
}
</style>
border-color css
<style>
span { border-color: #AD7CBB; }
span { border-color: rgb(173,124,187); }
td.TdClassName
{
border-color: #AD7CBB;
}
.TagClassName
{
border-color: #AD7CBB;
}
</style>