Shades of Fuchsia #AD51BD
Tints of Fuchsia #AD51BD
RGB
CMYK
RGB Variations
Color information
#AD51BD (or 0xAD51BD) is known color: Fuchsia. HEX triplet: AD, 51 and BD. RGB value is (173,81,189). Sum of RGB (Red+Green+Blue) = 173+81+189=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD51BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD51BD is #52AE42. Grayscale: #787878. Windows color (decimal): -5418563 or 12407213. OLE color: 12407213.
HSL color Cylindrical-coordinate representation of color #AD51BD: hue angle of 291.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD51BD is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 81 | 189 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.26 |
| HSL | 291.11º | 0.45% | 0.53% | - |
| HSV(B) | 291.11º | 0.57% | 0.74% | - |
| XYZ | 29.36 | 18.44 | 50.16 | - |
| YUV | 120.82 | 166.48 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 189 | 0.08 | 0.57 | 0 | 0.26 | 291.11 | 0.45 | 0.53 |
| Hex | AD | 51 | BD | 8 | 39 | 0 | 1A | 123 | 2D | 35 |
| Octal | 255 | 121 | 275 | 10 | 71 | 0 | 32 | 443 | 55 | 65 |
| Binary | 10101101 | 1010001 | 10111101 | 1000 | 111001 | 0 | 11010 | 100100011 | 101101 | 110101 |
Color Harmonies of #AD51BD
Complementary color
Monochromatic Colors of #AD51BD
Black with #AD51BD
Text Example
Text Example
White with #AD51BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD51BD; }
p { color: rgb(173,81,189); }
H1.HeaderClassName
{
color: #AD51BD;
}
.AnyTagClassName
{
color: #AD51BD;
}
</style>
background-color css
<style>
a { background-color: #AD51BD; }
a { background-color: rgb(173,81,189); }
div.DivClassName
{
background-color: #AD51BD;
}
.BgClassName
{
background-color: #AD51BD;
}
</style>
border-color css
<style>
span { border-color: #AD51BD; }
span { border-color: rgb(173,81,189); }
td.TdClassName
{
border-color: #AD51BD;
}
.TagClassName
{
border-color: #AD51BD;
}
</style>