Shades of East Side #AD80B4
Tints of East Side #AD80B4
RGB
CMYK
RGB Variations
Color information
#AD80B4 (or 0xAD80B4) is known color: East Side. HEX triplet: AD, 80 and B4. RGB value is (173,128,180). Sum of RGB (Red+Green+Blue) = 173+128+180=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD80B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80B4 is #527F4B. Grayscale: #939393. Windows color (decimal): -5406540 or 11829421. OLE color: 11829421.
HSL color Cylindrical-coordinate representation of color #AD80B4: hue angle of 291.92º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD80B4 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 128 | 180 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.29 |
| HSL | 291.92º | 0.26% | 0.6% | - |
| HSV(B) | 291.92º | 0.29% | 0.71% | - |
| XYZ | 33.19 | 27.62 | 46.76 | - |
| YUV | 147.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 180 | 0.04 | 0.29 | 0 | 0.29 | 291.92 | 0.26 | 0.6 |
| Hex | AD | 80 | B4 | 4 | 1D | 0 | 1D | 124 | 1A | 3C |
| Octal | 255 | 200 | 264 | 4 | 35 | 0 | 35 | 444 | 32 | 74 |
| Binary | 10101101 | 10000000 | 10110100 | 100 | 11101 | 0 | 11101 | 100100100 | 11010 | 111100 |
Color Harmonies of #AD80B4
Complementary color
Monochromatic Colors of #AD80B4
Black with #AD80B4
Text Example
Text Example
White with #AD80B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80B4; }
p { color: rgb(173,128,180); }
H1.HeaderClassName
{
color: #AD80B4;
}
.AnyTagClassName
{
color: #AD80B4;
}
</style>
background-color css
<style>
a { background-color: #AD80B4; }
a { background-color: rgb(173,128,180); }
div.DivClassName
{
background-color: #AD80B4;
}
.BgClassName
{
background-color: #AD80B4;
}
</style>
border-color css
<style>
span { border-color: #AD80B4; }
span { border-color: rgb(173,128,180); }
td.TdClassName
{
border-color: #AD80B4;
}
.TagClassName
{
border-color: #AD80B4;
}
</style>