Shades of East Side #AD8FC6
Tints of East Side #AD8FC6
RGB
CMYK
RGB Variations
Color information
#AD8FC6 (or 0xAD8FC6) is known color: East Side. HEX triplet: AD, 8F and C6. RGB value is (173,143,198). Sum of RGB (Red+Green+Blue) = 173+143+198=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 198 (77.73% from 255 or 38.52% from 514); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD8FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8FC6 is #527039. Grayscale: #9E9E9E. Windows color (decimal): -5402682 or 13012909. OLE color: 13012909.
HSL color Cylindrical-coordinate representation of color #AD8FC6: hue angle of 272.73º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD8FC6 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 143 | 198 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.22 |
| HSL | 272.73º | 0.33% | 0.67% | - |
| HSV(B) | 272.73º | 0.28% | 0.78% | - |
| XYZ | 37.25 | 32.61 | 57.76 | - |
| YUV | 158.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 198 | 0.13 | 0.28 | 0 | 0.22 | 272.73 | 0.33 | 0.67 |
| Hex | AD | 8F | C6 | D | 1C | 0 | 16 | 111 | 21 | 43 |
| Octal | 255 | 217 | 306 | 15 | 34 | 0 | 26 | 421 | 41 | 103 |
| Binary | 10101101 | 10001111 | 11000110 | 1101 | 11100 | 0 | 10110 | 100010001 | 100001 | 1000011 |
Color Harmonies of #AD8FC6
Complementary color
Monochromatic Colors of #AD8FC6
Black with #AD8FC6
Text Example
Text Example
White with #AD8FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8FC6; }
p { color: rgb(173,143,198); }
H1.HeaderClassName
{
color: #AD8FC6;
}
.AnyTagClassName
{
color: #AD8FC6;
}
</style>
background-color css
<style>
a { background-color: #AD8FC6; }
a { background-color: rgb(173,143,198); }
div.DivClassName
{
background-color: #AD8FC6;
}
.BgClassName
{
background-color: #AD8FC6;
}
</style>
border-color css
<style>
span { border-color: #AD8FC6; }
span { border-color: rgb(173,143,198); }
td.TdClassName
{
border-color: #AD8FC6;
}
.TagClassName
{
border-color: #AD8FC6;
}
</style>