Shades of East Side #AD6FC0
Tints of East Side #AD6FC0
RGB
CMYK
RGB Variations
Color information
#AD6FC0 (or 0xAD6FC0) is known color: East Side. HEX triplet: AD, 6F and C0. RGB value is (173,111,192). Sum of RGB (Red+Green+Blue) = 173+111+192=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD6FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FC0 is #52903F. Grayscale: #8A8A8A. Windows color (decimal): -5410880 or 12611501. OLE color: 12611501.
HSL color Cylindrical-coordinate representation of color #AD6FC0: hue angle of 285.93º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD6FC0 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 111 | 192 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.25 |
| HSL | 285.93º | 0.39% | 0.59% | - |
| HSV(B) | 285.93º | 0.42% | 0.75% | - |
| XYZ | 32.43 | 24.06 | 52.8 | - |
| YUV | 138.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 192 | 0.10 | 0.42 | 0 | 0.25 | 285.93 | 0.39 | 0.59 |
| Hex | AD | 6F | C0 | A | 2A | 0 | 19 | 11E | 27 | 3B |
| Octal | 255 | 157 | 300 | 12 | 52 | 0 | 31 | 436 | 47 | 73 |
| Binary | 10101101 | 1101111 | 11000000 | 1010 | 101010 | 0 | 11001 | 100011110 | 100111 | 111011 |
Color Harmonies of #AD6FC0
Complementary color
Monochromatic Colors of #AD6FC0
Black with #AD6FC0
Text Example
Text Example
White with #AD6FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6FC0; }
p { color: rgb(173,111,192); }
H1.HeaderClassName
{
color: #AD6FC0;
}
.AnyTagClassName
{
color: #AD6FC0;
}
</style>
background-color css
<style>
a { background-color: #AD6FC0; }
a { background-color: rgb(173,111,192); }
div.DivClassName
{
background-color: #AD6FC0;
}
.BgClassName
{
background-color: #AD6FC0;
}
</style>
border-color css
<style>
span { border-color: #AD6FC0; }
span { border-color: rgb(173,111,192); }
td.TdClassName
{
border-color: #AD6FC0;
}
.TagClassName
{
border-color: #AD6FC0;
}
</style>