Shades of East Side #AD81B4
Tints of East Side #AD81B4
RGB
CMYK
RGB Variations
Color information
#AD81B4 (or 0xAD81B4) is known color: East Side. HEX triplet: AD, 81 and B4. RGB value is (173,129,180). Sum of RGB (Red+Green+Blue) = 173+129+180=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD81B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD81B4 is #527E4B. Grayscale: #939393. Windows color (decimal): -5406284 or 11829677. OLE color: 11829677.
HSL color Cylindrical-coordinate representation of color #AD81B4: hue angle of 291.76º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD81B4 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 129 | 180 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.29 |
| HSL | 291.76º | 0.25% | 0.61% | - |
| HSV(B) | 291.76º | 0.28% | 0.71% | - |
| XYZ | 33.32 | 27.88 | 46.81 | - |
| YUV | 147.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 180 | 0.04 | 0.28 | 0 | 0.29 | 291.76 | 0.25 | 0.61 |
| Hex | AD | 81 | B4 | 4 | 1C | 0 | 1D | 124 | 19 | 3D |
| Octal | 255 | 201 | 264 | 4 | 34 | 0 | 35 | 444 | 31 | 75 |
| Binary | 10101101 | 10000001 | 10110100 | 100 | 11100 | 0 | 11101 | 100100100 | 11001 | 111101 |
Color Harmonies of #AD81B4
Complementary color
Monochromatic Colors of #AD81B4
Black with #AD81B4
Text Example
Text Example
White with #AD81B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD81B4; }
p { color: rgb(173,129,180); }
H1.HeaderClassName
{
color: #AD81B4;
}
.AnyTagClassName
{
color: #AD81B4;
}
</style>
background-color css
<style>
a { background-color: #AD81B4; }
a { background-color: rgb(173,129,180); }
div.DivClassName
{
background-color: #AD81B4;
}
.BgClassName
{
background-color: #AD81B4;
}
</style>
border-color css
<style>
span { border-color: #AD81B4; }
span { border-color: rgb(173,129,180); }
td.TdClassName
{
border-color: #AD81B4;
}
.TagClassName
{
border-color: #AD81B4;
}
</style>