Shades of Fuchsia #AB2FA8
Tints of Fuchsia #AB2FA8
RGB
CMYK
RGB Variations
Color information
#AB2FA8 (or 0xAB2FA8) is known color: Fuchsia. HEX triplet: AB, 2F and A8. RGB value is (171,47,168). Sum of RGB (Red+Green+Blue) = 171+47+168=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2FA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2FA8 is #54D057. Grayscale: #616161. Windows color (decimal): -5558360 or 11022251. OLE color: 11022251.
HSL color Cylindrical-coordinate representation of color #AB2FA8: hue angle of 301.45º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB2FA8 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 47 | 168 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.33 |
| HSL | 301.45º | 0.57% | 0.43% | - |
| HSV(B) | 301.45º | 0.73% | 0.67% | - |
| XYZ | 24.88 | 13.52 | 38.34 | - |
| YUV | 97.87 | 167.58 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 168 | 0 | 0.73 | 0.02 | 0.33 | 301.45 | 0.57 | 0.43 |
| Hex | AB | 2F | A8 | 0 | 49 | 2 | 21 | 12D | 39 | 2B |
| Octal | 253 | 57 | 250 | 0 | 111 | 2 | 41 | 455 | 71 | 53 |
| Binary | 10101011 | 101111 | 10101000 | 0 | 1001001 | 10 | 100001 | 100101101 | 111001 | 101011 |
Color Harmonies of #AB2FA8
Complementary color
Monochromatic Colors of #AB2FA8
Black with #AB2FA8
Text Example
Text Example
White with #AB2FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2FA8; }
p { color: rgb(171,47,168); }
H1.HeaderClassName
{
color: #AB2FA8;
}
.AnyTagClassName
{
color: #AB2FA8;
}
</style>
background-color css
<style>
a { background-color: #AB2FA8; }
a { background-color: rgb(171,47,168); }
div.DivClassName
{
background-color: #AB2FA8;
}
.BgClassName
{
background-color: #AB2FA8;
}
</style>
border-color css
<style>
span { border-color: #AB2FA8; }
span { border-color: rgb(171,47,168); }
td.TdClassName
{
border-color: #AB2FA8;
}
.TagClassName
{
border-color: #AB2FA8;
}
</style>