Shades of East Side #AD8BC1
Tints of East Side #AD8BC1
RGB
CMYK
RGB Variations
Color information
#AD8BC1 (or 0xAD8BC1) is known color: East Side. HEX triplet: AD, 8B and C1. RGB value is (173,139,193). Sum of RGB (Red+Green+Blue) = 173+139+193=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD8BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8BC1 is #52743E. Grayscale: #9B9B9B. Windows color (decimal): -5403711 or 12684205. OLE color: 12684205.
HSL color Cylindrical-coordinate representation of color #AD8BC1: hue angle of 277.78º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD8BC1 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 139 | 193 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.24 |
| HSL | 277.78º | 0.3% | 0.65% | - |
| HSV(B) | 277.78º | 0.28% | 0.76% | - |
| XYZ | 36.09 | 31.2 | 54.57 | - |
| YUV | 155.32 | 149.26 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 193 | 0.10 | 0.28 | 0 | 0.24 | 277.78 | 0.3 | 0.65 |
| Hex | AD | 8B | C1 | A | 1C | 0 | 18 | 116 | 1E | 41 |
| Octal | 255 | 213 | 301 | 12 | 34 | 0 | 30 | 426 | 36 | 101 |
| Binary | 10101101 | 10001011 | 11000001 | 1010 | 11100 | 0 | 11000 | 100010110 | 11110 | 1000001 |
Color Harmonies of #AD8BC1
Complementary color
Monochromatic Colors of #AD8BC1
Black with #AD8BC1
Text Example
Text Example
White with #AD8BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8BC1; }
p { color: rgb(173,139,193); }
H1.HeaderClassName
{
color: #AD8BC1;
}
.AnyTagClassName
{
color: #AD8BC1;
}
</style>
background-color css
<style>
a { background-color: #AD8BC1; }
a { background-color: rgb(173,139,193); }
div.DivClassName
{
background-color: #AD8BC1;
}
.BgClassName
{
background-color: #AD8BC1;
}
</style>
border-color css
<style>
span { border-color: #AD8BC1; }
span { border-color: rgb(173,139,193); }
td.TdClassName
{
border-color: #AD8BC1;
}
.TagClassName
{
border-color: #AD8BC1;
}
</style>