Shades of Fuchsia #AD47BE
Tints of Fuchsia #AD47BE
RGB
CMYK
RGB Variations
Color information
#AD47BE (or 0xAD47BE) is known color: Fuchsia. HEX triplet: AD, 47 and BE. RGB value is (173,71,190). Sum of RGB (Red+Green+Blue) = 173+71+190=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD47BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47BE is #52B841. Grayscale: #727272. Windows color (decimal): -5421122 or 12470189. OLE color: 12470189.
HSL color Cylindrical-coordinate representation of color #AD47BE: hue angle of 291.43º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD47BE is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 71 | 190 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.25 |
| HSL | 291.43º | 0.48% | 0.51% | - |
| HSV(B) | 291.43º | 0.63% | 0.75% | - |
| XYZ | 28.78 | 17.11 | 50.5 | - |
| YUV | 115.06 | 170.29 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 190 | 0.09 | 0.63 | 0 | 0.25 | 291.43 | 0.48 | 0.51 |
| Hex | AD | 47 | BE | 9 | 3F | 0 | 19 | 123 | 30 | 33 |
| Octal | 255 | 107 | 276 | 11 | 77 | 0 | 31 | 443 | 60 | 63 |
| Binary | 10101101 | 1000111 | 10111110 | 1001 | 111111 | 0 | 11001 | 100100011 | 110000 | 110011 |
Color Harmonies of #AD47BE
Complementary color
Monochromatic Colors of #AD47BE
Black with #AD47BE
Text Example
Text Example
White with #AD47BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD47BE; }
p { color: rgb(173,71,190); }
H1.HeaderClassName
{
color: #AD47BE;
}
.AnyTagClassName
{
color: #AD47BE;
}
</style>
background-color css
<style>
a { background-color: #AD47BE; }
a { background-color: rgb(173,71,190); }
div.DivClassName
{
background-color: #AD47BE;
}
.BgClassName
{
background-color: #AD47BE;
}
</style>
border-color css
<style>
span { border-color: #AD47BE; }
span { border-color: rgb(173,71,190); }
td.TdClassName
{
border-color: #AD47BE;
}
.TagClassName
{
border-color: #AD47BE;
}
</style>