Shades of East Side #AD78BD
Tints of East Side #AD78BD
RGB
CMYK
RGB Variations
Color information
#AD78BD (or 0xAD78BD) is known color: East Side. HEX triplet: AD, 78 and BD. RGB value is (173,120,189). Sum of RGB (Red+Green+Blue) = 173+120+189=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD78BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78BD is #528742. Grayscale: #8F8F8F. Windows color (decimal): -5408579 or 12417197. OLE color: 12417197.
HSL color Cylindrical-coordinate representation of color #AD78BD: hue angle of 286.09º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD78BD is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 120 | 189 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.26 |
| HSL | 286.09º | 0.34% | 0.61% | - |
| HSV(B) | 286.09º | 0.37% | 0.74% | - |
| XYZ | 33.14 | 25.99 | 51.41 | - |
| YUV | 143.71 | 153.56 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 189 | 0.08 | 0.37 | 0 | 0.26 | 286.09 | 0.34 | 0.61 |
| Hex | AD | 78 | BD | 8 | 25 | 0 | 1A | 11E | 22 | 3D |
| Octal | 255 | 170 | 275 | 10 | 45 | 0 | 32 | 436 | 42 | 75 |
| Binary | 10101101 | 1111000 | 10111101 | 1000 | 100101 | 0 | 11010 | 100011110 | 100010 | 111101 |
Color Harmonies of #AD78BD
Complementary color
Monochromatic Colors of #AD78BD
Black with #AD78BD
Text Example
Text Example
White with #AD78BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD78BD; }
p { color: rgb(173,120,189); }
H1.HeaderClassName
{
color: #AD78BD;
}
.AnyTagClassName
{
color: #AD78BD;
}
</style>
background-color css
<style>
a { background-color: #AD78BD; }
a { background-color: rgb(173,120,189); }
div.DivClassName
{
background-color: #AD78BD;
}
.BgClassName
{
background-color: #AD78BD;
}
</style>
border-color css
<style>
span { border-color: #AD78BD; }
span { border-color: rgb(173,120,189); }
td.TdClassName
{
border-color: #AD78BD;
}
.TagClassName
{
border-color: #AD78BD;
}
</style>