Shades of Fuchsia #AF49AD
Tints of Fuchsia #AF49AD
RGB
CMYK
RGB Variations
Color information
#AF49AD (or 0xAF49AD) is known color: Fuchsia. HEX triplet: AF, 49 and AD. RGB value is (175,73,173). Sum of RGB (Red+Green+Blue) = 175+73+173=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF49AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF49AD is #50B652. Grayscale: #727272. Windows color (decimal): -5289555 or 11356591. OLE color: 11356591.
HSL color Cylindrical-coordinate representation of color #AF49AD: hue angle of 301.18º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF49AD is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 173 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.31 |
| HSL | 301.18º | 0.41% | 0.49% | - |
| HSV(B) | 301.18º | 0.58% | 0.69% | - |
| XYZ | 27.6 | 16.9 | 41.34 | - |
| YUV | 114.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 173 | 0 | 0.58 | 0.01 | 0.31 | 301.18 | 0.41 | 0.49 |
| Hex | AF | 49 | AD | 0 | 3A | 1 | 1F | 12D | 29 | 31 |
| Octal | 257 | 111 | 255 | 0 | 72 | 1 | 37 | 455 | 51 | 61 |
| Binary | 10101111 | 1001001 | 10101101 | 0 | 111010 | 1 | 11111 | 100101101 | 101001 | 110001 |
Color Harmonies of #AF49AD
Complementary color
Monochromatic Colors of #AF49AD
Black with #AF49AD
Text Example
Text Example
White with #AF49AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF49AD; }
p { color: rgb(175,73,173); }
H1.HeaderClassName
{
color: #AF49AD;
}
.AnyTagClassName
{
color: #AF49AD;
}
</style>
background-color css
<style>
a { background-color: #AF49AD; }
a { background-color: rgb(175,73,173); }
div.DivClassName
{
background-color: #AF49AD;
}
.BgClassName
{
background-color: #AF49AD;
}
</style>
border-color css
<style>
span { border-color: #AF49AD; }
span { border-color: rgb(175,73,173); }
td.TdClassName
{
border-color: #AF49AD;
}
.TagClassName
{
border-color: #AF49AD;
}
</style>