Shades of East Side #AB80C2
Tints of East Side #AB80C2
RGB
CMYK
RGB Variations
Color information
#AB80C2 (or 0xAB80C2) is known color: East Side. HEX triplet: AB, 80 and C2. RGB value is (171,128,194). Sum of RGB (Red+Green+Blue) = 171+128+194=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB80C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB80C2 is #547F3D. Grayscale: #949494. Windows color (decimal): -5537598 or 12746923. OLE color: 12746923.
HSL color Cylindrical-coordinate representation of color #AB80C2: hue angle of 279.09º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB80C2 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 128 | 194 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.24 |
| HSL | 279.09º | 0.35% | 0.63% | - |
| HSV(B) | 279.09º | 0.34% | 0.76% | - |
| XYZ | 34.25 | 27.99 | 54.64 | - |
| YUV | 148.38 | 153.75 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 194 | 0.12 | 0.34 | 0 | 0.24 | 279.09 | 0.35 | 0.63 |
| Hex | AB | 80 | C2 | C | 22 | 0 | 18 | 117 | 23 | 3F |
| Octal | 253 | 200 | 302 | 14 | 42 | 0 | 30 | 427 | 43 | 77 |
| Binary | 10101011 | 10000000 | 11000010 | 1100 | 100010 | 0 | 11000 | 100010111 | 100011 | 111111 |
Color Harmonies of #AB80C2
Complementary color
Monochromatic Colors of #AB80C2
Black with #AB80C2
Text Example
Text Example
White with #AB80C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB80C2; }
p { color: rgb(171,128,194); }
H1.HeaderClassName
{
color: #AB80C2;
}
.AnyTagClassName
{
color: #AB80C2;
}
</style>
background-color css
<style>
a { background-color: #AB80C2; }
a { background-color: rgb(171,128,194); }
div.DivClassName
{
background-color: #AB80C2;
}
.BgClassName
{
background-color: #AB80C2;
}
</style>
border-color css
<style>
span { border-color: #AB80C2; }
span { border-color: rgb(171,128,194); }
td.TdClassName
{
border-color: #AB80C2;
}
.TagClassName
{
border-color: #AB80C2;
}
</style>