Shades of East Side #AD90B4
Tints of East Side #AD90B4
RGB
CMYK
RGB Variations
Color information
#AD90B4 (or 0xAD90B4) is known color: East Side. HEX triplet: AD, 90 and B4. RGB value is (173,144,180). Sum of RGB (Red+Green+Blue) = 173+144+180=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD90B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90B4 is #526F4B. Grayscale: #9C9C9C. Windows color (decimal): -5402444 or 11833517. OLE color: 11833517.
HSL color Cylindrical-coordinate representation of color #AD90B4: hue angle of 288.33º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD90B4 is Cyan = 0.04, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 144 | 180 | - |
| CMYK | 0.04 | 0.2 | 0 | 0.29 |
| HSL | 288.33º | 0.19% | 0.64% | - |
| HSV(B) | 288.33º | 0.2% | 0.71% | - |
| XYZ | 35.45 | 32.13 | 47.51 | - |
| YUV | 156.78 | 141.11 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 180 | 0.04 | 0.2 | 0 | 0.29 | 288.33 | 0.19 | 0.64 |
| Hex | AD | 90 | B4 | 4 | 14 | 0 | 1D | 120 | 13 | 40 |
| Octal | 255 | 220 | 264 | 4 | 24 | 0 | 35 | 440 | 23 | 100 |
| Binary | 10101101 | 10010000 | 10110100 | 100 | 10100 | 0 | 11101 | 100100000 | 10011 | 1000000 |
Color Harmonies of #AD90B4
Complementary color
Monochromatic Colors of #AD90B4
Black with #AD90B4
Text Example
Text Example
White with #AD90B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90B4; }
p { color: rgb(173,144,180); }
H1.HeaderClassName
{
color: #AD90B4;
}
.AnyTagClassName
{
color: #AD90B4;
}
</style>
background-color css
<style>
a { background-color: #AD90B4; }
a { background-color: rgb(173,144,180); }
div.DivClassName
{
background-color: #AD90B4;
}
.BgClassName
{
background-color: #AD90B4;
}
</style>
border-color css
<style>
span { border-color: #AD90B4; }
span { border-color: rgb(173,144,180); }
td.TdClassName
{
border-color: #AD90B4;
}
.TagClassName
{
border-color: #AD90B4;
}
</style>