Shades of East Side #AD80B5
Tints of East Side #AD80B5
RGB
CMYK
RGB Variations
Color information
#AD80B5 (or 0xAD80B5) is known color: East Side. HEX triplet: AD, 80 and B5. RGB value is (173,128,181). Sum of RGB (Red+Green+Blue) = 173+128+181=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD80B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80B5 is #527F4A. Grayscale: #939393. Windows color (decimal): -5406539 or 11894957. OLE color: 11894957.
HSL color Cylindrical-coordinate representation of color #AD80B5: hue angle of 290.94º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD80B5 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 128 | 181 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.29 |
| HSL | 290.94º | 0.26% | 0.61% | - |
| HSV(B) | 290.94º | 0.29% | 0.71% | - |
| XYZ | 33.29 | 27.66 | 47.3 | - |
| YUV | 147.5 | 146.91 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 181 | 0.04 | 0.29 | 0 | 0.29 | 290.94 | 0.26 | 0.61 |
| Hex | AD | 80 | B5 | 4 | 1D | 0 | 1D | 123 | 1A | 3D |
| Octal | 255 | 200 | 265 | 4 | 35 | 0 | 35 | 443 | 32 | 75 |
| Binary | 10101101 | 10000000 | 10110101 | 100 | 11101 | 0 | 11101 | 100100011 | 11010 | 111101 |
Color Harmonies of #AD80B5
Complementary color
Monochromatic Colors of #AD80B5
Black with #AD80B5
Text Example
Text Example
White with #AD80B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80B5; }
p { color: rgb(173,128,181); }
H1.HeaderClassName
{
color: #AD80B5;
}
.AnyTagClassName
{
color: #AD80B5;
}
</style>
background-color css
<style>
a { background-color: #AD80B5; }
a { background-color: rgb(173,128,181); }
div.DivClassName
{
background-color: #AD80B5;
}
.BgClassName
{
background-color: #AD80B5;
}
</style>
border-color css
<style>
span { border-color: #AD80B5; }
span { border-color: rgb(173,128,181); }
td.TdClassName
{
border-color: #AD80B5;
}
.TagClassName
{
border-color: #AD80B5;
}
</style>