Shades of Fuchsia #AD59BC
Tints of Fuchsia #AD59BC
RGB
CMYK
RGB Variations
Color information
#AD59BC (or 0xAD59BC) is known color: Fuchsia. HEX triplet: AD, 59 and BC. RGB value is (173,89,188). Sum of RGB (Red+Green+Blue) = 173+89+188=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD59BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD59BC is #52A643. Grayscale: #7D7D7D. Windows color (decimal): -5416516 or 12343725. OLE color: 12343725.
HSL color Cylindrical-coordinate representation of color #AD59BC: hue angle of 290.91º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD59BC is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 89 | 188 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.26 |
| HSL | 290.91º | 0.42% | 0.54% | - |
| HSV(B) | 290.91º | 0.53% | 0.74% | - |
| XYZ | 29.88 | 19.66 | 49.8 | - |
| YUV | 125.4 | 163.33 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 188 | 0.08 | 0.53 | 0 | 0.26 | 290.91 | 0.42 | 0.54 |
| Hex | AD | 59 | BC | 8 | 35 | 0 | 1A | 123 | 2A | 36 |
| Octal | 255 | 131 | 274 | 10 | 65 | 0 | 32 | 443 | 52 | 66 |
| Binary | 10101101 | 1011001 | 10111100 | 1000 | 110101 | 0 | 11010 | 100100011 | 101010 | 110110 |
Color Harmonies of #AD59BC
Complementary color
Monochromatic Colors of #AD59BC
Black with #AD59BC
Text Example
Text Example
White with #AD59BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59BC; }
p { color: rgb(173,89,188); }
H1.HeaderClassName
{
color: #AD59BC;
}
.AnyTagClassName
{
color: #AD59BC;
}
</style>
background-color css
<style>
a { background-color: #AD59BC; }
a { background-color: rgb(173,89,188); }
div.DivClassName
{
background-color: #AD59BC;
}
.BgClassName
{
background-color: #AD59BC;
}
</style>
border-color css
<style>
span { border-color: #AD59BC; }
span { border-color: rgb(173,89,188); }
td.TdClassName
{
border-color: #AD59BC;
}
.TagClassName
{
border-color: #AD59BC;
}
</style>