Shades of Fuchsia #AB4DB1
Tints of Fuchsia #AB4DB1
RGB
CMYK
RGB Variations
Color information
#AB4DB1 (or 0xAB4DB1) is known color: Fuchsia. HEX triplet: AB, 4D and B1. RGB value is (171,77,177). Sum of RGB (Red+Green+Blue) = 171+77+177=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB4DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4DB1 is #54B24E. Grayscale: #747474. Windows color (decimal): -5550671 or 11619755. OLE color: 11619755.
HSL color Cylindrical-coordinate representation of color #AB4DB1: hue angle of 296.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4DB1 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 77 | 177 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.31 |
| HSL | 296.4º | 0.39% | 0.5% | - |
| HSV(B) | 296.4º | 0.56% | 0.69% | - |
| XYZ | 27.38 | 17.14 | 43.46 | - |
| YUV | 116.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 177 | 0.03 | 0.56 | 0 | 0.31 | 296.4 | 0.39 | 0.5 |
| Hex | AB | 4D | B1 | 3 | 38 | 0 | 1F | 128 | 27 | 32 |
| Octal | 253 | 115 | 261 | 3 | 70 | 0 | 37 | 450 | 47 | 62 |
| Binary | 10101011 | 1001101 | 10110001 | 11 | 111000 | 0 | 11111 | 100101000 | 100111 | 110010 |
Color Harmonies of #AB4DB1
Complementary color
Monochromatic Colors of #AB4DB1
Black with #AB4DB1
Text Example
Text Example
White with #AB4DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DB1; }
p { color: rgb(171,77,177); }
H1.HeaderClassName
{
color: #AB4DB1;
}
.AnyTagClassName
{
color: #AB4DB1;
}
</style>
background-color css
<style>
a { background-color: #AB4DB1; }
a { background-color: rgb(171,77,177); }
div.DivClassName
{
background-color: #AB4DB1;
}
.BgClassName
{
background-color: #AB4DB1;
}
</style>
border-color css
<style>
span { border-color: #AB4DB1; }
span { border-color: rgb(171,77,177); }
td.TdClassName
{
border-color: #AB4DB1;
}
.TagClassName
{
border-color: #AB4DB1;
}
</style>