Shades of East Side #AD8FB8
Tints of East Side #AD8FB8
RGB
CMYK
RGB Variations
Color information
#AD8FB8 (or 0xAD8FB8) is known color: East Side. HEX triplet: AD, 8F and B8. RGB value is (173,143,184). Sum of RGB (Red+Green+Blue) = 173+143+184=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD8FB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8FB8 is #527047. Grayscale: #9C9C9C. Windows color (decimal): -5402696 or 12095405. OLE color: 12095405.
HSL color Cylindrical-coordinate representation of color #AD8FB8: hue angle of 283.9º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD8FB8 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 143 | 184 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.28 |
| HSL | 283.9º | 0.22% | 0.64% | - |
| HSV(B) | 283.9º | 0.22% | 0.72% | - |
| XYZ | 35.71 | 31.99 | 49.64 | - |
| YUV | 156.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 184 | 0.06 | 0.22 | 0 | 0.28 | 283.9 | 0.22 | 0.64 |
| Hex | AD | 8F | B8 | 6 | 16 | 0 | 1C | 11C | 16 | 40 |
| Octal | 255 | 217 | 270 | 6 | 26 | 0 | 34 | 434 | 26 | 100 |
| Binary | 10101101 | 10001111 | 10111000 | 110 | 10110 | 0 | 11100 | 100011100 | 10110 | 1000000 |
Color Harmonies of #AD8FB8
Complementary color
Monochromatic Colors of #AD8FB8
Black with #AD8FB8
Text Example
Text Example
White with #AD8FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8FB8; }
p { color: rgb(173,143,184); }
H1.HeaderClassName
{
color: #AD8FB8;
}
.AnyTagClassName
{
color: #AD8FB8;
}
</style>
background-color css
<style>
a { background-color: #AD8FB8; }
a { background-color: rgb(173,143,184); }
div.DivClassName
{
background-color: #AD8FB8;
}
.BgClassName
{
background-color: #AD8FB8;
}
</style>
border-color css
<style>
span { border-color: #AD8FB8; }
span { border-color: rgb(173,143,184); }
td.TdClassName
{
border-color: #AD8FB8;
}
.TagClassName
{
border-color: #AD8FB8;
}
</style>