Shades of East Side #AB80CB
Tints of East Side #AB80CB
RGB
CMYK
RGB Variations
Color information
#AB80CB (or 0xAB80CB) is known color: East Side. HEX triplet: AB, 80 and CB. RGB value is (171,128,203). Sum of RGB (Red+Green+Blue) = 171+128+203=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB80CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80CB is #547F34. Grayscale: #959595. Windows color (decimal): -5537589 or 13336747. OLE color: 13336747.
HSL color Cylindrical-coordinate representation of color #AB80CB: hue angle of 274.4º degrees, saturation: 0.42, 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 #AB80CB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 128 | 203 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.20 |
| HSL | 274.4º | 0.42% | 0.65% | - |
| HSV(B) | 274.4º | 0.37% | 0.8% | - |
| XYZ | 35.29 | 28.41 | 60.12 | - |
| YUV | 149.41 | 158.25 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 203 | 0.16 | 0.37 | 0 | 0.20 | 274.4 | 0.42 | 0.65 |
| Hex | AB | 80 | CB | 10 | 25 | 0 | 14 | 112 | 2A | 41 |
| Octal | 253 | 200 | 313 | 20 | 45 | 0 | 24 | 422 | 52 | 101 |
| Binary | 10101011 | 10000000 | 11001011 | 10000 | 100101 | 0 | 10100 | 100010010 | 101010 | 1000001 |
Color Harmonies of #AB80CB
Complementary color
Monochromatic Colors of #AB80CB
Black with #AB80CB
Text Example
Text Example
White with #AB80CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB80CB; }
p { color: rgb(171,128,203); }
H1.HeaderClassName
{
color: #AB80CB;
}
.AnyTagClassName
{
color: #AB80CB;
}
</style>
background-color css
<style>
a { background-color: #AB80CB; }
a { background-color: rgb(171,128,203); }
div.DivClassName
{
background-color: #AB80CB;
}
.BgClassName
{
background-color: #AB80CB;
}
</style>
border-color css
<style>
span { border-color: #AB80CB; }
span { border-color: rgb(171,128,203); }
td.TdClassName
{
border-color: #AB80CB;
}
.TagClassName
{
border-color: #AB80CB;
}
</style>