Shades of Fuchsia #AB4DB7
Tints of Fuchsia #AB4DB7
RGB
CMYK
RGB Variations
Color information
#AB4DB7 (or 0xAB4DB7) is known color: Fuchsia. HEX triplet: AB, 4D and B7. RGB value is (171,77,183). Sum of RGB (Red+Green+Blue) = 171+77+183=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 183 (71.88% from 255 or 42.46% from 431); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB4DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DB7 is #54B248. Grayscale: #747474. Windows color (decimal): -5550665 or 12012971. OLE color: 12012971.
HSL color Cylindrical-coordinate representation of color #AB4DB7: hue angle of 293.21º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB4DB7 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 77 | 183 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.28 |
| HSL | 293.21º | 0.42% | 0.51% | - |
| HSV(B) | 293.21º | 0.58% | 0.72% | - |
| XYZ | 28 | 17.38 | 46.68 | - |
| YUV | 117.19 | 165.14 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 183 | 0.07 | 0.58 | 0 | 0.28 | 293.21 | 0.42 | 0.51 |
| Hex | AB | 4D | B7 | 7 | 3A | 0 | 1C | 125 | 2A | 33 |
| Octal | 253 | 115 | 267 | 7 | 72 | 0 | 34 | 445 | 52 | 63 |
| Binary | 10101011 | 1001101 | 10110111 | 111 | 111010 | 0 | 11100 | 100100101 | 101010 | 110011 |
Color Harmonies of #AB4DB7
Complementary color
Monochromatic Colors of #AB4DB7
Black with #AB4DB7
Text Example
Text Example
White with #AB4DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DB7; }
p { color: rgb(171,77,183); }
H1.HeaderClassName
{
color: #AB4DB7;
}
.AnyTagClassName
{
color: #AB4DB7;
}
</style>
background-color css
<style>
a { background-color: #AB4DB7; }
a { background-color: rgb(171,77,183); }
div.DivClassName
{
background-color: #AB4DB7;
}
.BgClassName
{
background-color: #AB4DB7;
}
</style>
border-color css
<style>
span { border-color: #AB4DB7; }
span { border-color: rgb(171,77,183); }
td.TdClassName
{
border-color: #AB4DB7;
}
.TagClassName
{
border-color: #AB4DB7;
}
</style>