Shades of Fuchsia #AD41B9
Tints of Fuchsia #AD41B9
RGB
CMYK
RGB Variations
Color information
#AD41B9 (or 0xAD41B9) is known color: Fuchsia. HEX triplet: AD, 41 and B9. RGB value is (173,65,185). Sum of RGB (Red+Green+Blue) = 173+65+185=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD41B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD41B9 is #52BE46. Grayscale: #6E6E6E. Windows color (decimal): -5422663 or 12140973. OLE color: 12140973.
HSL color Cylindrical-coordinate representation of color #AD41B9: hue angle of 294º degrees, saturation: 0.48, 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 #AD41B9 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 65 | 185 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.27 |
| HSL | 294º | 0.48% | 0.49% | - |
| HSV(B) | 294º | 0.65% | 0.73% | - |
| XYZ | 27.88 | 16.17 | 47.55 | - |
| YUV | 110.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 185 | 0.06 | 0.65 | 0 | 0.27 | 294 | 0.48 | 0.49 |
| Hex | AD | 41 | B9 | 6 | 41 | 0 | 1B | 126 | 30 | 31 |
| Octal | 255 | 101 | 271 | 6 | 101 | 0 | 33 | 446 | 60 | 61 |
| Binary | 10101101 | 1000001 | 10111001 | 110 | 1000001 | 0 | 11011 | 100100110 | 110000 | 110001 |
Color Harmonies of #AD41B9
Complementary color
Monochromatic Colors of #AD41B9
Black with #AD41B9
Text Example
Text Example
White with #AD41B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD41B9; }
p { color: rgb(173,65,185); }
H1.HeaderClassName
{
color: #AD41B9;
}
.AnyTagClassName
{
color: #AD41B9;
}
</style>
background-color css
<style>
a { background-color: #AD41B9; }
a { background-color: rgb(173,65,185); }
div.DivClassName
{
background-color: #AD41B9;
}
.BgClassName
{
background-color: #AD41B9;
}
</style>
border-color css
<style>
span { border-color: #AD41B9; }
span { border-color: rgb(173,65,185); }
td.TdClassName
{
border-color: #AD41B9;
}
.TagClassName
{
border-color: #AD41B9;
}
</style>