Shades of Fuchsia #AB3DAC
Tints of Fuchsia #AB3DAC
RGB
CMYK
RGB Variations
Color information
#AB3DAC (or 0xAB3DAC) is known color: Fuchsia. HEX triplet: AB, 3D and AC. RGB value is (171,61,172). Sum of RGB (Red+Green+Blue) = 171+61+172=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB3DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3DAC is #54C253. Grayscale: #6A6A6A. Windows color (decimal): -5554772 or 11287979. OLE color: 11287979.
HSL color Cylindrical-coordinate representation of color #AB3DAC: hue angle of 299.46º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3DAC is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 61 | 172 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.33 |
| HSL | 299.46º | 0.48% | 0.46% | - |
| HSV(B) | 299.46º | 0.65% | 0.67% | - |
| XYZ | 25.91 | 14.97 | 40.55 | - |
| YUV | 106.54 | 164.94 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 61 | 172 | 0.01 | 0.65 | 0 | 0.33 | 299.46 | 0.48 | 0.46 |
| Hex | AB | 3D | AC | 1 | 41 | 0 | 21 | 12B | 30 | 2E |
| Octal | 253 | 75 | 254 | 1 | 101 | 0 | 41 | 453 | 60 | 56 |
| Binary | 10101011 | 111101 | 10101100 | 1 | 1000001 | 0 | 100001 | 100101011 | 110000 | 101110 |
Color Harmonies of #AB3DAC
Complementary color
Monochromatic Colors of #AB3DAC
Black with #AB3DAC
Text Example
Text Example
White with #AB3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3DAC; }
p { color: rgb(171,61,172); }
H1.HeaderClassName
{
color: #AB3DAC;
}
.AnyTagClassName
{
color: #AB3DAC;
}
</style>
background-color css
<style>
a { background-color: #AB3DAC; }
a { background-color: rgb(171,61,172); }
div.DivClassName
{
background-color: #AB3DAC;
}
.BgClassName
{
background-color: #AB3DAC;
}
</style>
border-color css
<style>
span { border-color: #AB3DAC; }
span { border-color: rgb(171,61,172); }
td.TdClassName
{
border-color: #AB3DAC;
}
.TagClassName
{
border-color: #AB3DAC;
}
</style>