Shades of Fuchsia #AD58BA
Tints of Fuchsia #AD58BA
RGB
CMYK
RGB Variations
Color information
#AD58BA (or 0xAD58BA) is known color: Fuchsia. HEX triplet: AD, 58 and BA. RGB value is (173,88,186). Sum of RGB (Red+Green+Blue) = 173+88+186=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD58BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58BA is #52A745. Grayscale: #7C7C7C. Windows color (decimal): -5416774 or 12212397. OLE color: 12212397.
HSL color Cylindrical-coordinate representation of color #AD58BA: hue angle of 292.04º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD58BA is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 88 | 186 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.27 |
| HSL | 292.04º | 0.42% | 0.54% | - |
| HSV(B) | 292.04º | 0.53% | 0.73% | - |
| XYZ | 29.59 | 19.41 | 48.64 | - |
| YUV | 124.59 | 162.66 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 186 | 0.07 | 0.53 | 0 | 0.27 | 292.04 | 0.42 | 0.54 |
| Hex | AD | 58 | BA | 7 | 35 | 0 | 1B | 124 | 2A | 36 |
| Octal | 255 | 130 | 272 | 7 | 65 | 0 | 33 | 444 | 52 | 66 |
| Binary | 10101101 | 1011000 | 10111010 | 111 | 110101 | 0 | 11011 | 100100100 | 101010 | 110110 |
Color Harmonies of #AD58BA
Complementary color
Monochromatic Colors of #AD58BA
Black with #AD58BA
Text Example
Text Example
White with #AD58BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD58BA; }
p { color: rgb(173,88,186); }
H1.HeaderClassName
{
color: #AD58BA;
}
.AnyTagClassName
{
color: #AD58BA;
}
</style>
background-color css
<style>
a { background-color: #AD58BA; }
a { background-color: rgb(173,88,186); }
div.DivClassName
{
background-color: #AD58BA;
}
.BgClassName
{
background-color: #AD58BA;
}
</style>
border-color css
<style>
span { border-color: #AD58BA; }
span { border-color: rgb(173,88,186); }
td.TdClassName
{
border-color: #AD58BA;
}
.TagClassName
{
border-color: #AD58BA;
}
</style>