Shades of East Side #AD91C3
Tints of East Side #AD91C3
RGB
CMYK
RGB Variations
Color information
#AD91C3 (or 0xAD91C3) is known color: East Side. HEX triplet: AD, 91 and C3. RGB value is (173,145,195). Sum of RGB (Red+Green+Blue) = 173+145+195=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD91C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD91C3 is #526E3C. Grayscale: #9E9E9E. Windows color (decimal): -5402173 or 12816813. OLE color: 12816813.
HSL color Cylindrical-coordinate representation of color #AD91C3: hue angle of 273.6º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD91C3 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 145 | 195 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.24 |
| HSL | 273.6º | 0.29% | 0.67% | - |
| HSV(B) | 273.6º | 0.26% | 0.76% | - |
| XYZ | 37.21 | 33.08 | 56.05 | - |
| YUV | 159.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 195 | 0.11 | 0.26 | 0 | 0.24 | 273.6 | 0.29 | 0.67 |
| Hex | AD | 91 | C3 | B | 1A | 0 | 18 | 112 | 1D | 43 |
| Octal | 255 | 221 | 303 | 13 | 32 | 0 | 30 | 422 | 35 | 103 |
| Binary | 10101101 | 10010001 | 11000011 | 1011 | 11010 | 0 | 11000 | 100010010 | 11101 | 1000011 |
Color Harmonies of #AD91C3
Complementary color
Monochromatic Colors of #AD91C3
Black with #AD91C3
Text Example
Text Example
White with #AD91C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD91C3; }
p { color: rgb(173,145,195); }
H1.HeaderClassName
{
color: #AD91C3;
}
.AnyTagClassName
{
color: #AD91C3;
}
</style>
background-color css
<style>
a { background-color: #AD91C3; }
a { background-color: rgb(173,145,195); }
div.DivClassName
{
background-color: #AD91C3;
}
.BgClassName
{
background-color: #AD91C3;
}
</style>
border-color css
<style>
span { border-color: #AD91C3; }
span { border-color: rgb(173,145,195); }
td.TdClassName
{
border-color: #AD91C3;
}
.TagClassName
{
border-color: #AD91C3;
}
</style>