Shades of East Side #AD90C1
Tints of East Side #AD90C1
RGB
CMYK
RGB Variations
Color information
#AD90C1 (or 0xAD90C1) is known color: East Side. HEX triplet: AD, 90 and C1. RGB value is (173,144,193). Sum of RGB (Red+Green+Blue) = 173+144+193=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD90C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90C1 is #526F3E. Grayscale: #9E9E9E. Windows color (decimal): -5402431 or 12685485. OLE color: 12685485.
HSL color Cylindrical-coordinate representation of color #AD90C1: hue angle of 275.51º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD90C1 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 144 | 193 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.24 |
| HSL | 275.51º | 0.28% | 0.66% | - |
| HSV(B) | 275.51º | 0.25% | 0.76% | - |
| XYZ | 36.83 | 32.68 | 54.82 | - |
| YUV | 158.26 | 147.61 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 193 | 0.10 | 0.25 | 0 | 0.24 | 275.51 | 0.28 | 0.66 |
| Hex | AD | 90 | C1 | A | 19 | 0 | 18 | 114 | 1C | 42 |
| Octal | 255 | 220 | 301 | 12 | 31 | 0 | 30 | 424 | 34 | 102 |
| Binary | 10101101 | 10010000 | 11000001 | 1010 | 11001 | 0 | 11000 | 100010100 | 11100 | 1000010 |
Color Harmonies of #AD90C1
Complementary color
Monochromatic Colors of #AD90C1
Black with #AD90C1
Text Example
Text Example
White with #AD90C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90C1; }
p { color: rgb(173,144,193); }
H1.HeaderClassName
{
color: #AD90C1;
}
.AnyTagClassName
{
color: #AD90C1;
}
</style>
background-color css
<style>
a { background-color: #AD90C1; }
a { background-color: rgb(173,144,193); }
div.DivClassName
{
background-color: #AD90C1;
}
.BgClassName
{
background-color: #AD90C1;
}
</style>
border-color css
<style>
span { border-color: #AD90C1; }
span { border-color: rgb(173,144,193); }
td.TdClassName
{
border-color: #AD90C1;
}
.TagClassName
{
border-color: #AD90C1;
}
</style>