Shades of Fuchsia #AD46BB
Tints of Fuchsia #AD46BB
RGB
CMYK
RGB Variations
Color information
#AD46BB (or 0xAD46BB) is known color: Fuchsia. HEX triplet: AD, 46 and BB. RGB value is (173,70,187). Sum of RGB (Red+Green+Blue) = 173+70+187=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD46BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD46BB is #52B944. Grayscale: #717171. Windows color (decimal): -5421381 or 12273325. OLE color: 12273325.
HSL color Cylindrical-coordinate representation of color #AD46BB: hue angle of 292.82º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD46BB is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 70 | 187 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.27 |
| HSL | 292.82º | 0.46% | 0.5% | - |
| HSV(B) | 292.82º | 0.63% | 0.73% | - |
| XYZ | 28.39 | 16.85 | 48.77 | - |
| YUV | 114.14 | 169.12 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 187 | 0.07 | 0.63 | 0 | 0.27 | 292.82 | 0.46 | 0.5 |
| Hex | AD | 46 | BB | 7 | 3F | 0 | 1B | 125 | 2E | 32 |
| Octal | 255 | 106 | 273 | 7 | 77 | 0 | 33 | 445 | 56 | 62 |
| Binary | 10101101 | 1000110 | 10111011 | 111 | 111111 | 0 | 11011 | 100100101 | 101110 | 110010 |
Color Harmonies of #AD46BB
Complementary color
Monochromatic Colors of #AD46BB
Black with #AD46BB
Text Example
Text Example
White with #AD46BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD46BB; }
p { color: rgb(173,70,187); }
H1.HeaderClassName
{
color: #AD46BB;
}
.AnyTagClassName
{
color: #AD46BB;
}
</style>
background-color css
<style>
a { background-color: #AD46BB; }
a { background-color: rgb(173,70,187); }
div.DivClassName
{
background-color: #AD46BB;
}
.BgClassName
{
background-color: #AD46BB;
}
</style>
border-color css
<style>
span { border-color: #AD46BB; }
span { border-color: rgb(173,70,187); }
td.TdClassName
{
border-color: #AD46BB;
}
.TagClassName
{
border-color: #AD46BB;
}
</style>