Shades of East Side #AD8CBC
Tints of East Side #AD8CBC
RGB
CMYK
RGB Variations
Color information
#AD8CBC (or 0xAD8CBC) is known color: East Side. HEX triplet: AD, 8C and BC. RGB value is (173,140,188). Sum of RGB (Red+Green+Blue) = 173+140+188=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD8CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CBC is #527343. Grayscale: #9B9B9B. Windows color (decimal): -5403460 or 12356781. OLE color: 12356781.
HSL color Cylindrical-coordinate representation of color #AD8CBC: hue angle of 281.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD8CBC is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 140 | 188 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.26 |
| HSL | 281.25º | 0.26% | 0.64% | - |
| HSV(B) | 281.25º | 0.26% | 0.74% | - |
| XYZ | 35.69 | 31.27 | 51.73 | - |
| YUV | 155.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 188 | 0.08 | 0.26 | 0 | 0.26 | 281.25 | 0.26 | 0.64 |
| Hex | AD | 8C | BC | 8 | 1A | 0 | 1A | 119 | 1A | 40 |
| Octal | 255 | 214 | 274 | 10 | 32 | 0 | 32 | 431 | 32 | 100 |
| Binary | 10101101 | 10001100 | 10111100 | 1000 | 11010 | 0 | 11010 | 100011001 | 11010 | 1000000 |
Color Harmonies of #AD8CBC
Complementary color
Monochromatic Colors of #AD8CBC
Black with #AD8CBC
Text Example
Text Example
White with #AD8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8CBC; }
p { color: rgb(173,140,188); }
H1.HeaderClassName
{
color: #AD8CBC;
}
.AnyTagClassName
{
color: #AD8CBC;
}
</style>
background-color css
<style>
a { background-color: #AD8CBC; }
a { background-color: rgb(173,140,188); }
div.DivClassName
{
background-color: #AD8CBC;
}
.BgClassName
{
background-color: #AD8CBC;
}
</style>
border-color css
<style>
span { border-color: #AD8CBC; }
span { border-color: rgb(173,140,188); }
td.TdClassName
{
border-color: #AD8CBC;
}
.TagClassName
{
border-color: #AD8CBC;
}
</style>