Shades of Fuchsia #AD47BC
Tints of Fuchsia #AD47BC
RGB
CMYK
RGB Variations
Color information
#AD47BC (or 0xAD47BC) is known color: Fuchsia. HEX triplet: AD, 47 and BC. RGB value is (173,71,188). Sum of RGB (Red+Green+Blue) = 173+71+188=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD47BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47BC is #52B843. Grayscale: #727272. Windows color (decimal): -5421124 or 12339117. OLE color: 12339117.
HSL color Cylindrical-coordinate representation of color #AD47BC: hue angle of 292.31º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD47BC is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 71 | 188 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.26 |
| HSL | 292.31º | 0.47% | 0.51% | - |
| HSV(B) | 292.31º | 0.62% | 0.74% | - |
| XYZ | 28.56 | 17.02 | 49.36 | - |
| YUV | 114.84 | 169.29 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 188 | 0.08 | 0.62 | 0 | 0.26 | 292.31 | 0.47 | 0.51 |
| Hex | AD | 47 | BC | 8 | 3E | 0 | 1A | 124 | 2F | 33 |
| Octal | 255 | 107 | 274 | 10 | 76 | 0 | 32 | 444 | 57 | 63 |
| Binary | 10101101 | 1000111 | 10111100 | 1000 | 111110 | 0 | 11010 | 100100100 | 101111 | 110011 |
Color Harmonies of #AD47BC
Complementary color
Monochromatic Colors of #AD47BC
Black with #AD47BC
Text Example
Text Example
White with #AD47BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD47BC; }
p { color: rgb(173,71,188); }
H1.HeaderClassName
{
color: #AD47BC;
}
.AnyTagClassName
{
color: #AD47BC;
}
</style>
background-color css
<style>
a { background-color: #AD47BC; }
a { background-color: rgb(173,71,188); }
div.DivClassName
{
background-color: #AD47BC;
}
.BgClassName
{
background-color: #AD47BC;
}
</style>
border-color css
<style>
span { border-color: #AD47BC; }
span { border-color: rgb(173,71,188); }
td.TdClassName
{
border-color: #AD47BC;
}
.TagClassName
{
border-color: #AD47BC;
}
</style>