Shades of Fuchsia #AD46BD
Tints of Fuchsia #AD46BD
RGB
CMYK
RGB Variations
Color information
#AD46BD (or 0xAD46BD) is known color: Fuchsia. HEX triplet: AD, 46 and BD. RGB value is (173,70,189). Sum of RGB (Red+Green+Blue) = 173+70+189=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD46BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD46BD is #52B942. Grayscale: #717171. Windows color (decimal): -5421379 or 12404397. OLE color: 12404397.
HSL color Cylindrical-coordinate representation of color #AD46BD: hue angle of 291.93º 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 #AD46BD is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 70 | 189 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.26 |
| HSL | 291.93º | 0.47% | 0.51% | - |
| HSV(B) | 291.93º | 0.63% | 0.74% | - |
| XYZ | 28.61 | 16.94 | 49.91 | - |
| YUV | 114.36 | 170.12 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 189 | 0.08 | 0.63 | 0 | 0.26 | 291.93 | 0.47 | 0.51 |
| Hex | AD | 46 | BD | 8 | 3F | 0 | 1A | 124 | 2F | 33 |
| Octal | 255 | 106 | 275 | 10 | 77 | 0 | 32 | 444 | 57 | 63 |
| Binary | 10101101 | 1000110 | 10111101 | 1000 | 111111 | 0 | 11010 | 100100100 | 101111 | 110011 |
Color Harmonies of #AD46BD
Complementary color
Monochromatic Colors of #AD46BD
Black with #AD46BD
Text Example
Text Example
White with #AD46BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD46BD; }
p { color: rgb(173,70,189); }
H1.HeaderClassName
{
color: #AD46BD;
}
.AnyTagClassName
{
color: #AD46BD;
}
</style>
background-color css
<style>
a { background-color: #AD46BD; }
a { background-color: rgb(173,70,189); }
div.DivClassName
{
background-color: #AD46BD;
}
.BgClassName
{
background-color: #AD46BD;
}
</style>
border-color css
<style>
span { border-color: #AD46BD; }
span { border-color: rgb(173,70,189); }
td.TdClassName
{
border-color: #AD46BD;
}
.TagClassName
{
border-color: #AD46BD;
}
</style>