Shades of Fuchsia #AB50B7
Tints of Fuchsia #AB50B7
RGB
CMYK
RGB Variations
Color information
#AB50B7 (or 0xAB50B7) is known color: Fuchsia. HEX triplet: AB, 50 and B7. RGB value is (171,80,183). Sum of RGB (Red+Green+Blue) = 171+80+183=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB50B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB50B7 is #54AF48. Grayscale: #767676. Windows color (decimal): -5549897 or 12013739. OLE color: 12013739.
HSL color Cylindrical-coordinate representation of color #AB50B7: hue angle of 293.01º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB50B7 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 80 | 183 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.28 |
| HSL | 293.01º | 0.42% | 0.52% | - |
| HSV(B) | 293.01º | 0.56% | 0.72% | - |
| XYZ | 28.21 | 17.81 | 46.75 | - |
| YUV | 118.95 | 164.15 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 183 | 0.07 | 0.56 | 0 | 0.28 | 293.01 | 0.42 | 0.52 |
| Hex | AB | 50 | B7 | 7 | 38 | 0 | 1C | 125 | 2A | 34 |
| Octal | 253 | 120 | 267 | 7 | 70 | 0 | 34 | 445 | 52 | 64 |
| Binary | 10101011 | 1010000 | 10110111 | 111 | 111000 | 0 | 11100 | 100100101 | 101010 | 110100 |
Color Harmonies of #AB50B7
Complementary color
Monochromatic Colors of #AB50B7
Black with #AB50B7
Text Example
Text Example
White with #AB50B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB50B7; }
p { color: rgb(171,80,183); }
H1.HeaderClassName
{
color: #AB50B7;
}
.AnyTagClassName
{
color: #AB50B7;
}
</style>
background-color css
<style>
a { background-color: #AB50B7; }
a { background-color: rgb(171,80,183); }
div.DivClassName
{
background-color: #AB50B7;
}
.BgClassName
{
background-color: #AB50B7;
}
</style>
border-color css
<style>
span { border-color: #AB50B7; }
span { border-color: rgb(171,80,183); }
td.TdClassName
{
border-color: #AB50B7;
}
.TagClassName
{
border-color: #AB50B7;
}
</style>