Shades of Fuchsia #AD31AF
Tints of Fuchsia #AD31AF
RGB
CMYK
RGB Variations
Color information
#AD31AF (or 0xAD31AF) is known color: Fuchsia. HEX triplet: AD, 31 and AF. RGB value is (173,49,175). Sum of RGB (Red+Green+Blue) = 173+49+175=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD31AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD31AF is #52CE50. Grayscale: #646464. Windows color (decimal): -5426769 or 11481517. OLE color: 11481517.
HSL color Cylindrical-coordinate representation of color #AD31AF: hue angle of 299.05º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD31AF is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 49 | 175 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.31 |
| HSL | 299.05º | 0.56% | 0.44% | - |
| HSV(B) | 299.05º | 0.72% | 0.69% | - |
| XYZ | 26.07 | 14.18 | 41.92 | - |
| YUV | 100.44 | 170.08 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 175 | 0.01 | 0.72 | 0 | 0.31 | 299.05 | 0.56 | 0.44 |
| Hex | AD | 31 | AF | 1 | 48 | 0 | 1F | 12B | 38 | 2C |
| Octal | 255 | 61 | 257 | 1 | 110 | 0 | 37 | 453 | 70 | 54 |
| Binary | 10101101 | 110001 | 10101111 | 1 | 1001000 | 0 | 11111 | 100101011 | 111000 | 101100 |
Color Harmonies of #AD31AF
Complementary color
Monochromatic Colors of #AD31AF
Black with #AD31AF
Text Example
Text Example
White with #AD31AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD31AF; }
p { color: rgb(173,49,175); }
H1.HeaderClassName
{
color: #AD31AF;
}
.AnyTagClassName
{
color: #AD31AF;
}
</style>
background-color css
<style>
a { background-color: #AD31AF; }
a { background-color: rgb(173,49,175); }
div.DivClassName
{
background-color: #AD31AF;
}
.BgClassName
{
background-color: #AD31AF;
}
</style>
border-color css
<style>
span { border-color: #AD31AF; }
span { border-color: rgb(173,49,175); }
td.TdClassName
{
border-color: #AD31AF;
}
.TagClassName
{
border-color: #AD31AF;
}
</style>