Shades of East Side #AB84C1
Tints of East Side #AB84C1
RGB
CMYK
RGB Variations
Color information
#AB84C1 (or 0xAB84C1) is known color: East Side. HEX triplet: AB, 84 and C1. RGB value is (171,132,193). Sum of RGB (Red+Green+Blue) = 171+132+193=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB84C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB84C1 is #547B3E. Grayscale: #969696. Windows color (decimal): -5536575 or 12682411. OLE color: 12682411.
HSL color Cylindrical-coordinate representation of color #AB84C1: hue angle of 278.36º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB84C1 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 132 | 193 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.24 |
| HSL | 278.36º | 0.33% | 0.64% | - |
| HSV(B) | 278.36º | 0.32% | 0.76% | - |
| XYZ | 34.67 | 29.01 | 54.22 | - |
| YUV | 150.62 | 151.92 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 193 | 0.11 | 0.32 | 0 | 0.24 | 278.36 | 0.33 | 0.64 |
| Hex | AB | 84 | C1 | B | 20 | 0 | 18 | 116 | 21 | 40 |
| Octal | 253 | 204 | 301 | 13 | 40 | 0 | 30 | 426 | 41 | 100 |
| Binary | 10101011 | 10000100 | 11000001 | 1011 | 100000 | 0 | 11000 | 100010110 | 100001 | 1000000 |
Color Harmonies of #AB84C1
Complementary color
Monochromatic Colors of #AB84C1
Black with #AB84C1
Text Example
Text Example
White with #AB84C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB84C1; }
p { color: rgb(171,132,193); }
H1.HeaderClassName
{
color: #AB84C1;
}
.AnyTagClassName
{
color: #AB84C1;
}
</style>
background-color css
<style>
a { background-color: #AB84C1; }
a { background-color: rgb(171,132,193); }
div.DivClassName
{
background-color: #AB84C1;
}
.BgClassName
{
background-color: #AB84C1;
}
</style>
border-color css
<style>
span { border-color: #AB84C1; }
span { border-color: rgb(171,132,193); }
td.TdClassName
{
border-color: #AB84C1;
}
.TagClassName
{
border-color: #AB84C1;
}
</style>