Shades of East Side #AD83C1
Tints of East Side #AD83C1
RGB
CMYK
RGB Variations
Color information
#AD83C1 (or 0xAD83C1) is known color: East Side. HEX triplet: AD, 83 and C1. RGB value is (173,131,193). Sum of RGB (Red+Green+Blue) = 173+131+193=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD83C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83C1 is #527C3E. Grayscale: #969696. Windows color (decimal): -5405759 or 12682157. OLE color: 12682157.
HSL color Cylindrical-coordinate representation of color #AD83C1: hue angle of 280.65º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD83C1 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 131 | 193 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.24 |
| HSL | 280.65º | 0.33% | 0.64% | - |
| HSV(B) | 280.65º | 0.32% | 0.76% | - |
| XYZ | 34.98 | 28.97 | 54.2 | - |
| YUV | 150.63 | 151.91 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 193 | 0.10 | 0.32 | 0 | 0.24 | 280.65 | 0.33 | 0.64 |
| Hex | AD | 83 | C1 | A | 20 | 0 | 18 | 119 | 21 | 40 |
| Octal | 255 | 203 | 301 | 12 | 40 | 0 | 30 | 431 | 41 | 100 |
| Binary | 10101101 | 10000011 | 11000001 | 1010 | 100000 | 0 | 11000 | 100011001 | 100001 | 1000000 |
Color Harmonies of #AD83C1
Complementary color
Monochromatic Colors of #AD83C1
Black with #AD83C1
Text Example
Text Example
White with #AD83C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD83C1; }
p { color: rgb(173,131,193); }
H1.HeaderClassName
{
color: #AD83C1;
}
.AnyTagClassName
{
color: #AD83C1;
}
</style>
background-color css
<style>
a { background-color: #AD83C1; }
a { background-color: rgb(173,131,193); }
div.DivClassName
{
background-color: #AD83C1;
}
.BgClassName
{
background-color: #AD83C1;
}
</style>
border-color css
<style>
span { border-color: #AD83C1; }
span { border-color: rgb(173,131,193); }
td.TdClassName
{
border-color: #AD83C1;
}
.TagClassName
{
border-color: #AD83C1;
}
</style>