Shades of Fuchsia #AD40B9
Tints of Fuchsia #AD40B9
RGB
CMYK
RGB Variations
Color information
#AD40B9 (or 0xAD40B9) is known color: Fuchsia. HEX triplet: AD, 40 and B9. RGB value is (173,64,185). Sum of RGB (Red+Green+Blue) = 173+64+185=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD40B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD40B9 is #52BF46. Grayscale: #6E6E6E. Windows color (decimal): -5422919 or 12140717. OLE color: 12140717.
HSL color Cylindrical-coordinate representation of color #AD40B9: hue angle of 294.05º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD40B9 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 64 | 185 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.27 |
| HSL | 294.05º | 0.49% | 0.49% | - |
| HSV(B) | 294.05º | 0.65% | 0.73% | - |
| XYZ | 27.82 | 16.05 | 47.53 | - |
| YUV | 110.39 | 170.11 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 185 | 0.06 | 0.65 | 0 | 0.27 | 294.05 | 0.49 | 0.49 |
| Hex | AD | 40 | B9 | 6 | 41 | 0 | 1B | 126 | 31 | 31 |
| Octal | 255 | 100 | 271 | 6 | 101 | 0 | 33 | 446 | 61 | 61 |
| Binary | 10101101 | 1000000 | 10111001 | 110 | 1000001 | 0 | 11011 | 100100110 | 110001 | 110001 |
Color Harmonies of #AD40B9
Complementary color
Monochromatic Colors of #AD40B9
Black with #AD40B9
Text Example
Text Example
White with #AD40B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD40B9; }
p { color: rgb(173,64,185); }
H1.HeaderClassName
{
color: #AD40B9;
}
.AnyTagClassName
{
color: #AD40B9;
}
</style>
background-color css
<style>
a { background-color: #AD40B9; }
a { background-color: rgb(173,64,185); }
div.DivClassName
{
background-color: #AD40B9;
}
.BgClassName
{
background-color: #AD40B9;
}
</style>
border-color css
<style>
span { border-color: #AD40B9; }
span { border-color: rgb(173,64,185); }
td.TdClassName
{
border-color: #AD40B9;
}
.TagClassName
{
border-color: #AD40B9;
}
</style>