Shades of East Side #AD6FBC
Tints of East Side #AD6FBC
RGB
CMYK
RGB Variations
Color information
#AD6FBC (or 0xAD6FBC) is known color: East Side. HEX triplet: AD, 6F and BC. RGB value is (173,111,188). Sum of RGB (Red+Green+Blue) = 173+111+188=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD6FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FBC is #529043. Grayscale: #8A8A8A. Windows color (decimal): -5410884 or 12349357. OLE color: 12349357.
HSL color Cylindrical-coordinate representation of color #AD6FBC: hue angle of 288.31º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD6FBC is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 111 | 188 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.26 |
| HSL | 288.31º | 0.36% | 0.59% | - |
| HSV(B) | 288.31º | 0.41% | 0.74% | - |
| XYZ | 32 | 23.88 | 50.5 | - |
| YUV | 138.32 | 156.04 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 188 | 0.08 | 0.41 | 0 | 0.26 | 288.31 | 0.36 | 0.59 |
| Hex | AD | 6F | BC | 8 | 29 | 0 | 1A | 120 | 24 | 3B |
| Octal | 255 | 157 | 274 | 10 | 51 | 0 | 32 | 440 | 44 | 73 |
| Binary | 10101101 | 1101111 | 10111100 | 1000 | 101001 | 0 | 11010 | 100100000 | 100100 | 111011 |
Color Harmonies of #AD6FBC
Complementary color
Monochromatic Colors of #AD6FBC
Black with #AD6FBC
Text Example
Text Example
White with #AD6FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6FBC; }
p { color: rgb(173,111,188); }
H1.HeaderClassName
{
color: #AD6FBC;
}
.AnyTagClassName
{
color: #AD6FBC;
}
</style>
background-color css
<style>
a { background-color: #AD6FBC; }
a { background-color: rgb(173,111,188); }
div.DivClassName
{
background-color: #AD6FBC;
}
.BgClassName
{
background-color: #AD6FBC;
}
</style>
border-color css
<style>
span { border-color: #AD6FBC; }
span { border-color: rgb(173,111,188); }
td.TdClassName
{
border-color: #AD6FBC;
}
.TagClassName
{
border-color: #AD6FBC;
}
</style>