Shades of East Side #AD8DBD
Tints of East Side #AD8DBD
RGB
CMYK
RGB Variations
Color information
#AD8DBD (or 0xAD8DBD) is known color: East Side. HEX triplet: AD, 8D and BD. RGB value is (173,141,189). Sum of RGB (Red+Green+Blue) = 173+141+189=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD8DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DBD is #527242. Grayscale: #9B9B9B. Windows color (decimal): -5403203 or 12422573. OLE color: 12422573.
HSL color Cylindrical-coordinate representation of color #AD8DBD: hue angle of 280º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD8DBD is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 141 | 189 | - |
CMYK | 0.08 | 0.25 | 0 | 0.26 |
HSL | 280º | 0.27% | 0.65% | - |
HSV(B) | 280º | 0.25% | 0.74% | - |
XYZ | 35.94 | 31.61 | 52.35 | - |
YUV | 156.04 | 146.6 | 140.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 141 | 189 | 0.08 | 0.25 | 0 | 0.26 | 280 | 0.27 | 0.65 |
Hex | AD | 8D | BD | 8 | 19 | 0 | 1A | 118 | 1B | 41 |
Octal | 255 | 215 | 275 | 10 | 31 | 0 | 32 | 430 | 33 | 101 |
Binary | 10101101 | 10001101 | 10111101 | 1000 | 11001 | 0 | 11010 | 100011000 | 11011 | 1000001 |
Color Harmonies of #AD8DBD
Complementary color
Monochromatic Colors of #AD8DBD
Black with #AD8DBD
Text Example
Text Example
White with #AD8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8DBD; }
p { color: rgb(173,141,189); }
H1.HeaderClassName
{
color: #AD8DBD;
}
.AnyTagClassName
{
color: #AD8DBD;
}
</style>
background-color css
<style>
a { background-color: #AD8DBD; }
a { background-color: rgb(173,141,189); }
div.DivClassName
{
background-color: #AD8DBD;
}
.BgClassName
{
background-color: #AD8DBD;
}
</style>
border-color css
<style>
span { border-color: #AD8DBD; }
span { border-color: rgb(173,141,189); }
td.TdClassName
{
border-color: #AD8DBD;
}
.TagClassName
{
border-color: #AD8DBD;
}
</style>