Shades of East Side #AD7BC1
Tints of East Side #AD7BC1
RGB
CMYK
RGB Variations
Color information
#AD7BC1 (or 0xAD7BC1) is known color: East Side. HEX triplet: AD, 7B and C1. RGB value is (173,123,193). Sum of RGB (Red+Green+Blue) = 173+123+193=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD7BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7BC1 is #52843E. Grayscale: #919191. Windows color (decimal): -5407807 or 12680109. OLE color: 12680109.
HSL color Cylindrical-coordinate representation of color #AD7BC1: hue angle of 282.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD7BC1 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 123 | 193 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.24 |
| HSL | 282.86º | 0.36% | 0.62% | - |
| HSV(B) | 282.86º | 0.36% | 0.76% | - |
| XYZ | 33.94 | 26.9 | 53.86 | - |
| YUV | 145.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 193 | 0.10 | 0.36 | 0 | 0.24 | 282.86 | 0.36 | 0.62 |
| Hex | AD | 7B | C1 | A | 24 | 0 | 18 | 11B | 24 | 3E |
| Octal | 255 | 173 | 301 | 12 | 44 | 0 | 30 | 433 | 44 | 76 |
| Binary | 10101101 | 1111011 | 11000001 | 1010 | 100100 | 0 | 11000 | 100011011 | 100100 | 111110 |
Color Harmonies of #AD7BC1
Complementary color
Monochromatic Colors of #AD7BC1
Black with #AD7BC1
Text Example
Text Example
White with #AD7BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7BC1; }
p { color: rgb(173,123,193); }
H1.HeaderClassName
{
color: #AD7BC1;
}
.AnyTagClassName
{
color: #AD7BC1;
}
</style>
background-color css
<style>
a { background-color: #AD7BC1; }
a { background-color: rgb(173,123,193); }
div.DivClassName
{
background-color: #AD7BC1;
}
.BgClassName
{
background-color: #AD7BC1;
}
</style>
border-color css
<style>
span { border-color: #AD7BC1; }
span { border-color: rgb(173,123,193); }
td.TdClassName
{
border-color: #AD7BC1;
}
.TagClassName
{
border-color: #AD7BC1;
}
</style>