Shades of East Side #AD8AB3
Tints of East Side #AD8AB3
RGB
CMYK
RGB Variations
Color information
#AD8AB3 (or 0xAD8AB3) is known color: East Side. HEX triplet: AD, 8A and B3. RGB value is (173,138,179). Sum of RGB (Red+Green+Blue) = 173+138+179=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD8AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8AB3 is #52754C. Grayscale: #999999. Windows color (decimal): -5403981 or 11766445. OLE color: 11766445.
HSL color Cylindrical-coordinate representation of color #AD8AB3: hue angle of 291.22º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD8AB3 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 138 | 179 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.30 |
| HSL | 291.22º | 0.21% | 0.62% | - |
| HSV(B) | 291.22º | 0.23% | 0.7% | - |
| XYZ | 34.46 | 30.32 | 46.68 | - |
| YUV | 153.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 179 | 0.03 | 0.23 | 0 | 0.30 | 291.22 | 0.21 | 0.62 |
| Hex | AD | 8A | B3 | 3 | 17 | 0 | 1E | 123 | 15 | 3E |
| Octal | 255 | 212 | 263 | 3 | 27 | 0 | 36 | 443 | 25 | 76 |
| Binary | 10101101 | 10001010 | 10110011 | 11 | 10111 | 0 | 11110 | 100100011 | 10101 | 111110 |
Color Harmonies of #AD8AB3
Complementary color
Monochromatic Colors of #AD8AB3
Black with #AD8AB3
Text Example
Text Example
White with #AD8AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8AB3; }
p { color: rgb(173,138,179); }
H1.HeaderClassName
{
color: #AD8AB3;
}
.AnyTagClassName
{
color: #AD8AB3;
}
</style>
background-color css
<style>
a { background-color: #AD8AB3; }
a { background-color: rgb(173,138,179); }
div.DivClassName
{
background-color: #AD8AB3;
}
.BgClassName
{
background-color: #AD8AB3;
}
</style>
border-color css
<style>
span { border-color: #AD8AB3; }
span { border-color: rgb(173,138,179); }
td.TdClassName
{
border-color: #AD8AB3;
}
.TagClassName
{
border-color: #AD8AB3;
}
</style>