Shades of East Side #AB84BD
Tints of East Side #AB84BD
RGB
CMYK
RGB Variations
Color information
#AB84BD (or 0xAB84BD) is known color: East Side. HEX triplet: AB, 84 and BD. RGB value is (171,132,189). Sum of RGB (Red+Green+Blue) = 171+132+189=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB84BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB84BD is #547B42. Grayscale: #959595. Windows color (decimal): -5536579 or 12420267. OLE color: 12420267.
HSL color Cylindrical-coordinate representation of color #AB84BD: hue angle of 281.05º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB84BD is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 132 | 189 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.26 |
| HSL | 281.05º | 0.3% | 0.63% | - |
| HSV(B) | 281.05º | 0.3% | 0.74% | - |
| XYZ | 34.23 | 28.83 | 51.91 | - |
| YUV | 150.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 189 | 0.10 | 0.30 | 0 | 0.26 | 281.05 | 0.3 | 0.63 |
| Hex | AB | 84 | BD | A | 1E | 0 | 1A | 119 | 1E | 3F |
| Octal | 253 | 204 | 275 | 12 | 36 | 0 | 32 | 431 | 36 | 77 |
| Binary | 10101011 | 10000100 | 10111101 | 1010 | 11110 | 0 | 11010 | 100011001 | 11110 | 111111 |
Color Harmonies of #AB84BD
Complementary color
Monochromatic Colors of #AB84BD
Black with #AB84BD
Text Example
Text Example
White with #AB84BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB84BD; }
p { color: rgb(171,132,189); }
H1.HeaderClassName
{
color: #AB84BD;
}
.AnyTagClassName
{
color: #AB84BD;
}
</style>
background-color css
<style>
a { background-color: #AB84BD; }
a { background-color: rgb(171,132,189); }
div.DivClassName
{
background-color: #AB84BD;
}
.BgClassName
{
background-color: #AB84BD;
}
</style>
border-color css
<style>
span { border-color: #AB84BD; }
span { border-color: rgb(171,132,189); }
td.TdClassName
{
border-color: #AB84BD;
}
.TagClassName
{
border-color: #AB84BD;
}
</style>