Shades of East Side #AD85C1
Tints of East Side #AD85C1
RGB
CMYK
RGB Variations
Color information
#AD85C1 (or 0xAD85C1) is known color: East Side. HEX triplet: AD, 85 and C1. RGB value is (173,133,193). Sum of RGB (Red+Green+Blue) = 173+133+193=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD85C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85C1 is #527A3E. Grayscale: #979797. Windows color (decimal): -5405247 or 12682669. OLE color: 12682669.
HSL color Cylindrical-coordinate representation of color #AD85C1: hue angle of 280º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD85C1 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 133 | 193 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.24 |
| HSL | 280º | 0.33% | 0.64% | - |
| HSV(B) | 280º | 0.31% | 0.76% | - |
| XYZ | 35.25 | 29.51 | 54.29 | - |
| YUV | 151.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 193 | 0.10 | 0.31 | 0 | 0.24 | 280 | 0.33 | 0.64 |
| Hex | AD | 85 | C1 | A | 1F | 0 | 18 | 118 | 21 | 40 |
| Octal | 255 | 205 | 301 | 12 | 37 | 0 | 30 | 430 | 41 | 100 |
| Binary | 10101101 | 10000101 | 11000001 | 1010 | 11111 | 0 | 11000 | 100011000 | 100001 | 1000000 |
Color Harmonies of #AD85C1
Complementary color
Monochromatic Colors of #AD85C1
Black with #AD85C1
Text Example
Text Example
White with #AD85C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD85C1; }
p { color: rgb(173,133,193); }
H1.HeaderClassName
{
color: #AD85C1;
}
.AnyTagClassName
{
color: #AD85C1;
}
</style>
background-color css
<style>
a { background-color: #AD85C1; }
a { background-color: rgb(173,133,193); }
div.DivClassName
{
background-color: #AD85C1;
}
.BgClassName
{
background-color: #AD85C1;
}
</style>
border-color css
<style>
span { border-color: #AD85C1; }
span { border-color: rgb(173,133,193); }
td.TdClassName
{
border-color: #AD85C1;
}
.TagClassName
{
border-color: #AD85C1;
}
</style>