Shades of Fuchsia #AD47BA
Tints of Fuchsia #AD47BA
RGB
CMYK
RGB Variations
Color information
#AD47BA (or 0xAD47BA) is known color: Fuchsia. HEX triplet: AD, 47 and BA. RGB value is (173,71,186). Sum of RGB (Red+Green+Blue) = 173+71+186=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD47BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47BA is #52B845. Grayscale: #727272. Windows color (decimal): -5421126 or 12208045. OLE color: 12208045.
HSL color Cylindrical-coordinate representation of color #AD47BA: hue angle of 293.22º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD47BA is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 71 | 186 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.27 |
| HSL | 293.22º | 0.45% | 0.5% | - |
| HSV(B) | 293.22º | 0.62% | 0.73% | - |
| XYZ | 28.35 | 16.94 | 48.23 | - |
| YUV | 114.61 | 168.29 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 186 | 0.07 | 0.62 | 0 | 0.27 | 293.22 | 0.45 | 0.5 |
| Hex | AD | 47 | BA | 7 | 3E | 0 | 1B | 125 | 2D | 32 |
| Octal | 255 | 107 | 272 | 7 | 76 | 0 | 33 | 445 | 55 | 62 |
| Binary | 10101101 | 1000111 | 10111010 | 111 | 111110 | 0 | 11011 | 100100101 | 101101 | 110010 |
Color Harmonies of #AD47BA
Complementary color
Monochromatic Colors of #AD47BA
Black with #AD47BA
Text Example
Text Example
White with #AD47BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD47BA; }
p { color: rgb(173,71,186); }
H1.HeaderClassName
{
color: #AD47BA;
}
.AnyTagClassName
{
color: #AD47BA;
}
</style>
background-color css
<style>
a { background-color: #AD47BA; }
a { background-color: rgb(173,71,186); }
div.DivClassName
{
background-color: #AD47BA;
}
.BgClassName
{
background-color: #AD47BA;
}
</style>
border-color css
<style>
span { border-color: #AD47BA; }
span { border-color: rgb(173,71,186); }
td.TdClassName
{
border-color: #AD47BA;
}
.TagClassName
{
border-color: #AD47BA;
}
</style>