Shades of East Side #AD85CB
Tints of East Side #AD85CB
RGB
CMYK
RGB Variations
Color information
#AD85CB (or 0xAD85CB) is known color: East Side. HEX triplet: AD, 85 and CB. RGB value is (173,133,203). Sum of RGB (Red+Green+Blue) = 173+133+203=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD85CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85CB is #527A34. Grayscale: #989898. Windows color (decimal): -5405237 or 13338029. OLE color: 13338029.
HSL color Cylindrical-coordinate representation of color #AD85CB: hue angle of 274.29º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD85CB is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 133 | 203 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.20 |
| HSL | 274.29º | 0.4% | 0.66% | - |
| HSV(B) | 274.29º | 0.34% | 0.8% | - |
| XYZ | 36.4 | 29.97 | 60.37 | - |
| YUV | 152.94 | 156.25 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 203 | 0.15 | 0.34 | 0 | 0.20 | 274.29 | 0.4 | 0.66 |
| Hex | AD | 85 | CB | F | 22 | 0 | 14 | 112 | 28 | 42 |
| Octal | 255 | 205 | 313 | 17 | 42 | 0 | 24 | 422 | 50 | 102 |
| Binary | 10101101 | 10000101 | 11001011 | 1111 | 100010 | 0 | 10100 | 100010010 | 101000 | 1000010 |
Color Harmonies of #AD85CB
Complementary color
Monochromatic Colors of #AD85CB
Black with #AD85CB
Text Example
Text Example
White with #AD85CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD85CB; }
p { color: rgb(173,133,203); }
H1.HeaderClassName
{
color: #AD85CB;
}
.AnyTagClassName
{
color: #AD85CB;
}
</style>
background-color css
<style>
a { background-color: #AD85CB; }
a { background-color: rgb(173,133,203); }
div.DivClassName
{
background-color: #AD85CB;
}
.BgClassName
{
background-color: #AD85CB;
}
</style>
border-color css
<style>
span { border-color: #AD85CB; }
span { border-color: rgb(173,133,203); }
td.TdClassName
{
border-color: #AD85CB;
}
.TagClassName
{
border-color: #AD85CB;
}
</style>