Shades of Fuchsia #AD56B8
Tints of Fuchsia #AD56B8
RGB
CMYK
RGB Variations
Color information
#AD56B8 (or 0xAD56B8) is known color: Fuchsia. HEX triplet: AD, 56 and B8. RGB value is (173,86,184). Sum of RGB (Red+Green+Blue) = 173+86+184=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD56B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD56B8 is #52A947. Grayscale: #7A7A7A. Windows color (decimal): -5417288 or 12080813. OLE color: 12080813.
HSL color Cylindrical-coordinate representation of color #AD56B8: hue angle of 293.27º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD56B8 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 86 | 184 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.28 |
| HSL | 293.27º | 0.41% | 0.53% | - |
| HSV(B) | 293.27º | 0.53% | 0.72% | - |
| XYZ | 29.21 | 19 | 47.48 | - |
| YUV | 123.19 | 162.32 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 184 | 0.06 | 0.53 | 0 | 0.28 | 293.27 | 0.41 | 0.53 |
| Hex | AD | 56 | B8 | 6 | 35 | 0 | 1C | 125 | 29 | 35 |
| Octal | 255 | 126 | 270 | 6 | 65 | 0 | 34 | 445 | 51 | 65 |
| Binary | 10101101 | 1010110 | 10111000 | 110 | 110101 | 0 | 11100 | 100100101 | 101001 | 110101 |
Color Harmonies of #AD56B8
Complementary color
Monochromatic Colors of #AD56B8
Black with #AD56B8
Text Example
Text Example
White with #AD56B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD56B8; }
p { color: rgb(173,86,184); }
H1.HeaderClassName
{
color: #AD56B8;
}
.AnyTagClassName
{
color: #AD56B8;
}
</style>
background-color css
<style>
a { background-color: #AD56B8; }
a { background-color: rgb(173,86,184); }
div.DivClassName
{
background-color: #AD56B8;
}
.BgClassName
{
background-color: #AD56B8;
}
</style>
border-color css
<style>
span { border-color: #AD56B8; }
span { border-color: rgb(173,86,184); }
td.TdClassName
{
border-color: #AD56B8;
}
.TagClassName
{
border-color: #AD56B8;
}
</style>