Shades of East Side #AB80C8
Tints of East Side #AB80C8
RGB
CMYK
RGB Variations
Color information
#AB80C8 (or 0xAB80C8) is known color: East Side. HEX triplet: AB, 80 and C8. RGB value is (171,128,200). Sum of RGB (Red+Green+Blue) = 171+128+200=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB80C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80C8 is #547F37. Grayscale: #949494. Windows color (decimal): -5537592 or 13140139. OLE color: 13140139.
HSL color Cylindrical-coordinate representation of color #AB80C8: hue angle of 275.83º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB80C8 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 128 | 200 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.22 |
| HSL | 275.83º | 0.4% | 0.64% | - |
| HSV(B) | 275.83º | 0.36% | 0.78% | - |
| XYZ | 34.94 | 28.27 | 58.26 | - |
| YUV | 149.07 | 156.75 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 200 | 0.14 | 0.36 | 0 | 0.22 | 275.83 | 0.4 | 0.64 |
| Hex | AB | 80 | C8 | E | 24 | 0 | 16 | 114 | 28 | 40 |
| Octal | 253 | 200 | 310 | 16 | 44 | 0 | 26 | 424 | 50 | 100 |
| Binary | 10101011 | 10000000 | 11001000 | 1110 | 100100 | 0 | 10110 | 100010100 | 101000 | 1000000 |
Color Harmonies of #AB80C8
Complementary color
Monochromatic Colors of #AB80C8
Black with #AB80C8
Text Example
Text Example
White with #AB80C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB80C8; }
p { color: rgb(171,128,200); }
H1.HeaderClassName
{
color: #AB80C8;
}
.AnyTagClassName
{
color: #AB80C8;
}
</style>
background-color css
<style>
a { background-color: #AB80C8; }
a { background-color: rgb(171,128,200); }
div.DivClassName
{
background-color: #AB80C8;
}
.BgClassName
{
background-color: #AB80C8;
}
</style>
border-color css
<style>
span { border-color: #AB80C8; }
span { border-color: rgb(171,128,200); }
td.TdClassName
{
border-color: #AB80C8;
}
.TagClassName
{
border-color: #AB80C8;
}
</style>