Shades of East Side #AB80CA
Tints of East Side #AB80CA
RGB
CMYK
RGB Variations
Color information
#AB80CA (or 0xAB80CA) is known color: East Side. HEX triplet: AB, 80 and CA. RGB value is (171,128,202). Sum of RGB (Red+Green+Blue) = 171+128+202=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB80CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80CA is #547F35. Grayscale: #959595. Windows color (decimal): -5537590 or 13271211. OLE color: 13271211.
HSL color Cylindrical-coordinate representation of color #AB80CA: hue angle of 274.86º 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 #AB80CA is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 128 | 202 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.21 |
| HSL | 274.86º | 0.41% | 0.65% | - |
| HSV(B) | 274.86º | 0.37% | 0.79% | - |
| XYZ | 35.17 | 28.36 | 59.5 | - |
| YUV | 149.29 | 157.75 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 202 | 0.15 | 0.37 | 0 | 0.21 | 274.86 | 0.41 | 0.65 |
| Hex | AB | 80 | CA | F | 25 | 0 | 15 | 113 | 29 | 41 |
| Octal | 253 | 200 | 312 | 17 | 45 | 0 | 25 | 423 | 51 | 101 |
| Binary | 10101011 | 10000000 | 11001010 | 1111 | 100101 | 0 | 10101 | 100010011 | 101001 | 1000001 |
Color Harmonies of #AB80CA
Complementary color
Monochromatic Colors of #AB80CA
Black with #AB80CA
Text Example
Text Example
White with #AB80CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB80CA; }
p { color: rgb(171,128,202); }
H1.HeaderClassName
{
color: #AB80CA;
}
.AnyTagClassName
{
color: #AB80CA;
}
</style>
background-color css
<style>
a { background-color: #AB80CA; }
a { background-color: rgb(171,128,202); }
div.DivClassName
{
background-color: #AB80CA;
}
.BgClassName
{
background-color: #AB80CA;
}
</style>
border-color css
<style>
span { border-color: #AB80CA; }
span { border-color: rgb(171,128,202); }
td.TdClassName
{
border-color: #AB80CA;
}
.TagClassName
{
border-color: #AB80CA;
}
</style>