Shades of East Side #AD7ECF
Tints of East Side #AD7ECF
RGB
CMYK
RGB Variations
Color information
#AD7ECF (or 0xAD7ECF) is known color: East Side. HEX triplet: AD, 7E and CF. RGB value is (173,126,207). Sum of RGB (Red+Green+Blue) = 173+126+207=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD7ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7ECF is #528130. Grayscale: #959595. Windows color (decimal): -5407025 or 13598381. OLE color: 13598381.
HSL color Cylindrical-coordinate representation of color #AD7ECF: hue angle of 274.81º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD7ECF is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 126 | 207 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.19 |
| HSL | 274.81º | 0.46% | 0.65% | - |
| HSV(B) | 274.81º | 0.39% | 0.81% | - |
| XYZ | 35.96 | 28.31 | 62.6 | - |
| YUV | 149.29 | 160.57 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 207 | 0.16 | 0.39 | 0 | 0.19 | 274.81 | 0.46 | 0.65 |
| Hex | AD | 7E | CF | 10 | 27 | 0 | 13 | 113 | 2E | 41 |
| Octal | 255 | 176 | 317 | 20 | 47 | 0 | 23 | 423 | 56 | 101 |
| Binary | 10101101 | 1111110 | 11001111 | 10000 | 100111 | 0 | 10011 | 100010011 | 101110 | 1000001 |
Color Harmonies of #AD7ECF
Complementary color
Monochromatic Colors of #AD7ECF
Black with #AD7ECF
Text Example
Text Example
White with #AD7ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7ECF; }
p { color: rgb(173,126,207); }
H1.HeaderClassName
{
color: #AD7ECF;
}
.AnyTagClassName
{
color: #AD7ECF;
}
</style>
background-color css
<style>
a { background-color: #AD7ECF; }
a { background-color: rgb(173,126,207); }
div.DivClassName
{
background-color: #AD7ECF;
}
.BgClassName
{
background-color: #AD7ECF;
}
</style>
border-color css
<style>
span { border-color: #AD7ECF; }
span { border-color: rgb(173,126,207); }
td.TdClassName
{
border-color: #AD7ECF;
}
.TagClassName
{
border-color: #AD7ECF;
}
</style>