Shades of East Side #AD6FBE
Tints of East Side #AD6FBE
RGB
CMYK
RGB Variations
Color information
#AD6FBE (or 0xAD6FBE) is known color: East Side. HEX triplet: AD, 6F and BE. RGB value is (173,111,190). Sum of RGB (Red+Green+Blue) = 173+111+190=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD6FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FBE is #529041. Grayscale: #8A8A8A. Windows color (decimal): -5410882 or 12480429. OLE color: 12480429.
HSL color Cylindrical-coordinate representation of color #AD6FBE: hue angle of 287.09º degrees, saturation: 0.38, 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 #AD6FBE is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 111 | 190 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.25 |
| HSL | 287.09º | 0.38% | 0.59% | - |
| HSV(B) | 287.09º | 0.42% | 0.75% | - |
| XYZ | 32.21 | 23.97 | 51.64 | - |
| YUV | 138.54 | 157.04 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 190 | 0.09 | 0.42 | 0 | 0.25 | 287.09 | 0.38 | 0.59 |
| Hex | AD | 6F | BE | 9 | 2A | 0 | 19 | 11F | 26 | 3B |
| Octal | 255 | 157 | 276 | 11 | 52 | 0 | 31 | 437 | 46 | 73 |
| Binary | 10101101 | 1101111 | 10111110 | 1001 | 101010 | 0 | 11001 | 100011111 | 100110 | 111011 |
Color Harmonies of #AD6FBE
Complementary color
Monochromatic Colors of #AD6FBE
Black with #AD6FBE
Text Example
Text Example
White with #AD6FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6FBE; }
p { color: rgb(173,111,190); }
H1.HeaderClassName
{
color: #AD6FBE;
}
.AnyTagClassName
{
color: #AD6FBE;
}
</style>
background-color css
<style>
a { background-color: #AD6FBE; }
a { background-color: rgb(173,111,190); }
div.DivClassName
{
background-color: #AD6FBE;
}
.BgClassName
{
background-color: #AD6FBE;
}
</style>
border-color css
<style>
span { border-color: #AD6FBE; }
span { border-color: rgb(173,111,190); }
td.TdClassName
{
border-color: #AD6FBE;
}
.TagClassName
{
border-color: #AD6FBE;
}
</style>