Shades of Fuchsia #AD41BE
Tints of Fuchsia #AD41BE
RGB
CMYK
RGB Variations
Color information
#AD41BE (or 0xAD41BE) is known color: Fuchsia. HEX triplet: AD, 41 and BE. RGB value is (173,65,190). Sum of RGB (Red+Green+Blue) = 173+65+190=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD41BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD41BE is #52BE41. Grayscale: #6F6F6F. Windows color (decimal): -5422658 or 12468653. OLE color: 12468653.
HSL color Cylindrical-coordinate representation of color #AD41BE: hue angle of 291.84º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD41BE is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 65 | 190 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.25 |
| HSL | 291.84º | 0.49% | 0.5% | - |
| HSV(B) | 291.84º | 0.66% | 0.75% | - |
| XYZ | 28.42 | 16.38 | 50.38 | - |
| YUV | 111.54 | 172.28 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 190 | 0.09 | 0.66 | 0 | 0.25 | 291.84 | 0.49 | 0.5 |
| Hex | AD | 41 | BE | 9 | 42 | 0 | 19 | 124 | 31 | 32 |
| Octal | 255 | 101 | 276 | 11 | 102 | 0 | 31 | 444 | 61 | 62 |
| Binary | 10101101 | 1000001 | 10111110 | 1001 | 1000010 | 0 | 11001 | 100100100 | 110001 | 110010 |
Color Harmonies of #AD41BE
Complementary color
Monochromatic Colors of #AD41BE
Black with #AD41BE
Text Example
Text Example
White with #AD41BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD41BE; }
p { color: rgb(173,65,190); }
H1.HeaderClassName
{
color: #AD41BE;
}
.AnyTagClassName
{
color: #AD41BE;
}
</style>
background-color css
<style>
a { background-color: #AD41BE; }
a { background-color: rgb(173,65,190); }
div.DivClassName
{
background-color: #AD41BE;
}
.BgClassName
{
background-color: #AD41BE;
}
</style>
border-color css
<style>
span { border-color: #AD41BE; }
span { border-color: rgb(173,65,190); }
td.TdClassName
{
border-color: #AD41BE;
}
.TagClassName
{
border-color: #AD41BE;
}
</style>