Shades of Fuchsia #AD56BA
Tints of Fuchsia #AD56BA
RGB
CMYK
RGB Variations
Color information
#AD56BA (or 0xAD56BA) is known color: Fuchsia. HEX triplet: AD, 56 and BA. RGB value is (173,86,186). Sum of RGB (Red+Green+Blue) = 173+86+186=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD56BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD56BA is #52A945. Grayscale: #7B7B7B. Windows color (decimal): -5417286 or 12211885. OLE color: 12211885.
HSL color Cylindrical-coordinate representation of color #AD56BA: hue angle of 292.2º 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 #AD56BA is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 86 | 186 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.27 |
| HSL | 292.2º | 0.42% | 0.53% | - |
| HSV(B) | 292.2º | 0.54% | 0.73% | - |
| XYZ | 29.42 | 19.08 | 48.59 | - |
| YUV | 123.41 | 163.32 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 186 | 0.07 | 0.54 | 0 | 0.27 | 292.2 | 0.42 | 0.53 |
| Hex | AD | 56 | BA | 7 | 36 | 0 | 1B | 124 | 2A | 35 |
| Octal | 255 | 126 | 272 | 7 | 66 | 0 | 33 | 444 | 52 | 65 |
| Binary | 10101101 | 1010110 | 10111010 | 111 | 110110 | 0 | 11011 | 100100100 | 101010 | 110101 |
Color Harmonies of #AD56BA
Complementary color
Monochromatic Colors of #AD56BA
Black with #AD56BA
Text Example
Text Example
White with #AD56BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD56BA; }
p { color: rgb(173,86,186); }
H1.HeaderClassName
{
color: #AD56BA;
}
.AnyTagClassName
{
color: #AD56BA;
}
</style>
background-color css
<style>
a { background-color: #AD56BA; }
a { background-color: rgb(173,86,186); }
div.DivClassName
{
background-color: #AD56BA;
}
.BgClassName
{
background-color: #AD56BA;
}
</style>
border-color css
<style>
span { border-color: #AD56BA; }
span { border-color: rgb(173,86,186); }
td.TdClassName
{
border-color: #AD56BA;
}
.TagClassName
{
border-color: #AD56BA;
}
</style>