Shades of East Side #AD9DBD
Tints of East Side #AD9DBD
RGB
CMYK
RGB Variations
Color information
#AD9DBD (or 0xAD9DBD) is known color: East Side. HEX triplet: AD, 9D and BD. RGB value is (173,157,189). Sum of RGB (Red+Green+Blue) = 173+157+189=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD9DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DBD is #526242. Grayscale: #A5A5A5. Windows color (decimal): -5399107 or 12426669. OLE color: 12426669.
HSL color Cylindrical-coordinate representation of color #AD9DBD: hue angle of 270º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD9DBD is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 157 | 189 | - |
CMYK | 0.08 | 0.17 | 0 | 0.26 |
HSL | 270º | 0.2% | 0.68% | - |
HSV(B) | 270º | 0.17% | 0.74% | - |
XYZ | 38.48 | 36.67 | 53.19 | - |
YUV | 165.43 | 141.3 | 133.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 157 | 189 | 0.08 | 0.17 | 0 | 0.26 | 270 | 0.2 | 0.68 |
Hex | AD | 9D | BD | 8 | 11 | 0 | 1A | 10E | 14 | 44 |
Octal | 255 | 235 | 275 | 10 | 21 | 0 | 32 | 416 | 24 | 104 |
Binary | 10101101 | 10011101 | 10111101 | 1000 | 10001 | 0 | 11010 | 100001110 | 10100 | 1000100 |
Color Harmonies of #AD9DBD
Complementary color
Monochromatic Colors of #AD9DBD
Black with #AD9DBD
Text Example
Text Example
White with #AD9DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9DBD; }
p { color: rgb(173,157,189); }
H1.HeaderClassName
{
color: #AD9DBD;
}
.AnyTagClassName
{
color: #AD9DBD;
}
</style>
background-color css
<style>
a { background-color: #AD9DBD; }
a { background-color: rgb(173,157,189); }
div.DivClassName
{
background-color: #AD9DBD;
}
.BgClassName
{
background-color: #AD9DBD;
}
</style>
border-color css
<style>
span { border-color: #AD9DBD; }
span { border-color: rgb(173,157,189); }
td.TdClassName
{
border-color: #AD9DBD;
}
.TagClassName
{
border-color: #AD9DBD;
}
</style>