Shades of Fuchsia #AB45B1
Tints of Fuchsia #AB45B1
RGB
CMYK
RGB Variations
Color information
#AB45B1 (or 0xAB45B1) is known color: Fuchsia. HEX triplet: AB, 45 and B1. RGB value is (171,69,177). Sum of RGB (Red+Green+Blue) = 171+69+177=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB45B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB45B1 is #54BA4E. Grayscale: #6F6F6F. Windows color (decimal): -5552719 or 11617707. OLE color: 11617707.
HSL color Cylindrical-coordinate representation of color #AB45B1: hue angle of 296.67º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB45B1 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 69 | 177 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.31 |
| HSL | 296.67º | 0.44% | 0.48% | - |
| HSV(B) | 296.67º | 0.61% | 0.69% | - |
| XYZ | 26.86 | 16.09 | 43.28 | - |
| YUV | 111.81 | 164.79 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 177 | 0.03 | 0.61 | 0 | 0.31 | 296.67 | 0.44 | 0.48 |
| Hex | AB | 45 | B1 | 3 | 3D | 0 | 1F | 129 | 2C | 30 |
| Octal | 253 | 105 | 261 | 3 | 75 | 0 | 37 | 451 | 54 | 60 |
| Binary | 10101011 | 1000101 | 10110001 | 11 | 111101 | 0 | 11111 | 100101001 | 101100 | 110000 |
Color Harmonies of #AB45B1
Complementary color
Monochromatic Colors of #AB45B1
Black with #AB45B1
Text Example
Text Example
White with #AB45B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB45B1; }
p { color: rgb(171,69,177); }
H1.HeaderClassName
{
color: #AB45B1;
}
.AnyTagClassName
{
color: #AB45B1;
}
</style>
background-color css
<style>
a { background-color: #AB45B1; }
a { background-color: rgb(171,69,177); }
div.DivClassName
{
background-color: #AB45B1;
}
.BgClassName
{
background-color: #AB45B1;
}
</style>
border-color css
<style>
span { border-color: #AB45B1; }
span { border-color: rgb(171,69,177); }
td.TdClassName
{
border-color: #AB45B1;
}
.TagClassName
{
border-color: #AB45B1;
}
</style>