Shades of East Side #AD7BD3
Tints of East Side #AD7BD3
RGB
CMYK
RGB Variations
Color information
#AD7BD3 (or 0xAD7BD3) is known color: East Side. HEX triplet: AD, 7B and D3. RGB value is (173,123,211). Sum of RGB (Red+Green+Blue) = 173+123+211=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD7BD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7BD3 is #52842C. Grayscale: #939393. Windows color (decimal): -5407789 or 13859757. OLE color: 13859757.
HSL color Cylindrical-coordinate representation of color #AD7BD3: hue angle of 274.09º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD7BD3 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 123 | 211 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.17 |
| HSL | 274.09º | 0.5% | 0.65% | - |
| HSV(B) | 274.09º | 0.42% | 0.83% | - |
| XYZ | 36.07 | 27.75 | 65.08 | - |
| YUV | 147.98 | 163.57 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 211 | 0.18 | 0.42 | 0 | 0.17 | 274.09 | 0.5 | 0.65 |
| Hex | AD | 7B | D3 | 12 | 2A | 0 | 11 | 112 | 32 | 41 |
| Octal | 255 | 173 | 323 | 22 | 52 | 0 | 21 | 422 | 62 | 101 |
| Binary | 10101101 | 1111011 | 11010011 | 10010 | 101010 | 0 | 10001 | 100010010 | 110010 | 1000001 |
Color Harmonies of #AD7BD3
Complementary color
Monochromatic Colors of #AD7BD3
Black with #AD7BD3
Text Example
Text Example
White with #AD7BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7BD3; }
p { color: rgb(173,123,211); }
H1.HeaderClassName
{
color: #AD7BD3;
}
.AnyTagClassName
{
color: #AD7BD3;
}
</style>
background-color css
<style>
a { background-color: #AD7BD3; }
a { background-color: rgb(173,123,211); }
div.DivClassName
{
background-color: #AD7BD3;
}
.BgClassName
{
background-color: #AD7BD3;
}
</style>
border-color css
<style>
span { border-color: #AD7BD3; }
span { border-color: rgb(173,123,211); }
td.TdClassName
{
border-color: #AD7BD3;
}
.TagClassName
{
border-color: #AD7BD3;
}
</style>