Shades of Fuchsia #AD55BA
Tints of Fuchsia #AD55BA
RGB
CMYK
RGB Variations
Color information
#AD55BA (or 0xAD55BA) is known color: Fuchsia. HEX triplet: AD, 55 and BA. RGB value is (173,85,186). Sum of RGB (Red+Green+Blue) = 173+85+186=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD55BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD55BA is #52AA45. Grayscale: #7A7A7A. Windows color (decimal): -5417542 or 12211629. OLE color: 12211629.
HSL color Cylindrical-coordinate representation of color #AD55BA: hue angle of 292.28º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD55BA is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 85 | 186 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.27 |
| HSL | 292.28º | 0.42% | 0.53% | - |
| HSV(B) | 292.28º | 0.54% | 0.73% | - |
| XYZ | 29.35 | 18.93 | 48.56 | - |
| YUV | 122.83 | 163.65 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 186 | 0.07 | 0.54 | 0 | 0.27 | 292.28 | 0.42 | 0.53 |
| Hex | AD | 55 | BA | 7 | 36 | 0 | 1B | 124 | 2A | 35 |
| Octal | 255 | 125 | 272 | 7 | 66 | 0 | 33 | 444 | 52 | 65 |
| Binary | 10101101 | 1010101 | 10111010 | 111 | 110110 | 0 | 11011 | 100100100 | 101010 | 110101 |
Color Harmonies of #AD55BA
Complementary color
Monochromatic Colors of #AD55BA
Black with #AD55BA
Text Example
Text Example
White with #AD55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD55BA; }
p { color: rgb(173,85,186); }
H1.HeaderClassName
{
color: #AD55BA;
}
.AnyTagClassName
{
color: #AD55BA;
}
</style>
background-color css
<style>
a { background-color: #AD55BA; }
a { background-color: rgb(173,85,186); }
div.DivClassName
{
background-color: #AD55BA;
}
.BgClassName
{
background-color: #AD55BA;
}
</style>
border-color css
<style>
span { border-color: #AD55BA; }
span { border-color: rgb(173,85,186); }
td.TdClassName
{
border-color: #AD55BA;
}
.TagClassName
{
border-color: #AD55BA;
}
</style>