Shades of Fuchsia #AD46B8
Tints of Fuchsia #AD46B8
RGB
CMYK
RGB Variations
Color information
#AD46B8 (or 0xAD46B8) is known color: Fuchsia. HEX triplet: AD, 46 and B8. RGB value is (173,70,184). Sum of RGB (Red+Green+Blue) = 173+70+184=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD46B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD46B8 is #52B947. Grayscale: #717171. Windows color (decimal): -5421384 or 12076717. OLE color: 12076717.
HSL color Cylindrical-coordinate representation of color #AD46B8: hue angle of 294.21º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD46B8 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 70 | 184 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.28 |
| HSL | 294.21º | 0.45% | 0.5% | - |
| HSV(B) | 294.21º | 0.62% | 0.72% | - |
| XYZ | 28.08 | 16.73 | 47.1 | - |
| YUV | 113.79 | 167.62 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 184 | 0.06 | 0.62 | 0 | 0.28 | 294.21 | 0.45 | 0.5 |
| Hex | AD | 46 | B8 | 6 | 3E | 0 | 1C | 126 | 2D | 32 |
| Octal | 255 | 106 | 270 | 6 | 76 | 0 | 34 | 446 | 55 | 62 |
| Binary | 10101101 | 1000110 | 10111000 | 110 | 111110 | 0 | 11100 | 100100110 | 101101 | 110010 |
Color Harmonies of #AD46B8
Complementary color
Monochromatic Colors of #AD46B8
Black with #AD46B8
Text Example
Text Example
White with #AD46B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD46B8; }
p { color: rgb(173,70,184); }
H1.HeaderClassName
{
color: #AD46B8;
}
.AnyTagClassName
{
color: #AD46B8;
}
</style>
background-color css
<style>
a { background-color: #AD46B8; }
a { background-color: rgb(173,70,184); }
div.DivClassName
{
background-color: #AD46B8;
}
.BgClassName
{
background-color: #AD46B8;
}
</style>
border-color css
<style>
span { border-color: #AD46B8; }
span { border-color: rgb(173,70,184); }
td.TdClassName
{
border-color: #AD46B8;
}
.TagClassName
{
border-color: #AD46B8;
}
</style>