Shades of East Side #AD80CC
Tints of East Side #AD80CC
RGB
CMYK
RGB Variations
Color information
#AD80CC (or 0xAD80CC) is known color: East Side. HEX triplet: AD, 80 and CC. RGB value is (173,128,204). Sum of RGB (Red+Green+Blue) = 173+128+204=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD80CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80CC is #527F33. Grayscale: #959595. Windows color (decimal): -5406516 or 13402285. OLE color: 13402285.
HSL color Cylindrical-coordinate representation of color #AD80CC: hue angle of 275.53º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD80CC is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 128 | 204 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.2 |
| HSL | 275.53º | 0.43% | 0.65% | - |
| HSV(B) | 275.53º | 0.37% | 0.8% | - |
| XYZ | 35.85 | 28.68 | 60.77 | - |
| YUV | 150.12 | 158.41 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 204 | 0.15 | 0.37 | 0 | 0.2 | 275.53 | 0.43 | 0.65 |
| Hex | AD | 80 | CC | F | 25 | 0 | 14 | 114 | 2B | 41 |
| Octal | 255 | 200 | 314 | 17 | 45 | 0 | 24 | 424 | 53 | 101 |
| Binary | 10101101 | 10000000 | 11001100 | 1111 | 100101 | 0 | 10100 | 100010100 | 101011 | 1000001 |
Color Harmonies of #AD80CC
Complementary color
Monochromatic Colors of #AD80CC
Black with #AD80CC
Text Example
Text Example
White with #AD80CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD80CC; }
p { color: rgb(173,128,204); }
H1.HeaderClassName
{
color: #AD80CC;
}
.AnyTagClassName
{
color: #AD80CC;
}
</style>
background-color css
<style>
a { background-color: #AD80CC; }
a { background-color: rgb(173,128,204); }
div.DivClassName
{
background-color: #AD80CC;
}
.BgClassName
{
background-color: #AD80CC;
}
</style>
border-color css
<style>
span { border-color: #AD80CC; }
span { border-color: rgb(173,128,204); }
td.TdClassName
{
border-color: #AD80CC;
}
.TagClassName
{
border-color: #AD80CC;
}
</style>