Shades of East Side #AD6FC1
Tints of East Side #AD6FC1
RGB
CMYK
RGB Variations
Color information
#AD6FC1 (or 0xAD6FC1) is known color: East Side. HEX triplet: AD, 6F and C1. RGB value is (173,111,193). Sum of RGB (Red+Green+Blue) = 173+111+193=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD6FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FC1 is #52903E. Grayscale: #8A8A8A. Windows color (decimal): -5410879 or 12677037. OLE color: 12677037.
HSL color Cylindrical-coordinate representation of color #AD6FC1: hue angle of 285.37º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD6FC1 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 111 | 193 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.24 |
| HSL | 285.37º | 0.4% | 0.6% | - |
| HSV(B) | 285.37º | 0.42% | 0.76% | - |
| XYZ | 32.54 | 24.1 | 53.39 | - |
| YUV | 138.89 | 158.54 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 193 | 0.10 | 0.42 | 0 | 0.24 | 285.37 | 0.4 | 0.6 |
| Hex | AD | 6F | C1 | A | 2A | 0 | 18 | 11D | 28 | 3C |
| Octal | 255 | 157 | 301 | 12 | 52 | 0 | 30 | 435 | 50 | 74 |
| Binary | 10101101 | 1101111 | 11000001 | 1010 | 101010 | 0 | 11000 | 100011101 | 101000 | 111100 |
Color Harmonies of #AD6FC1
Complementary color
Monochromatic Colors of #AD6FC1
Black with #AD6FC1
Text Example
Text Example
White with #AD6FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6FC1; }
p { color: rgb(173,111,193); }
H1.HeaderClassName
{
color: #AD6FC1;
}
.AnyTagClassName
{
color: #AD6FC1;
}
</style>
background-color css
<style>
a { background-color: #AD6FC1; }
a { background-color: rgb(173,111,193); }
div.DivClassName
{
background-color: #AD6FC1;
}
.BgClassName
{
background-color: #AD6FC1;
}
</style>
border-color css
<style>
span { border-color: #AD6FC1; }
span { border-color: rgb(173,111,193); }
td.TdClassName
{
border-color: #AD6FC1;
}
.TagClassName
{
border-color: #AD6FC1;
}
</style>