Shades of East Side #AD70BD
Tints of East Side #AD70BD
RGB
CMYK
RGB Variations
Color information
#AD70BD (or 0xAD70BD) is known color: East Side. HEX triplet: AD, 70 and BD. RGB value is (173,112,189). Sum of RGB (Red+Green+Blue) = 173+112+189=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD70BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70BD is #528F42. Grayscale: #8A8A8A. Windows color (decimal): -5410627 or 12415149. OLE color: 12415149.
HSL color Cylindrical-coordinate representation of color #AD70BD: hue angle of 287.53º degrees, saturation: 0.37, 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 #AD70BD is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 112 | 189 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.26 |
| HSL | 287.53º | 0.37% | 0.59% | - |
| HSV(B) | 287.53º | 0.41% | 0.74% | - |
| XYZ | 32.21 | 24.15 | 51.11 | - |
| YUV | 139.02 | 156.21 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 189 | 0.08 | 0.41 | 0 | 0.26 | 287.53 | 0.37 | 0.59 |
| Hex | AD | 70 | BD | 8 | 29 | 0 | 1A | 120 | 25 | 3B |
| Octal | 255 | 160 | 275 | 10 | 51 | 0 | 32 | 440 | 45 | 73 |
| Binary | 10101101 | 1110000 | 10111101 | 1000 | 101001 | 0 | 11010 | 100100000 | 100101 | 111011 |
Color Harmonies of #AD70BD
Complementary color
Monochromatic Colors of #AD70BD
Black with #AD70BD
Text Example
Text Example
White with #AD70BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD70BD; }
p { color: rgb(173,112,189); }
H1.HeaderClassName
{
color: #AD70BD;
}
.AnyTagClassName
{
color: #AD70BD;
}
</style>
background-color css
<style>
a { background-color: #AD70BD; }
a { background-color: rgb(173,112,189); }
div.DivClassName
{
background-color: #AD70BD;
}
.BgClassName
{
background-color: #AD70BD;
}
</style>
border-color css
<style>
span { border-color: #AD70BD; }
span { border-color: rgb(173,112,189); }
td.TdClassName
{
border-color: #AD70BD;
}
.TagClassName
{
border-color: #AD70BD;
}
</style>