Shades of East Side #AD95C3
Tints of East Side #AD95C3
RGB
CMYK
RGB Variations
Color information
#AD95C3 (or 0xAD95C3) is known color: East Side. HEX triplet: AD, 95 and C3. RGB value is (173,149,195). Sum of RGB (Red+Green+Blue) = 173+149+195=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD95C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95C3 is #526A3C. Grayscale: #A1A1A1. Windows color (decimal): -5401149 or 12817837. OLE color: 12817837.
HSL color Cylindrical-coordinate representation of color #AD95C3: hue angle of 271.3º 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 #AD95C3 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 149 | 195 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.24 |
| HSL | 271.3º | 0.28% | 0.67% | - |
| HSV(B) | 271.3º | 0.24% | 0.76% | - |
| XYZ | 37.83 | 34.32 | 56.26 | - |
| YUV | 161.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 195 | 0.11 | 0.24 | 0 | 0.24 | 271.3 | 0.28 | 0.67 |
| Hex | AD | 95 | C3 | B | 18 | 0 | 18 | 10F | 1C | 43 |
| Octal | 255 | 225 | 303 | 13 | 30 | 0 | 30 | 417 | 34 | 103 |
| Binary | 10101101 | 10010101 | 11000011 | 1011 | 11000 | 0 | 11000 | 100001111 | 11100 | 1000011 |
Color Harmonies of #AD95C3
Complementary color
Monochromatic Colors of #AD95C3
Black with #AD95C3
Text Example
Text Example
White with #AD95C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD95C3; }
p { color: rgb(173,149,195); }
H1.HeaderClassName
{
color: #AD95C3;
}
.AnyTagClassName
{
color: #AD95C3;
}
</style>
background-color css
<style>
a { background-color: #AD95C3; }
a { background-color: rgb(173,149,195); }
div.DivClassName
{
background-color: #AD95C3;
}
.BgClassName
{
background-color: #AD95C3;
}
</style>
border-color css
<style>
span { border-color: #AD95C3; }
span { border-color: rgb(173,149,195); }
td.TdClassName
{
border-color: #AD95C3;
}
.TagClassName
{
border-color: #AD95C3;
}
</style>