Shades of Fuchsia #AB41AF
Tints of Fuchsia #AB41AF
RGB
CMYK
RGB Variations
Color information
#AB41AF (or 0xAB41AF) is known color: Fuchsia. HEX triplet: AB, 41 and AF. RGB value is (171,65,175). Sum of RGB (Red+Green+Blue) = 171+65+175=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB41AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB41AF is #54BE50. Grayscale: #6C6C6C. Windows color (decimal): -5553745 or 11485611. OLE color: 11485611.
HSL color Cylindrical-coordinate representation of color #AB41AF: hue angle of 297.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB41AF is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 65 | 175 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.31 |
| HSL | 297.82º | 0.46% | 0.47% | - |
| HSV(B) | 297.82º | 0.63% | 0.69% | - |
| XYZ | 26.42 | 15.53 | 42.16 | - |
| YUV | 109.23 | 165.12 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 175 | 0.02 | 0.63 | 0 | 0.31 | 297.82 | 0.46 | 0.47 |
| Hex | AB | 41 | AF | 2 | 3F | 0 | 1F | 12A | 2E | 2F |
| Octal | 253 | 101 | 257 | 2 | 77 | 0 | 37 | 452 | 56 | 57 |
| Binary | 10101011 | 1000001 | 10101111 | 10 | 111111 | 0 | 11111 | 100101010 | 101110 | 101111 |
Color Harmonies of #AB41AF
Complementary color
Monochromatic Colors of #AB41AF
Black with #AB41AF
Text Example
Text Example
White with #AB41AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB41AF; }
p { color: rgb(171,65,175); }
H1.HeaderClassName
{
color: #AB41AF;
}
.AnyTagClassName
{
color: #AB41AF;
}
</style>
background-color css
<style>
a { background-color: #AB41AF; }
a { background-color: rgb(171,65,175); }
div.DivClassName
{
background-color: #AB41AF;
}
.BgClassName
{
background-color: #AB41AF;
}
</style>
border-color css
<style>
span { border-color: #AB41AF; }
span { border-color: rgb(171,65,175); }
td.TdClassName
{
border-color: #AB41AF;
}
.TagClassName
{
border-color: #AB41AF;
}
</style>