Shades of East Side #AD92B5
Tints of East Side #AD92B5
RGB
CMYK
RGB Variations
Color information
#AD92B5 (or 0xAD92B5) is known color: East Side. HEX triplet: AD, 92 and B5. RGB value is (173,146,181). Sum of RGB (Red+Green+Blue) = 173+146+181=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD92B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92B5 is #526D4A. Grayscale: #9D9D9D. Windows color (decimal): -5401931 or 11899565. OLE color: 11899565.
HSL color Cylindrical-coordinate representation of color #AD92B5: hue angle of 286.29º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD92B5 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 146 | 181 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.29 |
| HSL | 286.29º | 0.19% | 0.64% | - |
| HSV(B) | 286.29º | 0.19% | 0.71% | - |
| XYZ | 35.85 | 32.78 | 48.15 | - |
| YUV | 158.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 181 | 0.04 | 0.19 | 0 | 0.29 | 286.29 | 0.19 | 0.64 |
| Hex | AD | 92 | B5 | 4 | 13 | 0 | 1D | 11E | 13 | 40 |
| Octal | 255 | 222 | 265 | 4 | 23 | 0 | 35 | 436 | 23 | 100 |
| Binary | 10101101 | 10010010 | 10110101 | 100 | 10011 | 0 | 11101 | 100011110 | 10011 | 1000000 |
Color Harmonies of #AD92B5
Complementary color
Monochromatic Colors of #AD92B5
Black with #AD92B5
Text Example
Text Example
White with #AD92B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD92B5; }
p { color: rgb(173,146,181); }
H1.HeaderClassName
{
color: #AD92B5;
}
.AnyTagClassName
{
color: #AD92B5;
}
</style>
background-color css
<style>
a { background-color: #AD92B5; }
a { background-color: rgb(173,146,181); }
div.DivClassName
{
background-color: #AD92B5;
}
.BgClassName
{
background-color: #AD92B5;
}
</style>
border-color css
<style>
span { border-color: #AD92B5; }
span { border-color: rgb(173,146,181); }
td.TdClassName
{
border-color: #AD92B5;
}
.TagClassName
{
border-color: #AD92B5;
}
</style>