Shades of Fuchsia #AD4DBF
Tints of Fuchsia #AD4DBF
RGB
CMYK
RGB Variations
Color information
#AD4DBF (or 0xAD4DBF) is known color: Fuchsia. HEX triplet: AD, 4D and BF. RGB value is (173,77,191). Sum of RGB (Red+Green+Blue) = 173+77+191=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD4DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DBF is #52B240. Grayscale: #767676. Windows color (decimal): -5419585 or 12537261. OLE color: 12537261.
HSL color Cylindrical-coordinate representation of color #AD4DBF: hue angle of 290.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4DBF is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 77 | 191 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.25 |
| HSL | 290.53º | 0.47% | 0.53% | - |
| HSV(B) | 290.53º | 0.6% | 0.75% | - |
| XYZ | 29.29 | 17.95 | 51.21 | - |
| YUV | 118.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 191 | 0.09 | 0.60 | 0 | 0.25 | 290.53 | 0.47 | 0.53 |
| Hex | AD | 4D | BF | 9 | 3C | 0 | 19 | 123 | 2F | 35 |
| Octal | 255 | 115 | 277 | 11 | 74 | 0 | 31 | 443 | 57 | 65 |
| Binary | 10101101 | 1001101 | 10111111 | 1001 | 111100 | 0 | 11001 | 100100011 | 101111 | 110101 |
Color Harmonies of #AD4DBF
Complementary color
Monochromatic Colors of #AD4DBF
Black with #AD4DBF
Text Example
Text Example
White with #AD4DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4DBF; }
p { color: rgb(173,77,191); }
H1.HeaderClassName
{
color: #AD4DBF;
}
.AnyTagClassName
{
color: #AD4DBF;
}
</style>
background-color css
<style>
a { background-color: #AD4DBF; }
a { background-color: rgb(173,77,191); }
div.DivClassName
{
background-color: #AD4DBF;
}
.BgClassName
{
background-color: #AD4DBF;
}
</style>
border-color css
<style>
span { border-color: #AD4DBF; }
span { border-color: rgb(173,77,191); }
td.TdClassName
{
border-color: #AD4DBF;
}
.TagClassName
{
border-color: #AD4DBF;
}
</style>