Shades of Fuchsia #AD58BD
Tints of Fuchsia #AD58BD
RGB
CMYK
RGB Variations
Color information
#AD58BD (or 0xAD58BD) is known color: Fuchsia. HEX triplet: AD, 58 and BD. RGB value is (173,88,189). Sum of RGB (Red+Green+Blue) = 173+88+189=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD58BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58BD is #52A742. Grayscale: #7C7C7C. Windows color (decimal): -5416771 or 12409005. OLE color: 12409005.
HSL color Cylindrical-coordinate representation of color #AD58BD: hue angle of 290.5º degrees, saturation: 0.43, 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 #AD58BD is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 88 | 189 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.26 |
| HSL | 290.5º | 0.43% | 0.54% | - |
| HSV(B) | 290.5º | 0.53% | 0.74% | - |
| XYZ | 29.91 | 19.54 | 50.34 | - |
| YUV | 124.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 189 | 0.08 | 0.53 | 0 | 0.26 | 290.5 | 0.43 | 0.54 |
| Hex | AD | 58 | BD | 8 | 35 | 0 | 1A | 122 | 2B | 36 |
| Octal | 255 | 130 | 275 | 10 | 65 | 0 | 32 | 442 | 53 | 66 |
| Binary | 10101101 | 1011000 | 10111101 | 1000 | 110101 | 0 | 11010 | 100100010 | 101011 | 110110 |
Color Harmonies of #AD58BD
Complementary color
Monochromatic Colors of #AD58BD
Black with #AD58BD
Text Example
Text Example
White with #AD58BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD58BD; }
p { color: rgb(173,88,189); }
H1.HeaderClassName
{
color: #AD58BD;
}
.AnyTagClassName
{
color: #AD58BD;
}
</style>
background-color css
<style>
a { background-color: #AD58BD; }
a { background-color: rgb(173,88,189); }
div.DivClassName
{
background-color: #AD58BD;
}
.BgClassName
{
background-color: #AD58BD;
}
</style>
border-color css
<style>
span { border-color: #AD58BD; }
span { border-color: rgb(173,88,189); }
td.TdClassName
{
border-color: #AD58BD;
}
.TagClassName
{
border-color: #AD58BD;
}
</style>