Shades of Fuchsia #AD4DB9
Tints of Fuchsia #AD4DB9
RGB
CMYK
RGB Variations
Color information
#AD4DB9 (or 0xAD4DB9) is known color: Fuchsia. HEX triplet: AD, 4D and B9. RGB value is (173,77,185). Sum of RGB (Red+Green+Blue) = 173+77+185=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD4DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DB9 is #52B246. Grayscale: #757575. Windows color (decimal): -5419591 or 12144045. OLE color: 12144045.
HSL color Cylindrical-coordinate representation of color #AD4DB9: hue angle of 293.33º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4DB9 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 77 | 185 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.27 |
| HSL | 293.33º | 0.44% | 0.51% | - |
| HSV(B) | 293.33º | 0.58% | 0.73% | - |
| XYZ | 28.64 | 17.69 | 47.8 | - |
| YUV | 118.02 | 165.8 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 185 | 0.06 | 0.58 | 0 | 0.27 | 293.33 | 0.44 | 0.51 |
| Hex | AD | 4D | B9 | 6 | 3A | 0 | 1B | 125 | 2C | 33 |
| Octal | 255 | 115 | 271 | 6 | 72 | 0 | 33 | 445 | 54 | 63 |
| Binary | 10101101 | 1001101 | 10111001 | 110 | 111010 | 0 | 11011 | 100100101 | 101100 | 110011 |
Color Harmonies of #AD4DB9
Complementary color
Monochromatic Colors of #AD4DB9
Black with #AD4DB9
Text Example
Text Example
White with #AD4DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4DB9; }
p { color: rgb(173,77,185); }
H1.HeaderClassName
{
color: #AD4DB9;
}
.AnyTagClassName
{
color: #AD4DB9;
}
</style>
background-color css
<style>
a { background-color: #AD4DB9; }
a { background-color: rgb(173,77,185); }
div.DivClassName
{
background-color: #AD4DB9;
}
.BgClassName
{
background-color: #AD4DB9;
}
</style>
border-color css
<style>
span { border-color: #AD4DB9; }
span { border-color: rgb(173,77,185); }
td.TdClassName
{
border-color: #AD4DB9;
}
.TagClassName
{
border-color: #AD4DB9;
}
</style>