Shades of East Side #AD90C4
Tints of East Side #AD90C4
RGB
CMYK
RGB Variations
Color information
#AD90C4 (or 0xAD90C4) is known color: East Side. HEX triplet: AD, 90 and C4. RGB value is (173,144,196). Sum of RGB (Red+Green+Blue) = 173+144+196=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD90C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD90C4 is #526F3B. Grayscale: #9E9E9E. Windows color (decimal): -5402428 or 12882093. OLE color: 12882093.
HSL color Cylindrical-coordinate representation of color #AD90C4: hue angle of 273.46º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD90C4 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 144 | 196 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.23 |
| HSL | 273.46º | 0.31% | 0.67% | - |
| HSV(B) | 273.46º | 0.27% | 0.77% | - |
| XYZ | 37.17 | 32.82 | 56.6 | - |
| YUV | 158.6 | 149.11 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 196 | 0.12 | 0.27 | 0 | 0.23 | 273.46 | 0.31 | 0.67 |
| Hex | AD | 90 | C4 | C | 1B | 0 | 17 | 111 | 1F | 43 |
| Octal | 255 | 220 | 304 | 14 | 33 | 0 | 27 | 421 | 37 | 103 |
| Binary | 10101101 | 10010000 | 11000100 | 1100 | 11011 | 0 | 10111 | 100010001 | 11111 | 1000011 |
Color Harmonies of #AD90C4
Complementary color
Monochromatic Colors of #AD90C4
Black with #AD90C4
Text Example
Text Example
White with #AD90C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD90C4; }
p { color: rgb(173,144,196); }
H1.HeaderClassName
{
color: #AD90C4;
}
.AnyTagClassName
{
color: #AD90C4;
}
</style>
background-color css
<style>
a { background-color: #AD90C4; }
a { background-color: rgb(173,144,196); }
div.DivClassName
{
background-color: #AD90C4;
}
.BgClassName
{
background-color: #AD90C4;
}
</style>
border-color css
<style>
span { border-color: #AD90C4; }
span { border-color: rgb(173,144,196); }
td.TdClassName
{
border-color: #AD90C4;
}
.TagClassName
{
border-color: #AD90C4;
}
</style>