Shades of East Side #AB80D0
Tints of East Side #AB80D0
RGB
CMYK
RGB Variations
Color information
#AB80D0 (or 0xAB80D0) is known color: East Side. HEX triplet: AB, 80 and D0. RGB value is (171,128,208). Sum of RGB (Red+Green+Blue) = 171+128+208=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB80D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80D0 is #547F2F. Grayscale: #959595. Windows color (decimal): -5537584 or 13664427. OLE color: 13664427.
HSL color Cylindrical-coordinate representation of color #AB80D0: hue angle of 272.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB80D0 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 128 | 208 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.18 |
| HSL | 272.25º | 0.46% | 0.66% | - |
| HSV(B) | 272.25º | 0.38% | 0.82% | - |
| XYZ | 35.9 | 28.65 | 63.31 | - |
| YUV | 149.98 | 160.75 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 208 | 0.18 | 0.38 | 0 | 0.18 | 272.25 | 0.46 | 0.66 |
| Hex | AB | 80 | D0 | 12 | 26 | 0 | 12 | 110 | 2E | 42 |
| Octal | 253 | 200 | 320 | 22 | 46 | 0 | 22 | 420 | 56 | 102 |
| Binary | 10101011 | 10000000 | 11010000 | 10010 | 100110 | 0 | 10010 | 100010000 | 101110 | 1000010 |
Color Harmonies of #AB80D0
Complementary color
Monochromatic Colors of #AB80D0
Black with #AB80D0
Text Example
Text Example
White with #AB80D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB80D0; }
p { color: rgb(171,128,208); }
H1.HeaderClassName
{
color: #AB80D0;
}
.AnyTagClassName
{
color: #AB80D0;
}
</style>
background-color css
<style>
a { background-color: #AB80D0; }
a { background-color: rgb(171,128,208); }
div.DivClassName
{
background-color: #AB80D0;
}
.BgClassName
{
background-color: #AB80D0;
}
</style>
border-color css
<style>
span { border-color: #AB80D0; }
span { border-color: rgb(171,128,208); }
td.TdClassName
{
border-color: #AB80D0;
}
.TagClassName
{
border-color: #AB80D0;
}
</style>