Shades of East Side #AD95C1
Tints of East Side #AD95C1
RGB
CMYK
RGB Variations
Color information
#AD95C1 (or 0xAD95C1) is known color: East Side. HEX triplet: AD, 95 and C1. RGB value is (173,149,193). Sum of RGB (Red+Green+Blue) = 173+149+193=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD95C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95C1 is #526A3E. Grayscale: #A1A1A1. Windows color (decimal): -5401151 or 12686765. OLE color: 12686765.
HSL color Cylindrical-coordinate representation of color #AD95C1: hue angle of 272.73º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD95C1 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 149 | 193 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.24 |
| HSL | 272.73º | 0.26% | 0.67% | - |
| HSV(B) | 272.73º | 0.23% | 0.76% | - |
| XYZ | 37.61 | 34.23 | 55.08 | - |
| YUV | 161.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 193 | 0.10 | 0.23 | 0 | 0.24 | 272.73 | 0.26 | 0.67 |
| Hex | AD | 95 | C1 | A | 17 | 0 | 18 | 111 | 1A | 43 |
| Octal | 255 | 225 | 301 | 12 | 27 | 0 | 30 | 421 | 32 | 103 |
| Binary | 10101101 | 10010101 | 11000001 | 1010 | 10111 | 0 | 11000 | 100010001 | 11010 | 1000011 |
Color Harmonies of #AD95C1
Complementary color
Monochromatic Colors of #AD95C1
Black with #AD95C1
Text Example
Text Example
White with #AD95C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD95C1; }
p { color: rgb(173,149,193); }
H1.HeaderClassName
{
color: #AD95C1;
}
.AnyTagClassName
{
color: #AD95C1;
}
</style>
background-color css
<style>
a { background-color: #AD95C1; }
a { background-color: rgb(173,149,193); }
div.DivClassName
{
background-color: #AD95C1;
}
.BgClassName
{
background-color: #AD95C1;
}
</style>
border-color css
<style>
span { border-color: #AD95C1; }
span { border-color: rgb(173,149,193); }
td.TdClassName
{
border-color: #AD95C1;
}
.TagClassName
{
border-color: #AD95C1;
}
</style>