Shades of East Side #AD83C5
Tints of East Side #AD83C5
RGB
CMYK
RGB Variations
Color information
#AD83C5 (or 0xAD83C5) is known color: East Side. HEX triplet: AD, 83 and C5. RGB value is (173,131,197). Sum of RGB (Red+Green+Blue) = 173+131+197=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD83C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83C5 is #527C3A. Grayscale: #969696. Windows color (decimal): -5405755 or 12944301. OLE color: 12944301.
HSL color Cylindrical-coordinate representation of color #AD83C5: hue angle of 278.18º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD83C5 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 131 | 197 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.23 |
| HSL | 278.18º | 0.36% | 0.64% | - |
| HSV(B) | 278.18º | 0.34% | 0.77% | - |
| XYZ | 35.43 | 29.15 | 56.58 | - |
| YUV | 151.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 197 | 0.12 | 0.34 | 0 | 0.23 | 278.18 | 0.36 | 0.64 |
| Hex | AD | 83 | C5 | C | 22 | 0 | 17 | 116 | 24 | 40 |
| Octal | 255 | 203 | 305 | 14 | 42 | 0 | 27 | 426 | 44 | 100 |
| Binary | 10101101 | 10000011 | 11000101 | 1100 | 100010 | 0 | 10111 | 100010110 | 100100 | 1000000 |
Color Harmonies of #AD83C5
Complementary color
Monochromatic Colors of #AD83C5
Black with #AD83C5
Text Example
Text Example
White with #AD83C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD83C5; }
p { color: rgb(173,131,197); }
H1.HeaderClassName
{
color: #AD83C5;
}
.AnyTagClassName
{
color: #AD83C5;
}
</style>
background-color css
<style>
a { background-color: #AD83C5; }
a { background-color: rgb(173,131,197); }
div.DivClassName
{
background-color: #AD83C5;
}
.BgClassName
{
background-color: #AD83C5;
}
</style>
border-color css
<style>
span { border-color: #AD83C5; }
span { border-color: rgb(173,131,197); }
td.TdClassName
{
border-color: #AD83C5;
}
.TagClassName
{
border-color: #AD83C5;
}
</style>