Shades of Fuchsia #AD59BD
Tints of Fuchsia #AD59BD
RGB
CMYK
RGB Variations
Color information
#AD59BD (or 0xAD59BD) is known color: Fuchsia. HEX triplet: AD, 59 and BD. RGB value is (173,89,189). Sum of RGB (Red+Green+Blue) = 173+89+189=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD59BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD59BD is #52A642. Grayscale: #7D7D7D. Windows color (decimal): -5416515 or 12409261. OLE color: 12409261.
HSL color Cylindrical-coordinate representation of color #AD59BD: hue angle of 290.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD59BD is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 89 | 189 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.26 |
| HSL | 290.4º | 0.43% | 0.55% | - |
| HSV(B) | 290.4º | 0.53% | 0.74% | - |
| XYZ | 29.99 | 19.7 | 50.37 | - |
| YUV | 125.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 189 | 0.08 | 0.53 | 0 | 0.26 | 290.4 | 0.43 | 0.55 |
| Hex | AD | 59 | BD | 8 | 35 | 0 | 1A | 122 | 2B | 37 |
| Octal | 255 | 131 | 275 | 10 | 65 | 0 | 32 | 442 | 53 | 67 |
| Binary | 10101101 | 1011001 | 10111101 | 1000 | 110101 | 0 | 11010 | 100100010 | 101011 | 110111 |
Color Harmonies of #AD59BD
Complementary color
Monochromatic Colors of #AD59BD
Black with #AD59BD
Text Example
Text Example
White with #AD59BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59BD; }
p { color: rgb(173,89,189); }
H1.HeaderClassName
{
color: #AD59BD;
}
.AnyTagClassName
{
color: #AD59BD;
}
</style>
background-color css
<style>
a { background-color: #AD59BD; }
a { background-color: rgb(173,89,189); }
div.DivClassName
{
background-color: #AD59BD;
}
.BgClassName
{
background-color: #AD59BD;
}
</style>
border-color css
<style>
span { border-color: #AD59BD; }
span { border-color: rgb(173,89,189); }
td.TdClassName
{
border-color: #AD59BD;
}
.TagClassName
{
border-color: #AD59BD;
}
</style>