Shades of Fuchsia #AD46BC
Tints of Fuchsia #AD46BC
RGB
CMYK
RGB Variations
Color information
#AD46BC (or 0xAD46BC) is known color: Fuchsia. HEX triplet: AD, 46 and BC. RGB value is (173,70,188). Sum of RGB (Red+Green+Blue) = 173+70+188=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD46BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD46BC is #52B943. Grayscale: #717171. Windows color (decimal): -5421380 or 12338861. OLE color: 12338861.
HSL color Cylindrical-coordinate representation of color #AD46BC: hue angle of 292.37º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD46BC is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 70 | 188 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.26 |
| HSL | 292.37º | 0.47% | 0.51% | - |
| HSV(B) | 292.37º | 0.63% | 0.74% | - |
| XYZ | 28.5 | 16.9 | 49.34 | - |
| YUV | 114.25 | 169.62 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 188 | 0.08 | 0.63 | 0 | 0.26 | 292.37 | 0.47 | 0.51 |
| Hex | AD | 46 | BC | 8 | 3F | 0 | 1A | 124 | 2F | 33 |
| Octal | 255 | 106 | 274 | 10 | 77 | 0 | 32 | 444 | 57 | 63 |
| Binary | 10101101 | 1000110 | 10111100 | 1000 | 111111 | 0 | 11010 | 100100100 | 101111 | 110011 |
Color Harmonies of #AD46BC
Complementary color
Monochromatic Colors of #AD46BC
Black with #AD46BC
Text Example
Text Example
White with #AD46BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD46BC; }
p { color: rgb(173,70,188); }
H1.HeaderClassName
{
color: #AD46BC;
}
.AnyTagClassName
{
color: #AD46BC;
}
</style>
background-color css
<style>
a { background-color: #AD46BC; }
a { background-color: rgb(173,70,188); }
div.DivClassName
{
background-color: #AD46BC;
}
.BgClassName
{
background-color: #AD46BC;
}
</style>
border-color css
<style>
span { border-color: #AD46BC; }
span { border-color: rgb(173,70,188); }
td.TdClassName
{
border-color: #AD46BC;
}
.TagClassName
{
border-color: #AD46BC;
}
</style>