Shades of Fuchsia #AD47BD
Tints of Fuchsia #AD47BD
RGB
CMYK
RGB Variations
Color information
#AD47BD (or 0xAD47BD) is known color: Fuchsia. HEX triplet: AD, 47 and BD. RGB value is (173,71,189). Sum of RGB (Red+Green+Blue) = 173+71+189=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD47BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47BD is #52B842. Grayscale: #727272. Windows color (decimal): -5421123 or 12404653. OLE color: 12404653.
HSL color Cylindrical-coordinate representation of color #AD47BD: hue angle of 291.86º 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 #AD47BD is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 71 | 189 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.26 |
| HSL | 291.86º | 0.47% | 0.51% | - |
| HSV(B) | 291.86º | 0.62% | 0.74% | - |
| XYZ | 28.67 | 17.06 | 49.93 | - |
| YUV | 114.95 | 169.79 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 189 | 0.08 | 0.62 | 0 | 0.26 | 291.86 | 0.47 | 0.51 |
| Hex | AD | 47 | BD | 8 | 3E | 0 | 1A | 124 | 2F | 33 |
| Octal | 255 | 107 | 275 | 10 | 76 | 0 | 32 | 444 | 57 | 63 |
| Binary | 10101101 | 1000111 | 10111101 | 1000 | 111110 | 0 | 11010 | 100100100 | 101111 | 110011 |
Color Harmonies of #AD47BD
Complementary color
Monochromatic Colors of #AD47BD
Black with #AD47BD
Text Example
Text Example
White with #AD47BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD47BD; }
p { color: rgb(173,71,189); }
H1.HeaderClassName
{
color: #AD47BD;
}
.AnyTagClassName
{
color: #AD47BD;
}
</style>
background-color css
<style>
a { background-color: #AD47BD; }
a { background-color: rgb(173,71,189); }
div.DivClassName
{
background-color: #AD47BD;
}
.BgClassName
{
background-color: #AD47BD;
}
</style>
border-color css
<style>
span { border-color: #AD47BD; }
span { border-color: rgb(173,71,189); }
td.TdClassName
{
border-color: #AD47BD;
}
.TagClassName
{
border-color: #AD47BD;
}
</style>