Shades of Fuchsia #AB3AAF
Tints of Fuchsia #AB3AAF
RGB
CMYK
RGB Variations
Color information
#AB3AAF (or 0xAB3AAF) is known color: Fuchsia. HEX triplet: AB, 3A and AF. RGB value is (171,58,175). Sum of RGB (Red+Green+Blue) = 171+58+175=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB3AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3AAF is #54C550. Grayscale: #686868. Windows color (decimal): -5555537 or 11483819. OLE color: 11483819.
HSL color Cylindrical-coordinate representation of color #AB3AAF: hue angle of 297.95º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3AAF is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 58 | 175 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.31 |
| HSL | 297.95º | 0.5% | 0.46% | - |
| HSV(B) | 297.95º | 0.67% | 0.69% | - |
| XYZ | 26.05 | 14.78 | 42.04 | - |
| YUV | 105.13 | 167.44 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 175 | 0.02 | 0.67 | 0 | 0.31 | 297.95 | 0.5 | 0.46 |
| Hex | AB | 3A | AF | 2 | 43 | 0 | 1F | 12A | 32 | 2E |
| Octal | 253 | 72 | 257 | 2 | 103 | 0 | 37 | 452 | 62 | 56 |
| Binary | 10101011 | 111010 | 10101111 | 10 | 1000011 | 0 | 11111 | 100101010 | 110010 | 101110 |
Color Harmonies of #AB3AAF
Complementary color
Monochromatic Colors of #AB3AAF
Black with #AB3AAF
Text Example
Text Example
White with #AB3AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3AAF; }
p { color: rgb(171,58,175); }
H1.HeaderClassName
{
color: #AB3AAF;
}
.AnyTagClassName
{
color: #AB3AAF;
}
</style>
background-color css
<style>
a { background-color: #AB3AAF; }
a { background-color: rgb(171,58,175); }
div.DivClassName
{
background-color: #AB3AAF;
}
.BgClassName
{
background-color: #AB3AAF;
}
</style>
border-color css
<style>
span { border-color: #AB3AAF; }
span { border-color: rgb(171,58,175); }
td.TdClassName
{
border-color: #AB3AAF;
}
.TagClassName
{
border-color: #AB3AAF;
}
</style>