Shades of Fuchsia #AD56BE
Tints of Fuchsia #AD56BE
RGB
CMYK
RGB Variations
Color information
#AD56BE (or 0xAD56BE) is known color: Fuchsia. HEX triplet: AD, 56 and BE. RGB value is (173,86,190). Sum of RGB (Red+Green+Blue) = 173+86+190=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD56BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD56BE is #52A941. Grayscale: #7B7B7B. Windows color (decimal): -5417282 or 12474029. OLE color: 12474029.
HSL color Cylindrical-coordinate representation of color #AD56BE: hue angle of 290.19º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD56BE is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 86 | 190 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.25 |
| HSL | 290.19º | 0.44% | 0.54% | - |
| HSV(B) | 290.19º | 0.55% | 0.75% | - |
| XYZ | 29.86 | 19.26 | 50.86 | - |
| YUV | 123.87 | 165.32 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 190 | 0.09 | 0.55 | 0 | 0.25 | 290.19 | 0.44 | 0.54 |
| Hex | AD | 56 | BE | 9 | 37 | 0 | 19 | 122 | 2C | 36 |
| Octal | 255 | 126 | 276 | 11 | 67 | 0 | 31 | 442 | 54 | 66 |
| Binary | 10101101 | 1010110 | 10111110 | 1001 | 110111 | 0 | 11001 | 100100010 | 101100 | 110110 |
Color Harmonies of #AD56BE
Complementary color
Monochromatic Colors of #AD56BE
Black with #AD56BE
Text Example
Text Example
White with #AD56BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD56BE; }
p { color: rgb(173,86,190); }
H1.HeaderClassName
{
color: #AD56BE;
}
.AnyTagClassName
{
color: #AD56BE;
}
</style>
background-color css
<style>
a { background-color: #AD56BE; }
a { background-color: rgb(173,86,190); }
div.DivClassName
{
background-color: #AD56BE;
}
.BgClassName
{
background-color: #AD56BE;
}
</style>
border-color css
<style>
span { border-color: #AD56BE; }
span { border-color: rgb(173,86,190); }
td.TdClassName
{
border-color: #AD56BE;
}
.TagClassName
{
border-color: #AD56BE;
}
</style>