Shades of Fuchsia #AD40B8
Tints of Fuchsia #AD40B8
RGB
CMYK
RGB Variations
Color information
#AD40B8 (or 0xAD40B8) is known color: Fuchsia. HEX triplet: AD, 40 and B8. RGB value is (173,64,184). Sum of RGB (Red+Green+Blue) = 173+64+184=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 184 (72.27% from 255 or 43.71% from 421); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD40B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD40B8 is #52BF47. Grayscale: #6D6D6D. Windows color (decimal): -5422920 or 12075181. OLE color: 12075181.
HSL color Cylindrical-coordinate representation of color #AD40B8: hue angle of 294.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD40B8 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 64 | 184 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.28 |
| HSL | 294.5º | 0.48% | 0.49% | - |
| HSV(B) | 294.5º | 0.65% | 0.72% | - |
| XYZ | 27.72 | 16.01 | 46.98 | - |
| YUV | 110.27 | 169.61 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 184 | 0.06 | 0.65 | 0 | 0.28 | 294.5 | 0.48 | 0.49 |
| Hex | AD | 40 | B8 | 6 | 41 | 0 | 1C | 126 | 30 | 31 |
| Octal | 255 | 100 | 270 | 6 | 101 | 0 | 34 | 446 | 60 | 61 |
| Binary | 10101101 | 1000000 | 10111000 | 110 | 1000001 | 0 | 11100 | 100100110 | 110000 | 110001 |
Color Harmonies of #AD40B8
Complementary color
Monochromatic Colors of #AD40B8
Black with #AD40B8
Text Example
Text Example
White with #AD40B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD40B8; }
p { color: rgb(173,64,184); }
H1.HeaderClassName
{
color: #AD40B8;
}
.AnyTagClassName
{
color: #AD40B8;
}
</style>
background-color css
<style>
a { background-color: #AD40B8; }
a { background-color: rgb(173,64,184); }
div.DivClassName
{
background-color: #AD40B8;
}
.BgClassName
{
background-color: #AD40B8;
}
</style>
border-color css
<style>
span { border-color: #AD40B8; }
span { border-color: rgb(173,64,184); }
td.TdClassName
{
border-color: #AD40B8;
}
.TagClassName
{
border-color: #AD40B8;
}
</style>