Shades of Fuchsia #AD37AF
Tints of Fuchsia #AD37AF
RGB
CMYK
RGB Variations
Color information
#AD37AF (or 0xAD37AF) is known color: Fuchsia. HEX triplet: AD, 37 and AF. RGB value is (173,55,175). Sum of RGB (Red+Green+Blue) = 173+55+175=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD37AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD37AF is #52C850. Grayscale: #676767. Windows color (decimal): -5425233 or 11483053. OLE color: 11483053.
HSL color Cylindrical-coordinate representation of color #AD37AF: hue angle of 299º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD37AF is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 55 | 175 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.31 |
| HSL | 299º | 0.52% | 0.45% | - |
| HSV(B) | 299º | 0.69% | 0.69% | - |
| XYZ | 26.34 | 14.71 | 42.01 | - |
| YUV | 103.96 | 168.09 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 175 | 0.01 | 0.69 | 0 | 0.31 | 299 | 0.52 | 0.45 |
| Hex | AD | 37 | AF | 1 | 45 | 0 | 1F | 12B | 34 | 2D |
| Octal | 255 | 67 | 257 | 1 | 105 | 0 | 37 | 453 | 64 | 55 |
| Binary | 10101101 | 110111 | 10101111 | 1 | 1000101 | 0 | 11111 | 100101011 | 110100 | 101101 |
Color Harmonies of #AD37AF
Complementary color
Monochromatic Colors of #AD37AF
Black with #AD37AF
Text Example
Text Example
White with #AD37AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD37AF; }
p { color: rgb(173,55,175); }
H1.HeaderClassName
{
color: #AD37AF;
}
.AnyTagClassName
{
color: #AD37AF;
}
</style>
background-color css
<style>
a { background-color: #AD37AF; }
a { background-color: rgb(173,55,175); }
div.DivClassName
{
background-color: #AD37AF;
}
.BgClassName
{
background-color: #AD37AF;
}
</style>
border-color css
<style>
span { border-color: #AD37AF; }
span { border-color: rgb(173,55,175); }
td.TdClassName
{
border-color: #AD37AF;
}
.TagClassName
{
border-color: #AD37AF;
}
</style>