Shades of East Side #AD80CD
Tints of East Side #AD80CD
RGB
CMYK
RGB Variations
Color information
#AD80CD (or 0xAD80CD) is known color: East Side. HEX triplet: AD, 80 and CD. RGB value is (173,128,205). Sum of RGB (Red+Green+Blue) = 173+128+205=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD80CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80CD is #527F32. Grayscale: #959595. Windows color (decimal): -5406515 or 13467821. OLE color: 13467821.
HSL color Cylindrical-coordinate representation of color #AD80CD: hue angle of 275.06º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD80CD is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 128 | 205 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.20 |
| HSL | 275.06º | 0.44% | 0.65% | - |
| HSV(B) | 275.06º | 0.38% | 0.8% | - |
| XYZ | 35.97 | 28.73 | 61.41 | - |
| YUV | 150.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 205 | 0.16 | 0.38 | 0 | 0.20 | 275.06 | 0.44 | 0.65 |
| Hex | AD | 80 | CD | 10 | 26 | 0 | 14 | 113 | 2C | 41 |
| Octal | 255 | 200 | 315 | 20 | 46 | 0 | 24 | 423 | 54 | 101 |
| Binary | 10101101 | 10000000 | 11001101 | 10000 | 100110 | 0 | 10100 | 100010011 | 101100 | 1000001 |
Color Harmonies of #AD80CD
Complementary color
Monochromatic Colors of #AD80CD
Black with #AD80CD
Text Example
Text Example
White with #AD80CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80CD; }
p { color: rgb(173,128,205); }
H1.HeaderClassName
{
color: #AD80CD;
}
.AnyTagClassName
{
color: #AD80CD;
}
</style>
background-color css
<style>
a { background-color: #AD80CD; }
a { background-color: rgb(173,128,205); }
div.DivClassName
{
background-color: #AD80CD;
}
.BgClassName
{
background-color: #AD80CD;
}
</style>
border-color css
<style>
span { border-color: #AD80CD; }
span { border-color: rgb(173,128,205); }
td.TdClassName
{
border-color: #AD80CD;
}
.TagClassName
{
border-color: #AD80CD;
}
</style>