Shades of East Side #AD94C3
Tints of East Side #AD94C3
RGB
CMYK
RGB Variations
Color information
#AD94C3 (or 0xAD94C3) is known color: East Side. HEX triplet: AD, 94 and C3. RGB value is (173,148,195). Sum of RGB (Red+Green+Blue) = 173+148+195=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD94C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94C3 is #526B3C. Grayscale: #A0A0A0. Windows color (decimal): -5401405 or 12817581. OLE color: 12817581.
HSL color Cylindrical-coordinate representation of color #AD94C3: hue angle of 271.91º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD94C3 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 148 | 195 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.24 |
| HSL | 271.91º | 0.28% | 0.67% | - |
| HSV(B) | 271.91º | 0.24% | 0.76% | - |
| XYZ | 37.67 | 34 | 56.21 | - |
| YUV | 160.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 195 | 0.11 | 0.24 | 0 | 0.24 | 271.91 | 0.28 | 0.67 |
| Hex | AD | 94 | C3 | B | 18 | 0 | 18 | 110 | 1C | 43 |
| Octal | 255 | 224 | 303 | 13 | 30 | 0 | 30 | 420 | 34 | 103 |
| Binary | 10101101 | 10010100 | 11000011 | 1011 | 11000 | 0 | 11000 | 100010000 | 11100 | 1000011 |
Color Harmonies of #AD94C3
Complementary color
Monochromatic Colors of #AD94C3
Black with #AD94C3
Text Example
Text Example
White with #AD94C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD94C3; }
p { color: rgb(173,148,195); }
H1.HeaderClassName
{
color: #AD94C3;
}
.AnyTagClassName
{
color: #AD94C3;
}
</style>
background-color css
<style>
a { background-color: #AD94C3; }
a { background-color: rgb(173,148,195); }
div.DivClassName
{
background-color: #AD94C3;
}
.BgClassName
{
background-color: #AD94C3;
}
</style>
border-color css
<style>
span { border-color: #AD94C3; }
span { border-color: rgb(173,148,195); }
td.TdClassName
{
border-color: #AD94C3;
}
.TagClassName
{
border-color: #AD94C3;
}
</style>