Shades of Fuchsia #AD4DB7
Tints of Fuchsia #AD4DB7
RGB
CMYK
RGB Variations
Color information
#AD4DB7 (or 0xAD4DB7) is known color: Fuchsia. HEX triplet: AD, 4D and B7. RGB value is (173,77,183). Sum of RGB (Red+Green+Blue) = 173+77+183=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 183 (71.88% from 255 or 42.26% from 433); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD4DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DB7 is #52B248. Grayscale: #757575. Windows color (decimal): -5419593 or 12012973. OLE color: 12012973.
HSL color Cylindrical-coordinate representation of color #AD4DB7: hue angle of 294.34º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4DB7 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 77 | 183 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.28 |
| HSL | 294.34º | 0.42% | 0.51% | - |
| HSV(B) | 294.34º | 0.58% | 0.72% | - |
| XYZ | 28.43 | 17.61 | 46.7 | - |
| YUV | 117.79 | 164.8 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 183 | 0.05 | 0.58 | 0 | 0.28 | 294.34 | 0.42 | 0.51 |
| Hex | AD | 4D | B7 | 5 | 3A | 0 | 1C | 126 | 2A | 33 |
| Octal | 255 | 115 | 267 | 5 | 72 | 0 | 34 | 446 | 52 | 63 |
| Binary | 10101101 | 1001101 | 10110111 | 101 | 111010 | 0 | 11100 | 100100110 | 101010 | 110011 |
Color Harmonies of #AD4DB7
Complementary color
Monochromatic Colors of #AD4DB7
Black with #AD4DB7
Text Example
Text Example
White with #AD4DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4DB7; }
p { color: rgb(173,77,183); }
H1.HeaderClassName
{
color: #AD4DB7;
}
.AnyTagClassName
{
color: #AD4DB7;
}
</style>
background-color css
<style>
a { background-color: #AD4DB7; }
a { background-color: rgb(173,77,183); }
div.DivClassName
{
background-color: #AD4DB7;
}
.BgClassName
{
background-color: #AD4DB7;
}
</style>
border-color css
<style>
span { border-color: #AD4DB7; }
span { border-color: rgb(173,77,183); }
td.TdClassName
{
border-color: #AD4DB7;
}
.TagClassName
{
border-color: #AD4DB7;
}
</style>