Shades of East Side #AD9BBE
Tints of East Side #AD9BBE
RGB
CMYK
RGB Variations
Color information
#AD9BBE (or 0xAD9BBE) is known color: East Side. HEX triplet: AD, 9B and BE. RGB value is (173,155,190). Sum of RGB (Red+Green+Blue) = 173+155+190=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD9BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BBE is #526441. Grayscale: #A4A4A4. Windows color (decimal): -5399618 or 12491693. OLE color: 12491693.
HSL color Cylindrical-coordinate representation of color #AD9BBE: hue angle of 270.86º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD9BBE is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 155 | 190 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.25 |
| HSL | 270.86º | 0.21% | 0.68% | - |
| HSV(B) | 270.86º | 0.18% | 0.75% | - |
| XYZ | 38.25 | 36.04 | 53.66 | - |
| YUV | 164.37 | 142.46 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 190 | 0.09 | 0.18 | 0 | 0.25 | 270.86 | 0.21 | 0.68 |
| Hex | AD | 9B | BE | 9 | 12 | 0 | 19 | 10F | 15 | 44 |
| Octal | 255 | 233 | 276 | 11 | 22 | 0 | 31 | 417 | 25 | 104 |
| Binary | 10101101 | 10011011 | 10111110 | 1001 | 10010 | 0 | 11001 | 100001111 | 10101 | 1000100 |
Color Harmonies of #AD9BBE
Complementary color
Monochromatic Colors of #AD9BBE
Black with #AD9BBE
Text Example
Text Example
White with #AD9BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9BBE; }
p { color: rgb(173,155,190); }
H1.HeaderClassName
{
color: #AD9BBE;
}
.AnyTagClassName
{
color: #AD9BBE;
}
</style>
background-color css
<style>
a { background-color: #AD9BBE; }
a { background-color: rgb(173,155,190); }
div.DivClassName
{
background-color: #AD9BBE;
}
.BgClassName
{
background-color: #AD9BBE;
}
</style>
border-color css
<style>
span { border-color: #AD9BBE; }
span { border-color: rgb(173,155,190); }
td.TdClassName
{
border-color: #AD9BBE;
}
.TagClassName
{
border-color: #AD9BBE;
}
</style>