Shades of Fuchsia #AB40BA
Tints of Fuchsia #AB40BA
RGB
CMYK
RGB Variations
Color information
#AB40BA (or 0xAB40BA) is known color: Fuchsia. HEX triplet: AB, 40 and BA. RGB value is (171,64,186). Sum of RGB (Red+Green+Blue) = 171+64+186=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB40BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB40BA is #54BF45. Grayscale: #6D6D6D. Windows color (decimal): -5553990 or 12206251. OLE color: 12206251.
HSL color Cylindrical-coordinate representation of color #AB40BA: hue angle of 292.62º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB40BA is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 64 | 186 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.27 |
| HSL | 292.62º | 0.49% | 0.49% | - |
| HSV(B) | 292.62º | 0.66% | 0.73% | - |
| XYZ | 27.49 | 15.87 | 48.07 | - |
| YUV | 109.9 | 170.95 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 186 | 0.08 | 0.66 | 0 | 0.27 | 292.62 | 0.49 | 0.49 |
| Hex | AB | 40 | BA | 8 | 42 | 0 | 1B | 125 | 31 | 31 |
| Octal | 253 | 100 | 272 | 10 | 102 | 0 | 33 | 445 | 61 | 61 |
| Binary | 10101011 | 1000000 | 10111010 | 1000 | 1000010 | 0 | 11011 | 100100101 | 110001 | 110001 |
Color Harmonies of #AB40BA
Complementary color
Monochromatic Colors of #AB40BA
Black with #AB40BA
Text Example
Text Example
White with #AB40BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB40BA; }
p { color: rgb(171,64,186); }
H1.HeaderClassName
{
color: #AB40BA;
}
.AnyTagClassName
{
color: #AB40BA;
}
</style>
background-color css
<style>
a { background-color: #AB40BA; }
a { background-color: rgb(171,64,186); }
div.DivClassName
{
background-color: #AB40BA;
}
.BgClassName
{
background-color: #AB40BA;
}
</style>
border-color css
<style>
span { border-color: #AB40BA; }
span { border-color: rgb(171,64,186); }
td.TdClassName
{
border-color: #AB40BA;
}
.TagClassName
{
border-color: #AB40BA;
}
</style>