Shades of East Side #AD84BC
Tints of East Side #AD84BC
RGB
CMYK
RGB Variations
Color information
#AD84BC (or 0xAD84BC) is known color: East Side. HEX triplet: AD, 84 and BC. RGB value is (173,132,188). Sum of RGB (Red+Green+Blue) = 173+132+188=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD84BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84BC is #527B43. Grayscale: #969696. Windows color (decimal): -5405508 or 12354733. OLE color: 12354733.
HSL color Cylindrical-coordinate representation of color #AD84BC: hue angle of 283.93º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD84BC is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 132 | 188 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.26 |
| HSL | 283.93º | 0.29% | 0.63% | - |
| HSV(B) | 283.93º | 0.3% | 0.74% | - |
| XYZ | 34.56 | 29.02 | 51.36 | - |
| YUV | 150.64 | 149.08 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 188 | 0.08 | 0.30 | 0 | 0.26 | 283.93 | 0.29 | 0.63 |
| Hex | AD | 84 | BC | 8 | 1E | 0 | 1A | 11C | 1D | 3F |
| Octal | 255 | 204 | 274 | 10 | 36 | 0 | 32 | 434 | 35 | 77 |
| Binary | 10101101 | 10000100 | 10111100 | 1000 | 11110 | 0 | 11010 | 100011100 | 11101 | 111111 |
Color Harmonies of #AD84BC
Complementary color
Monochromatic Colors of #AD84BC
Black with #AD84BC
Text Example
Text Example
White with #AD84BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD84BC; }
p { color: rgb(173,132,188); }
H1.HeaderClassName
{
color: #AD84BC;
}
.AnyTagClassName
{
color: #AD84BC;
}
</style>
background-color css
<style>
a { background-color: #AD84BC; }
a { background-color: rgb(173,132,188); }
div.DivClassName
{
background-color: #AD84BC;
}
.BgClassName
{
background-color: #AD84BC;
}
</style>
border-color css
<style>
span { border-color: #AD84BC; }
span { border-color: rgb(173,132,188); }
td.TdClassName
{
border-color: #AD84BC;
}
.TagClassName
{
border-color: #AD84BC;
}
</style>