Shades of Fuchsia #AD47B0
Tints of Fuchsia #AD47B0
RGB
CMYK
RGB Variations
Color information
#AD47B0 (or 0xAD47B0) is known color: Fuchsia. HEX triplet: AD, 47 and B0. RGB value is (173,71,176). Sum of RGB (Red+Green+Blue) = 173+71+176=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD47B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD47B0 is #52B84F. Grayscale: #717171. Windows color (decimal): -5421136 or 11552685. OLE color: 11552685.
HSL color Cylindrical-coordinate representation of color #AD47B0: hue angle of 298.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD47B0 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 71 | 176 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.31 |
| HSL | 298.29º | 0.43% | 0.48% | - |
| HSV(B) | 298.29º | 0.6% | 0.69% | - |
| XYZ | 27.32 | 16.53 | 42.82 | - |
| YUV | 113.47 | 163.29 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 176 | 0.02 | 0.60 | 0 | 0.31 | 298.29 | 0.43 | 0.48 |
| Hex | AD | 47 | B0 | 2 | 3C | 0 | 1F | 12A | 2B | 30 |
| Octal | 255 | 107 | 260 | 2 | 74 | 0 | 37 | 452 | 53 | 60 |
| Binary | 10101101 | 1000111 | 10110000 | 10 | 111100 | 0 | 11111 | 100101010 | 101011 | 110000 |
Color Harmonies of #AD47B0
Complementary color
Monochromatic Colors of #AD47B0
Black with #AD47B0
Text Example
Text Example
White with #AD47B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD47B0; }
p { color: rgb(173,71,176); }
H1.HeaderClassName
{
color: #AD47B0;
}
.AnyTagClassName
{
color: #AD47B0;
}
</style>
background-color css
<style>
a { background-color: #AD47B0; }
a { background-color: rgb(173,71,176); }
div.DivClassName
{
background-color: #AD47B0;
}
.BgClassName
{
background-color: #AD47B0;
}
</style>
border-color css
<style>
span { border-color: #AD47B0; }
span { border-color: rgb(173,71,176); }
td.TdClassName
{
border-color: #AD47B0;
}
.TagClassName
{
border-color: #AD47B0;
}
</style>