Shades of Fuchsia #AD50B9
Tints of Fuchsia #AD50B9
RGB
CMYK
RGB Variations
Color information
#AD50B9 (or 0xAD50B9) is known color: Fuchsia. HEX triplet: AD, 50 and B9. RGB value is (173,80,185). Sum of RGB (Red+Green+Blue) = 173+80+185=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD50B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50B9 is #52AF46. Grayscale: #777777. Windows color (decimal): -5418823 or 12144813. OLE color: 12144813.
HSL color Cylindrical-coordinate representation of color #AD50B9: hue angle of 293.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD50B9 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 80 | 185 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.27 |
| HSL | 293.14º | 0.43% | 0.52% | - |
| HSV(B) | 293.14º | 0.57% | 0.73% | - |
| XYZ | 28.86 | 18.12 | 47.88 | - |
| YUV | 119.78 | 164.81 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 185 | 0.06 | 0.57 | 0 | 0.27 | 293.14 | 0.43 | 0.52 |
| Hex | AD | 50 | B9 | 6 | 39 | 0 | 1B | 125 | 2B | 34 |
| Octal | 255 | 120 | 271 | 6 | 71 | 0 | 33 | 445 | 53 | 64 |
| Binary | 10101101 | 1010000 | 10111001 | 110 | 111001 | 0 | 11011 | 100100101 | 101011 | 110100 |
Color Harmonies of #AD50B9
Complementary color
Monochromatic Colors of #AD50B9
Black with #AD50B9
Text Example
Text Example
White with #AD50B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50B9; }
p { color: rgb(173,80,185); }
H1.HeaderClassName
{
color: #AD50B9;
}
.AnyTagClassName
{
color: #AD50B9;
}
</style>
background-color css
<style>
a { background-color: #AD50B9; }
a { background-color: rgb(173,80,185); }
div.DivClassName
{
background-color: #AD50B9;
}
.BgClassName
{
background-color: #AD50B9;
}
</style>
border-color css
<style>
span { border-color: #AD50B9; }
span { border-color: rgb(173,80,185); }
td.TdClassName
{
border-color: #AD50B9;
}
.TagClassName
{
border-color: #AD50B9;
}
</style>