Shades of East Side #AD93B2
Tints of East Side #AD93B2
RGB
CMYK
RGB Variations
Color information
#AD93B2 (or 0xAD93B2) is known color: East Side. HEX triplet: AD, 93 and B2. RGB value is (173,147,178). Sum of RGB (Red+Green+Blue) = 173+147+178=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD93B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD93B2 is #526C4D. Grayscale: #9E9E9E. Windows color (decimal): -5401678 or 11703213. OLE color: 11703213.
HSL color Cylindrical-coordinate representation of color #AD93B2: hue angle of 290.32º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD93B2 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 147 | 178 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.30 |
| HSL | 290.32º | 0.17% | 0.64% | - |
| HSV(B) | 290.32º | 0.17% | 0.7% | - |
| XYZ | 35.7 | 32.97 | 46.6 | - |
| YUV | 158.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 178 | 0.03 | 0.17 | 0 | 0.30 | 290.32 | 0.17 | 0.64 |
| Hex | AD | 93 | B2 | 3 | 11 | 0 | 1E | 122 | 11 | 40 |
| Octal | 255 | 223 | 262 | 3 | 21 | 0 | 36 | 442 | 21 | 100 |
| Binary | 10101101 | 10010011 | 10110010 | 11 | 10001 | 0 | 11110 | 100100010 | 10001 | 1000000 |
Color Harmonies of #AD93B2
Complementary color
Monochromatic Colors of #AD93B2
Black with #AD93B2
Text Example
Text Example
White with #AD93B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD93B2; }
p { color: rgb(173,147,178); }
H1.HeaderClassName
{
color: #AD93B2;
}
.AnyTagClassName
{
color: #AD93B2;
}
</style>
background-color css
<style>
a { background-color: #AD93B2; }
a { background-color: rgb(173,147,178); }
div.DivClassName
{
background-color: #AD93B2;
}
.BgClassName
{
background-color: #AD93B2;
}
</style>
border-color css
<style>
span { border-color: #AD93B2; }
span { border-color: rgb(173,147,178); }
td.TdClassName
{
border-color: #AD93B2;
}
.TagClassName
{
border-color: #AD93B2;
}
</style>