Shades of Fuchsia #AD41AF
Tints of Fuchsia #AD41AF
RGB
CMYK
RGB Variations
Color information
#AD41AF (or 0xAD41AF) is known color: Fuchsia. HEX triplet: AD, 41 and AF. RGB value is (173,65,175). Sum of RGB (Red+Green+Blue) = 173+65+175=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD41AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD41AF is #52BE50. Grayscale: #6D6D6D. Windows color (decimal): -5422673 or 11485613. OLE color: 11485613.
HSL color Cylindrical-coordinate representation of color #AD41AF: hue angle of 298.91º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD41AF is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 65 | 175 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.31 |
| HSL | 298.91º | 0.46% | 0.47% | - |
| HSV(B) | 298.91º | 0.63% | 0.69% | - |
| XYZ | 26.86 | 15.76 | 42.18 | - |
| YUV | 109.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 175 | 0.01 | 0.63 | 0 | 0.31 | 298.91 | 0.46 | 0.47 |
| Hex | AD | 41 | AF | 1 | 3F | 0 | 1F | 12B | 2E | 2F |
| Octal | 255 | 101 | 257 | 1 | 77 | 0 | 37 | 453 | 56 | 57 |
| Binary | 10101101 | 1000001 | 10101111 | 1 | 111111 | 0 | 11111 | 100101011 | 101110 | 101111 |
Color Harmonies of #AD41AF
Complementary color
Monochromatic Colors of #AD41AF
Black with #AD41AF
Text Example
Text Example
White with #AD41AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD41AF; }
p { color: rgb(173,65,175); }
H1.HeaderClassName
{
color: #AD41AF;
}
.AnyTagClassName
{
color: #AD41AF;
}
</style>
background-color css
<style>
a { background-color: #AD41AF; }
a { background-color: rgb(173,65,175); }
div.DivClassName
{
background-color: #AD41AF;
}
.BgClassName
{
background-color: #AD41AF;
}
</style>
border-color css
<style>
span { border-color: #AD41AF; }
span { border-color: rgb(173,65,175); }
td.TdClassName
{
border-color: #AD41AF;
}
.TagClassName
{
border-color: #AD41AF;
}
</style>