Shades of East Side #AD90B3
Tints of East Side #AD90B3
RGB
CMYK
RGB Variations
Color information
#AD90B3 (or 0xAD90B3) is known color: East Side. HEX triplet: AD, 90 and B3. RGB value is (173,144,179). Sum of RGB (Red+Green+Blue) = 173+144+179=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD90B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90B3 is #526F4C. Grayscale: #9C9C9C. Windows color (decimal): -5402445 or 11767981. OLE color: 11767981.
HSL color Cylindrical-coordinate representation of color #AD90B3: hue angle of 289.71º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD90B3 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 144 | 179 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.30 |
| HSL | 289.71º | 0.19% | 0.63% | - |
| HSV(B) | 289.71º | 0.2% | 0.7% | - |
| XYZ | 35.34 | 32.09 | 46.98 | - |
| YUV | 156.66 | 140.61 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 179 | 0.03 | 0.20 | 0 | 0.30 | 289.71 | 0.19 | 0.63 |
| Hex | AD | 90 | B3 | 3 | 14 | 0 | 1E | 122 | 13 | 3F |
| Octal | 255 | 220 | 263 | 3 | 24 | 0 | 36 | 442 | 23 | 77 |
| Binary | 10101101 | 10010000 | 10110011 | 11 | 10100 | 0 | 11110 | 100100010 | 10011 | 111111 |
Color Harmonies of #AD90B3
Complementary color
Monochromatic Colors of #AD90B3
Black with #AD90B3
Text Example
Text Example
White with #AD90B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90B3; }
p { color: rgb(173,144,179); }
H1.HeaderClassName
{
color: #AD90B3;
}
.AnyTagClassName
{
color: #AD90B3;
}
</style>
background-color css
<style>
a { background-color: #AD90B3; }
a { background-color: rgb(173,144,179); }
div.DivClassName
{
background-color: #AD90B3;
}
.BgClassName
{
background-color: #AD90B3;
}
</style>
border-color css
<style>
span { border-color: #AD90B3; }
span { border-color: rgb(173,144,179); }
td.TdClassName
{
border-color: #AD90B3;
}
.TagClassName
{
border-color: #AD90B3;
}
</style>