Shades of East Side #AD85BF
Tints of East Side #AD85BF
RGB
CMYK
RGB Variations
Color information
#AD85BF (or 0xAD85BF) is known color: East Side. HEX triplet: AD, 85 and BF. RGB value is (173,133,191). Sum of RGB (Red+Green+Blue) = 173+133+191=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD85BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85BF is #527A40. Grayscale: #979797. Windows color (decimal): -5405249 or 12551597. OLE color: 12551597.
HSL color Cylindrical-coordinate representation of color #AD85BF: hue angle of 281.38º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD85BF is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 133 | 191 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.25 |
| HSL | 281.38º | 0.31% | 0.64% | - |
| HSV(B) | 281.38º | 0.3% | 0.75% | - |
| XYZ | 35.03 | 29.42 | 53.12 | - |
| YUV | 151.57 | 150.25 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 191 | 0.09 | 0.30 | 0 | 0.25 | 281.38 | 0.31 | 0.64 |
| Hex | AD | 85 | BF | 9 | 1E | 0 | 19 | 119 | 1F | 40 |
| Octal | 255 | 205 | 277 | 11 | 36 | 0 | 31 | 431 | 37 | 100 |
| Binary | 10101101 | 10000101 | 10111111 | 1001 | 11110 | 0 | 11001 | 100011001 | 11111 | 1000000 |
Color Harmonies of #AD85BF
Complementary color
Monochromatic Colors of #AD85BF
Black with #AD85BF
Text Example
Text Example
White with #AD85BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD85BF; }
p { color: rgb(173,133,191); }
H1.HeaderClassName
{
color: #AD85BF;
}
.AnyTagClassName
{
color: #AD85BF;
}
</style>
background-color css
<style>
a { background-color: #AD85BF; }
a { background-color: rgb(173,133,191); }
div.DivClassName
{
background-color: #AD85BF;
}
.BgClassName
{
background-color: #AD85BF;
}
</style>
border-color css
<style>
span { border-color: #AD85BF; }
span { border-color: rgb(173,133,191); }
td.TdClassName
{
border-color: #AD85BF;
}
.TagClassName
{
border-color: #AD85BF;
}
</style>