Shades of East Side #AD8FC3
Tints of East Side #AD8FC3
RGB
CMYK
RGB Variations
Color information
#AD8FC3 (or 0xAD8FC3) is known color: East Side. HEX triplet: AD, 8F and C3. RGB value is (173,143,195). Sum of RGB (Red+Green+Blue) = 173+143+195=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD8FC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8FC3 is #52703C. Grayscale: #9D9D9D. Windows color (decimal): -5402685 or 12816301. OLE color: 12816301.
HSL color Cylindrical-coordinate representation of color #AD8FC3: hue angle of 274.62º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD8FC3 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 143 | 195 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.24 |
| HSL | 274.62º | 0.3% | 0.66% | - |
| HSV(B) | 274.62º | 0.27% | 0.76% | - |
| XYZ | 36.91 | 32.47 | 55.95 | - |
| YUV | 157.9 | 148.94 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 195 | 0.11 | 0.27 | 0 | 0.24 | 274.62 | 0.3 | 0.66 |
| Hex | AD | 8F | C3 | B | 1B | 0 | 18 | 113 | 1E | 42 |
| Octal | 255 | 217 | 303 | 13 | 33 | 0 | 30 | 423 | 36 | 102 |
| Binary | 10101101 | 10001111 | 11000011 | 1011 | 11011 | 0 | 11000 | 100010011 | 11110 | 1000010 |
Color Harmonies of #AD8FC3
Complementary color
Monochromatic Colors of #AD8FC3
Black with #AD8FC3
Text Example
Text Example
White with #AD8FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8FC3; }
p { color: rgb(173,143,195); }
H1.HeaderClassName
{
color: #AD8FC3;
}
.AnyTagClassName
{
color: #AD8FC3;
}
</style>
background-color css
<style>
a { background-color: #AD8FC3; }
a { background-color: rgb(173,143,195); }
div.DivClassName
{
background-color: #AD8FC3;
}
.BgClassName
{
background-color: #AD8FC3;
}
</style>
border-color css
<style>
span { border-color: #AD8FC3; }
span { border-color: rgb(173,143,195); }
td.TdClassName
{
border-color: #AD8FC3;
}
.TagClassName
{
border-color: #AD8FC3;
}
</style>