Shades of East Side #AD7BCD
Tints of East Side #AD7BCD
RGB
CMYK
RGB Variations
Color information
#AD7BCD (or 0xAD7BCD) is known color: East Side. HEX triplet: AD, 7B and CD. RGB value is (173,123,205). Sum of RGB (Red+Green+Blue) = 173+123+205=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD7BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7BCD is #528432. Grayscale: #939393. Windows color (decimal): -5407795 or 13466541. OLE color: 13466541.
HSL color Cylindrical-coordinate representation of color #AD7BCD: hue angle of 276.59º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD7BCD is Cyan = 0.16, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 123 | 205 | - |
| CMYK | 0.16 | 0.4 | 0 | 0.20 |
| HSL | 276.59º | 0.45% | 0.64% | - |
| HSV(B) | 276.59º | 0.4% | 0.8% | - |
| XYZ | 35.34 | 27.46 | 61.2 | - |
| YUV | 147.3 | 160.57 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 205 | 0.16 | 0.4 | 0 | 0.20 | 276.59 | 0.45 | 0.64 |
| Hex | AD | 7B | CD | 10 | 28 | 0 | 14 | 115 | 2D | 40 |
| Octal | 255 | 173 | 315 | 20 | 50 | 0 | 24 | 425 | 55 | 100 |
| Binary | 10101101 | 1111011 | 11001101 | 10000 | 101000 | 0 | 10100 | 100010101 | 101101 | 1000000 |
Color Harmonies of #AD7BCD
Complementary color
Monochromatic Colors of #AD7BCD
Black with #AD7BCD
Text Example
Text Example
White with #AD7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7BCD; }
p { color: rgb(173,123,205); }
H1.HeaderClassName
{
color: #AD7BCD;
}
.AnyTagClassName
{
color: #AD7BCD;
}
</style>
background-color css
<style>
a { background-color: #AD7BCD; }
a { background-color: rgb(173,123,205); }
div.DivClassName
{
background-color: #AD7BCD;
}
.BgClassName
{
background-color: #AD7BCD;
}
</style>
border-color css
<style>
span { border-color: #AD7BCD; }
span { border-color: rgb(173,123,205); }
td.TdClassName
{
border-color: #AD7BCD;
}
.TagClassName
{
border-color: #AD7BCD;
}
</style>