Shades of East Side #AB74BF
Tints of East Side #AB74BF
RGB
CMYK
RGB Variations
Color information
#AB74BF (or 0xAB74BF) is known color: East Side. HEX triplet: AB, 74 and BF. RGB value is (171,116,191). Sum of RGB (Red+Green+Blue) = 171+116+191=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB74BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB74BF is #548B40. Grayscale: #8C8C8C. Windows color (decimal): -5540673 or 12547243. OLE color: 12547243.
HSL color Cylindrical-coordinate representation of color #AB74BF: hue angle of 284º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB74BF is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 116 | 191 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.25 |
| HSL | 284º | 0.37% | 0.6% | - |
| HSV(B) | 284º | 0.39% | 0.75% | - |
| XYZ | 32.44 | 24.91 | 52.39 | - |
| YUV | 141 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 191 | 0.10 | 0.39 | 0 | 0.25 | 284 | 0.37 | 0.6 |
| Hex | AB | 74 | BF | A | 27 | 0 | 19 | 11C | 25 | 3C |
| Octal | 253 | 164 | 277 | 12 | 47 | 0 | 31 | 434 | 45 | 74 |
| Binary | 10101011 | 1110100 | 10111111 | 1010 | 100111 | 0 | 11001 | 100011100 | 100101 | 111100 |
Color Harmonies of #AB74BF
Complementary color
Monochromatic Colors of #AB74BF
Black with #AB74BF
Text Example
Text Example
White with #AB74BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB74BF; }
p { color: rgb(171,116,191); }
H1.HeaderClassName
{
color: #AB74BF;
}
.AnyTagClassName
{
color: #AB74BF;
}
</style>
background-color css
<style>
a { background-color: #AB74BF; }
a { background-color: rgb(171,116,191); }
div.DivClassName
{
background-color: #AB74BF;
}
.BgClassName
{
background-color: #AB74BF;
}
</style>
border-color css
<style>
span { border-color: #AB74BF; }
span { border-color: rgb(171,116,191); }
td.TdClassName
{
border-color: #AB74BF;
}
.TagClassName
{
border-color: #AB74BF;
}
</style>