Shades of Fuchsia #AD61BA
Tints of Fuchsia #AD61BA
RGB
CMYK
RGB Variations
Color information
#AD61BA (or 0xAD61BA) is known color: Fuchsia. HEX triplet: AD, 61 and BA. RGB value is (173,97,186). Sum of RGB (Red+Green+Blue) = 173+97+186=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD61BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61BA is #529E45. Grayscale: #818181. Windows color (decimal): -5414470 or 12214701. OLE color: 12214701.
HSL color Cylindrical-coordinate representation of color #AD61BA: hue angle of 291.24º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD61BA is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 97 | 186 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.27 |
| HSL | 291.24º | 0.39% | 0.55% | - |
| HSV(B) | 291.24º | 0.48% | 0.73% | - |
| XYZ | 30.37 | 20.98 | 48.9 | - |
| YUV | 129.87 | 159.68 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 186 | 0.07 | 0.48 | 0 | 0.27 | 291.24 | 0.39 | 0.55 |
| Hex | AD | 61 | BA | 7 | 30 | 0 | 1B | 123 | 27 | 37 |
| Octal | 255 | 141 | 272 | 7 | 60 | 0 | 33 | 443 | 47 | 67 |
| Binary | 10101101 | 1100001 | 10111010 | 111 | 110000 | 0 | 11011 | 100100011 | 100111 | 110111 |
Color Harmonies of #AD61BA
Complementary color
Monochromatic Colors of #AD61BA
Black with #AD61BA
Text Example
Text Example
White with #AD61BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61BA; }
p { color: rgb(173,97,186); }
H1.HeaderClassName
{
color: #AD61BA;
}
.AnyTagClassName
{
color: #AD61BA;
}
</style>
background-color css
<style>
a { background-color: #AD61BA; }
a { background-color: rgb(173,97,186); }
div.DivClassName
{
background-color: #AD61BA;
}
.BgClassName
{
background-color: #AD61BA;
}
</style>
border-color css
<style>
span { border-color: #AD61BA; }
span { border-color: rgb(173,97,186); }
td.TdClassName
{
border-color: #AD61BA;
}
.TagClassName
{
border-color: #AD61BA;
}
</style>