Shades of East Side #AB73BF
Tints of East Side #AB73BF
RGB
CMYK
RGB Variations
Color information
#AB73BF (or 0xAB73BF) is known color: East Side. HEX triplet: AB, 73 and BF. RGB value is (171,115,191). Sum of RGB (Red+Green+Blue) = 171+115+191=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB73BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB73BF is #548C40. Grayscale: #8C8C8C. Windows color (decimal): -5540929 or 12546987. OLE color: 12546987.
HSL color Cylindrical-coordinate representation of color #AB73BF: hue angle of 284.21º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB73BF is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 115 | 191 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.25 |
| HSL | 284.21º | 0.37% | 0.6% | - |
| HSV(B) | 284.21º | 0.4% | 0.75% | - |
| XYZ | 32.33 | 24.68 | 52.35 | - |
| YUV | 140.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 191 | 0.10 | 0.40 | 0 | 0.25 | 284.21 | 0.37 | 0.6 |
| Hex | AB | 73 | BF | A | 28 | 0 | 19 | 11C | 25 | 3C |
| Octal | 253 | 163 | 277 | 12 | 50 | 0 | 31 | 434 | 45 | 74 |
| Binary | 10101011 | 1110011 | 10111111 | 1010 | 101000 | 0 | 11001 | 100011100 | 100101 | 111100 |
Color Harmonies of #AB73BF
Complementary color
Monochromatic Colors of #AB73BF
Black with #AB73BF
Text Example
Text Example
White with #AB73BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB73BF; }
p { color: rgb(171,115,191); }
H1.HeaderClassName
{
color: #AB73BF;
}
.AnyTagClassName
{
color: #AB73BF;
}
</style>
background-color css
<style>
a { background-color: #AB73BF; }
a { background-color: rgb(171,115,191); }
div.DivClassName
{
background-color: #AB73BF;
}
.BgClassName
{
background-color: #AB73BF;
}
</style>
border-color css
<style>
span { border-color: #AB73BF; }
span { border-color: rgb(171,115,191); }
td.TdClassName
{
border-color: #AB73BF;
}
.TagClassName
{
border-color: #AB73BF;
}
</style>