Shades of East Side #AD70BF
Tints of East Side #AD70BF
RGB
CMYK
RGB Variations
Color information
#AD70BF (or 0xAD70BF) is known color: East Side. HEX triplet: AD, 70 and BF. RGB value is (173,112,191). Sum of RGB (Red+Green+Blue) = 173+112+191=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD70BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70BF is #528F40. Grayscale: #8A8A8A. Windows color (decimal): -5410625 or 12546221. OLE color: 12546221.
HSL color Cylindrical-coordinate representation of color #AD70BF: hue angle of 286.33º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD70BF is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 112 | 191 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.25 |
| HSL | 286.33º | 0.38% | 0.59% | - |
| HSV(B) | 286.33º | 0.41% | 0.75% | - |
| XYZ | 32.43 | 24.23 | 52.26 | - |
| YUV | 139.25 | 157.21 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 191 | 0.09 | 0.41 | 0 | 0.25 | 286.33 | 0.38 | 0.59 |
| Hex | AD | 70 | BF | 9 | 29 | 0 | 19 | 11E | 26 | 3B |
| Octal | 255 | 160 | 277 | 11 | 51 | 0 | 31 | 436 | 46 | 73 |
| Binary | 10101101 | 1110000 | 10111111 | 1001 | 101001 | 0 | 11001 | 100011110 | 100110 | 111011 |
Color Harmonies of #AD70BF
Complementary color
Monochromatic Colors of #AD70BF
Black with #AD70BF
Text Example
Text Example
White with #AD70BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD70BF; }
p { color: rgb(173,112,191); }
H1.HeaderClassName
{
color: #AD70BF;
}
.AnyTagClassName
{
color: #AD70BF;
}
</style>
background-color css
<style>
a { background-color: #AD70BF; }
a { background-color: rgb(173,112,191); }
div.DivClassName
{
background-color: #AD70BF;
}
.BgClassName
{
background-color: #AD70BF;
}
</style>
border-color css
<style>
span { border-color: #AD70BF; }
span { border-color: rgb(173,112,191); }
td.TdClassName
{
border-color: #AD70BF;
}
.TagClassName
{
border-color: #AD70BF;
}
</style>