Shades of East Side #AD90C3
Tints of East Side #AD90C3
RGB
CMYK
RGB Variations
Color information
#AD90C3 (or 0xAD90C3) is known color: East Side. HEX triplet: AD, 90 and C3. RGB value is (173,144,195). Sum of RGB (Red+Green+Blue) = 173+144+195=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD90C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90C3 is #526F3C. Grayscale: #9E9E9E. Windows color (decimal): -5402429 or 12816557. OLE color: 12816557.
HSL color Cylindrical-coordinate representation of color #AD90C3: hue angle of 274.12º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD90C3 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 144 | 195 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.24 |
| HSL | 274.12º | 0.3% | 0.66% | - |
| HSV(B) | 274.12º | 0.26% | 0.76% | - |
| XYZ | 37.06 | 32.77 | 56 | - |
| YUV | 158.49 | 148.61 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 195 | 0.11 | 0.26 | 0 | 0.24 | 274.12 | 0.3 | 0.66 |
| Hex | AD | 90 | C3 | B | 1A | 0 | 18 | 112 | 1E | 42 |
| Octal | 255 | 220 | 303 | 13 | 32 | 0 | 30 | 422 | 36 | 102 |
| Binary | 10101101 | 10010000 | 11000011 | 1011 | 11010 | 0 | 11000 | 100010010 | 11110 | 1000010 |
Color Harmonies of #AD90C3
Complementary color
Monochromatic Colors of #AD90C3
Black with #AD90C3
Text Example
Text Example
White with #AD90C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90C3; }
p { color: rgb(173,144,195); }
H1.HeaderClassName
{
color: #AD90C3;
}
.AnyTagClassName
{
color: #AD90C3;
}
</style>
background-color css
<style>
a { background-color: #AD90C3; }
a { background-color: rgb(173,144,195); }
div.DivClassName
{
background-color: #AD90C3;
}
.BgClassName
{
background-color: #AD90C3;
}
</style>
border-color css
<style>
span { border-color: #AD90C3; }
span { border-color: rgb(173,144,195); }
td.TdClassName
{
border-color: #AD90C3;
}
.TagClassName
{
border-color: #AD90C3;
}
</style>