Shades of East Side #AD85CE
Tints of East Side #AD85CE
RGB
CMYK
RGB Variations
Color information
#AD85CE (or 0xAD85CE) is known color: East Side. HEX triplet: AD, 85 and CE. RGB value is (173,133,206). Sum of RGB (Red+Green+Blue) = 173+133+206=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD85CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85CE is #527A31. Grayscale: #999999. Windows color (decimal): -5405234 or 13534637. OLE color: 13534637.
HSL color Cylindrical-coordinate representation of color #AD85CE: hue angle of 272.88º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD85CE is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 133 | 206 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.19 |
| HSL | 272.88º | 0.43% | 0.66% | - |
| HSV(B) | 272.88º | 0.35% | 0.81% | - |
| XYZ | 36.76 | 30.12 | 62.27 | - |
| YUV | 153.28 | 157.75 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 206 | 0.16 | 0.35 | 0 | 0.19 | 272.88 | 0.43 | 0.66 |
| Hex | AD | 85 | CE | 10 | 23 | 0 | 13 | 111 | 2B | 42 |
| Octal | 255 | 205 | 316 | 20 | 43 | 0 | 23 | 421 | 53 | 102 |
| Binary | 10101101 | 10000101 | 11001110 | 10000 | 100011 | 0 | 10011 | 100010001 | 101011 | 1000010 |
Color Harmonies of #AD85CE
Complementary color
Monochromatic Colors of #AD85CE
Black with #AD85CE
Text Example
Text Example
White with #AD85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD85CE; }
p { color: rgb(173,133,206); }
H1.HeaderClassName
{
color: #AD85CE;
}
.AnyTagClassName
{
color: #AD85CE;
}
</style>
background-color css
<style>
a { background-color: #AD85CE; }
a { background-color: rgb(173,133,206); }
div.DivClassName
{
background-color: #AD85CE;
}
.BgClassName
{
background-color: #AD85CE;
}
</style>
border-color css
<style>
span { border-color: #AD85CE; }
span { border-color: rgb(173,133,206); }
td.TdClassName
{
border-color: #AD85CE;
}
.TagClassName
{
border-color: #AD85CE;
}
</style>