Shades of East Side #AD85BE
Tints of East Side #AD85BE
RGB
CMYK
RGB Variations
Color information
#AD85BE (or 0xAD85BE) is known color: East Side. HEX triplet: AD, 85 and BE. RGB value is (173,133,190). Sum of RGB (Red+Green+Blue) = 173+133+190=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD85BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85BE is #527A41. Grayscale: #979797. Windows color (decimal): -5405250 or 12486061. OLE color: 12486061.
HSL color Cylindrical-coordinate representation of color #AD85BE: hue angle of 282.11º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD85BE is Cyan = 0.09, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 133 | 190 | - |
| CMYK | 0.09 | 0.3 | 0 | 0.25 |
| HSL | 282.11º | 0.3% | 0.63% | - |
| HSV(B) | 282.11º | 0.3% | 0.75% | - |
| XYZ | 34.92 | 29.38 | 52.55 | - |
| YUV | 151.46 | 149.75 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 190 | 0.09 | 0.3 | 0 | 0.25 | 282.11 | 0.3 | 0.63 |
| Hex | AD | 85 | BE | 9 | 1E | 0 | 19 | 11A | 1E | 3F |
| Octal | 255 | 205 | 276 | 11 | 36 | 0 | 31 | 432 | 36 | 77 |
| Binary | 10101101 | 10000101 | 10111110 | 1001 | 11110 | 0 | 11001 | 100011010 | 11110 | 111111 |
Color Harmonies of #AD85BE
Complementary color
Monochromatic Colors of #AD85BE
Black with #AD85BE
Text Example
Text Example
White with #AD85BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD85BE; }
p { color: rgb(173,133,190); }
H1.HeaderClassName
{
color: #AD85BE;
}
.AnyTagClassName
{
color: #AD85BE;
}
</style>
background-color css
<style>
a { background-color: #AD85BE; }
a { background-color: rgb(173,133,190); }
div.DivClassName
{
background-color: #AD85BE;
}
.BgClassName
{
background-color: #AD85BE;
}
</style>
border-color css
<style>
span { border-color: #AD85BE; }
span { border-color: rgb(173,133,190); }
td.TdClassName
{
border-color: #AD85BE;
}
.TagClassName
{
border-color: #AD85BE;
}
</style>