Shades of East Side #AD95C5
Tints of East Side #AD95C5
RGB
CMYK
RGB Variations
Color information
#AD95C5 (or 0xAD95C5) is known color: East Side. HEX triplet: AD, 95 and C5. RGB value is (173,149,197). Sum of RGB (Red+Green+Blue) = 173+149+197=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD95C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95C5 is #526A3A. Grayscale: #A1A1A1. Windows color (decimal): -5401147 or 12948909. OLE color: 12948909.
HSL color Cylindrical-coordinate representation of color #AD95C5: hue angle of 270º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD95C5 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 149 | 197 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.23 |
| HSL | 270º | 0.29% | 0.68% | - |
| HSV(B) | 270º | 0.24% | 0.77% | - |
| XYZ | 38.06 | 34.41 | 57.46 | - |
| YUV | 161.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 197 | 0.12 | 0.24 | 0 | 0.23 | 270 | 0.29 | 0.68 |
| Hex | AD | 95 | C5 | C | 18 | 0 | 17 | 10E | 1D | 44 |
| Octal | 255 | 225 | 305 | 14 | 30 | 0 | 27 | 416 | 35 | 104 |
| Binary | 10101101 | 10010101 | 11000101 | 1100 | 11000 | 0 | 10111 | 100001110 | 11101 | 1000100 |
Color Harmonies of #AD95C5
Complementary color
Monochromatic Colors of #AD95C5
Black with #AD95C5
Text Example
Text Example
White with #AD95C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD95C5; }
p { color: rgb(173,149,197); }
H1.HeaderClassName
{
color: #AD95C5;
}
.AnyTagClassName
{
color: #AD95C5;
}
</style>
background-color css
<style>
a { background-color: #AD95C5; }
a { background-color: rgb(173,149,197); }
div.DivClassName
{
background-color: #AD95C5;
}
.BgClassName
{
background-color: #AD95C5;
}
</style>
border-color css
<style>
span { border-color: #AD95C5; }
span { border-color: rgb(173,149,197); }
td.TdClassName
{
border-color: #AD95C5;
}
.TagClassName
{
border-color: #AD95C5;
}
</style>