Shades of Fuchsia #AD40AF
Tints of Fuchsia #AD40AF
RGB
CMYK
RGB Variations
Color information
#AD40AF (or 0xAD40AF) is known color: Fuchsia. HEX triplet: AD, 40 and AF. RGB value is (173,64,175). Sum of RGB (Red+Green+Blue) = 173+64+175=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD40AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD40AF is #52BF50. Grayscale: #6C6C6C. Windows color (decimal): -5422929 or 11485357. OLE color: 11485357.
HSL color Cylindrical-coordinate representation of color #AD40AF: hue angle of 298.92º 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 #AD40AF is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 64 | 175 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.31 |
| HSL | 298.92º | 0.46% | 0.47% | - |
| HSV(B) | 298.92º | 0.63% | 0.69% | - |
| XYZ | 26.8 | 15.65 | 42.16 | - |
| YUV | 109.25 | 165.11 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 175 | 0.01 | 0.63 | 0 | 0.31 | 298.92 | 0.46 | 0.47 |
| Hex | AD | 40 | AF | 1 | 3F | 0 | 1F | 12B | 2E | 2F |
| Octal | 255 | 100 | 257 | 1 | 77 | 0 | 37 | 453 | 56 | 57 |
| Binary | 10101101 | 1000000 | 10101111 | 1 | 111111 | 0 | 11111 | 100101011 | 101110 | 101111 |
Color Harmonies of #AD40AF
Complementary color
Monochromatic Colors of #AD40AF
Black with #AD40AF
Text Example
Text Example
White with #AD40AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD40AF; }
p { color: rgb(173,64,175); }
H1.HeaderClassName
{
color: #AD40AF;
}
.AnyTagClassName
{
color: #AD40AF;
}
</style>
background-color css
<style>
a { background-color: #AD40AF; }
a { background-color: rgb(173,64,175); }
div.DivClassName
{
background-color: #AD40AF;
}
.BgClassName
{
background-color: #AD40AF;
}
</style>
border-color css
<style>
span { border-color: #AD40AF; }
span { border-color: rgb(173,64,175); }
td.TdClassName
{
border-color: #AD40AF;
}
.TagClassName
{
border-color: #AD40AF;
}
</style>