Shades of Fuchsia #AD56BD
Tints of Fuchsia #AD56BD
RGB
CMYK
RGB Variations
Color information
#AD56BD (or 0xAD56BD) is known color: Fuchsia. HEX triplet: AD, 56 and BD. RGB value is (173,86,189). Sum of RGB (Red+Green+Blue) = 173+86+189=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD56BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD56BD is #52A942. Grayscale: #7B7B7B. Windows color (decimal): -5417283 or 12408493. OLE color: 12408493.
HSL color Cylindrical-coordinate representation of color #AD56BD: hue angle of 290.68º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD56BD is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 86 | 189 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.26 |
| HSL | 290.68º | 0.44% | 0.54% | - |
| HSV(B) | 290.68º | 0.54% | 0.74% | - |
| XYZ | 29.75 | 19.21 | 50.28 | - |
| YUV | 123.76 | 164.82 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 189 | 0.08 | 0.54 | 0 | 0.26 | 290.68 | 0.44 | 0.54 |
| Hex | AD | 56 | BD | 8 | 36 | 0 | 1A | 123 | 2C | 36 |
| Octal | 255 | 126 | 275 | 10 | 66 | 0 | 32 | 443 | 54 | 66 |
| Binary | 10101101 | 1010110 | 10111101 | 1000 | 110110 | 0 | 11010 | 100100011 | 101100 | 110110 |
Color Harmonies of #AD56BD
Complementary color
Monochromatic Colors of #AD56BD
Black with #AD56BD
Text Example
Text Example
White with #AD56BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD56BD; }
p { color: rgb(173,86,189); }
H1.HeaderClassName
{
color: #AD56BD;
}
.AnyTagClassName
{
color: #AD56BD;
}
</style>
background-color css
<style>
a { background-color: #AD56BD; }
a { background-color: rgb(173,86,189); }
div.DivClassName
{
background-color: #AD56BD;
}
.BgClassName
{
background-color: #AD56BD;
}
</style>
border-color css
<style>
span { border-color: #AD56BD; }
span { border-color: rgb(173,86,189); }
td.TdClassName
{
border-color: #AD56BD;
}
.TagClassName
{
border-color: #AD56BD;
}
</style>