Shades of East Side #AD92BD
Tints of East Side #AD92BD
RGB
CMYK
RGB Variations
Color information
#AD92BD (or 0xAD92BD) is known color: East Side. HEX triplet: AD, 92 and BD. RGB value is (173,146,189). Sum of RGB (Red+Green+Blue) = 173+146+189=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD92BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92BD is #526D42. Grayscale: #9E9E9E. Windows color (decimal): -5401923 or 12423853. OLE color: 12423853.
HSL color Cylindrical-coordinate representation of color #AD92BD: hue angle of 277.67º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD92BD is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 146 | 189 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.26 |
| HSL | 277.67º | 0.25% | 0.66% | - |
| HSV(B) | 277.67º | 0.23% | 0.74% | - |
| XYZ | 36.7 | 33.12 | 52.6 | - |
| YUV | 158.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 189 | 0.08 | 0.23 | 0 | 0.26 | 277.67 | 0.25 | 0.66 |
| Hex | AD | 92 | BD | 8 | 17 | 0 | 1A | 116 | 19 | 42 |
| Octal | 255 | 222 | 275 | 10 | 27 | 0 | 32 | 426 | 31 | 102 |
| Binary | 10101101 | 10010010 | 10111101 | 1000 | 10111 | 0 | 11010 | 100010110 | 11001 | 1000010 |
Color Harmonies of #AD92BD
Complementary color
Monochromatic Colors of #AD92BD
Black with #AD92BD
Text Example
Text Example
White with #AD92BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD92BD; }
p { color: rgb(173,146,189); }
H1.HeaderClassName
{
color: #AD92BD;
}
.AnyTagClassName
{
color: #AD92BD;
}
</style>
background-color css
<style>
a { background-color: #AD92BD; }
a { background-color: rgb(173,146,189); }
div.DivClassName
{
background-color: #AD92BD;
}
.BgClassName
{
background-color: #AD92BD;
}
</style>
border-color css
<style>
span { border-color: #AD92BD; }
span { border-color: rgb(173,146,189); }
td.TdClassName
{
border-color: #AD92BD;
}
.TagClassName
{
border-color: #AD92BD;
}
</style>