Shades of East Side #AD82C5
Tints of East Side #AD82C5
RGB
CMYK
RGB Variations
Color information
#AD82C5 (or 0xAD82C5) is known color: East Side. HEX triplet: AD, 82 and C5. RGB value is (173,130,197). Sum of RGB (Red+Green+Blue) = 173+130+197=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD82C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82C5 is #527D3A. Grayscale: #969696. Windows color (decimal): -5406011 or 12944045. OLE color: 12944045.
HSL color Cylindrical-coordinate representation of color #AD82C5: hue angle of 278.51º degrees, saturation: 0.37, 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 #AD82C5 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 130 | 197 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.23 |
| HSL | 278.51º | 0.37% | 0.64% | - |
| HSV(B) | 278.51º | 0.34% | 0.77% | - |
| XYZ | 35.29 | 28.88 | 56.54 | - |
| YUV | 150.5 | 154.25 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 197 | 0.12 | 0.34 | 0 | 0.23 | 278.51 | 0.37 | 0.64 |
| Hex | AD | 82 | C5 | C | 22 | 0 | 17 | 117 | 25 | 40 |
| Octal | 255 | 202 | 305 | 14 | 42 | 0 | 27 | 427 | 45 | 100 |
| Binary | 10101101 | 10000010 | 11000101 | 1100 | 100010 | 0 | 10111 | 100010111 | 100101 | 1000000 |
Color Harmonies of #AD82C5
Complementary color
Monochromatic Colors of #AD82C5
Black with #AD82C5
Text Example
Text Example
White with #AD82C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD82C5; }
p { color: rgb(173,130,197); }
H1.HeaderClassName
{
color: #AD82C5;
}
.AnyTagClassName
{
color: #AD82C5;
}
</style>
background-color css
<style>
a { background-color: #AD82C5; }
a { background-color: rgb(173,130,197); }
div.DivClassName
{
background-color: #AD82C5;
}
.BgClassName
{
background-color: #AD82C5;
}
</style>
border-color css
<style>
span { border-color: #AD82C5; }
span { border-color: rgb(173,130,197); }
td.TdClassName
{
border-color: #AD82C5;
}
.TagClassName
{
border-color: #AD82C5;
}
</style>