Shades of Fuchsia #AD56BB
Tints of Fuchsia #AD56BB
RGB
CMYK
RGB Variations
Color information
#AD56BB (or 0xAD56BB) is known color: Fuchsia. HEX triplet: AD, 56 and BB. RGB value is (173,86,187). Sum of RGB (Red+Green+Blue) = 173+86+187=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD56BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD56BB is #52A944. Grayscale: #7B7B7B. Windows color (decimal): -5417285 or 12277421. OLE color: 12277421.
HSL color Cylindrical-coordinate representation of color #AD56BB: hue angle of 291.68º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD56BB is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 86 | 187 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.27 |
| HSL | 291.68º | 0.43% | 0.54% | - |
| HSV(B) | 291.68º | 0.54% | 0.73% | - |
| XYZ | 29.53 | 19.13 | 49.15 | - |
| YUV | 123.53 | 163.82 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 187 | 0.07 | 0.54 | 0 | 0.27 | 291.68 | 0.43 | 0.54 |
| Hex | AD | 56 | BB | 7 | 36 | 0 | 1B | 124 | 2B | 36 |
| Octal | 255 | 126 | 273 | 7 | 66 | 0 | 33 | 444 | 53 | 66 |
| Binary | 10101101 | 1010110 | 10111011 | 111 | 110110 | 0 | 11011 | 100100100 | 101011 | 110110 |
Color Harmonies of #AD56BB
Complementary color
Monochromatic Colors of #AD56BB
Black with #AD56BB
Text Example
Text Example
White with #AD56BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD56BB; }
p { color: rgb(173,86,187); }
H1.HeaderClassName
{
color: #AD56BB;
}
.AnyTagClassName
{
color: #AD56BB;
}
</style>
background-color css
<style>
a { background-color: #AD56BB; }
a { background-color: rgb(173,86,187); }
div.DivClassName
{
background-color: #AD56BB;
}
.BgClassName
{
background-color: #AD56BB;
}
</style>
border-color css
<style>
span { border-color: #AD56BB; }
span { border-color: rgb(173,86,187); }
td.TdClassName
{
border-color: #AD56BB;
}
.TagClassName
{
border-color: #AD56BB;
}
</style>