Shades of Fuchsia #AB3AAC
Tints of Fuchsia #AB3AAC
RGB
CMYK
RGB Variations
Color information
#AB3AAC (or 0xAB3AAC) is known color: Fuchsia. HEX triplet: AB, 3A and AC. RGB value is (171,58,172). Sum of RGB (Red+Green+Blue) = 171+58+172=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB3AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3AAC is #54C553. Grayscale: #686868. Windows color (decimal): -5555540 or 11287211. OLE color: 11287211.
HSL color Cylindrical-coordinate representation of color #AB3AAC: hue angle of 299.47º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB3AAC is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 172 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.33 |
| HSL | 299.47º | 0.5% | 0.45% | - |
| HSV(B) | 299.47º | 0.66% | 0.67% | - |
| XYZ | 25.75 | 14.66 | 40.5 | - |
| YUV | 104.78 | 165.94 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 172 | 0.01 | 0.66 | 0 | 0.33 | 299.47 | 0.5 | 0.45 |
| Hex | AB | 3A | AC | 1 | 42 | 0 | 21 | 12B | 32 | 2D |
| Octal | 253 | 72 | 254 | 1 | 102 | 0 | 41 | 453 | 62 | 55 |
| Binary | 10101011 | 111010 | 10101100 | 1 | 1000010 | 0 | 100001 | 100101011 | 110010 | 101101 |
Color Harmonies of #AB3AAC
Complementary color
Monochromatic Colors of #AB3AAC
Black with #AB3AAC
Text Example
Text Example
White with #AB3AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3AAC; }
p { color: rgb(171,58,172); }
H1.HeaderClassName
{
color: #AB3AAC;
}
.AnyTagClassName
{
color: #AB3AAC;
}
</style>
background-color css
<style>
a { background-color: #AB3AAC; }
a { background-color: rgb(171,58,172); }
div.DivClassName
{
background-color: #AB3AAC;
}
.BgClassName
{
background-color: #AB3AAC;
}
</style>
border-color css
<style>
span { border-color: #AB3AAC; }
span { border-color: rgb(171,58,172); }
td.TdClassName
{
border-color: #AB3AAC;
}
.TagClassName
{
border-color: #AB3AAC;
}
</style>