Shades of Fuchsia #AB3DB0
Tints of Fuchsia #AB3DB0
RGB
CMYK
RGB Variations
Color information
#AB3DB0 (or 0xAB3DB0) is known color: Fuchsia. HEX triplet: AB, 3D and B0. RGB value is (171,61,176). Sum of RGB (Red+Green+Blue) = 171+61+176=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB3DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3DB0 is #54C24F. Grayscale: #6A6A6A. Windows color (decimal): -5554768 or 11550123. OLE color: 11550123.
HSL color Cylindrical-coordinate representation of color #AB3DB0: hue angle of 297.39º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3DB0 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 61 | 176 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.31 |
| HSL | 297.39º | 0.49% | 0.46% | - |
| HSV(B) | 297.39º | 0.65% | 0.69% | - |
| XYZ | 26.3 | 15.13 | 42.61 | - |
| YUV | 107 | 166.94 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 61 | 176 | 0.03 | 0.65 | 0 | 0.31 | 297.39 | 0.49 | 0.46 |
| Hex | AB | 3D | B0 | 3 | 41 | 0 | 1F | 129 | 31 | 2E |
| Octal | 253 | 75 | 260 | 3 | 101 | 0 | 37 | 451 | 61 | 56 |
| Binary | 10101011 | 111101 | 10110000 | 11 | 1000001 | 0 | 11111 | 100101001 | 110001 | 101110 |
Color Harmonies of #AB3DB0
Complementary color
Monochromatic Colors of #AB3DB0
Black with #AB3DB0
Text Example
Text Example
White with #AB3DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3DB0; }
p { color: rgb(171,61,176); }
H1.HeaderClassName
{
color: #AB3DB0;
}
.AnyTagClassName
{
color: #AB3DB0;
}
</style>
background-color css
<style>
a { background-color: #AB3DB0; }
a { background-color: rgb(171,61,176); }
div.DivClassName
{
background-color: #AB3DB0;
}
.BgClassName
{
background-color: #AB3DB0;
}
</style>
border-color css
<style>
span { border-color: #AB3DB0; }
span { border-color: rgb(171,61,176); }
td.TdClassName
{
border-color: #AB3DB0;
}
.TagClassName
{
border-color: #AB3DB0;
}
</style>