Shades of East Side #AD80CA
Tints of East Side #AD80CA
RGB
CMYK
RGB Variations
Color information
#AD80CA (or 0xAD80CA) is known color: East Side. HEX triplet: AD, 80 and CA. RGB value is (173,128,202). Sum of RGB (Red+Green+Blue) = 173+128+202=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD80CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80CA is #527F35. Grayscale: #959595. Windows color (decimal): -5406518 or 13271213. OLE color: 13271213.
HSL color Cylindrical-coordinate representation of color #AD80CA: hue angle of 276.49º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD80CA is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 128 | 202 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.21 |
| HSL | 276.49º | 0.41% | 0.65% | - |
| HSV(B) | 276.49º | 0.37% | 0.79% | - |
| XYZ | 35.61 | 28.59 | 59.52 | - |
| YUV | 149.89 | 157.41 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 202 | 0.14 | 0.37 | 0 | 0.21 | 276.49 | 0.41 | 0.65 |
| Hex | AD | 80 | CA | E | 25 | 0 | 15 | 114 | 29 | 41 |
| Octal | 255 | 200 | 312 | 16 | 45 | 0 | 25 | 424 | 51 | 101 |
| Binary | 10101101 | 10000000 | 11001010 | 1110 | 100101 | 0 | 10101 | 100010100 | 101001 | 1000001 |
Color Harmonies of #AD80CA
Complementary color
Monochromatic Colors of #AD80CA
Black with #AD80CA
Text Example
Text Example
White with #AD80CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80CA; }
p { color: rgb(173,128,202); }
H1.HeaderClassName
{
color: #AD80CA;
}
.AnyTagClassName
{
color: #AD80CA;
}
</style>
background-color css
<style>
a { background-color: #AD80CA; }
a { background-color: rgb(173,128,202); }
div.DivClassName
{
background-color: #AD80CA;
}
.BgClassName
{
background-color: #AD80CA;
}
</style>
border-color css
<style>
span { border-color: #AD80CA; }
span { border-color: rgb(173,128,202); }
td.TdClassName
{
border-color: #AD80CA;
}
.TagClassName
{
border-color: #AD80CA;
}
</style>