Shades of Fuchsia #AF47AD
Tints of Fuchsia #AF47AD
RGB
CMYK
RGB Variations
Color information
#AF47AD (or 0xAF47AD) is known color: Fuchsia. HEX triplet: AF, 47 and AD. RGB value is (175,71,173). Sum of RGB (Red+Green+Blue) = 175+71+173=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF47AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF47AD is #50B852. Grayscale: #717171. Windows color (decimal): -5290067 or 11356079. OLE color: 11356079.
HSL color Cylindrical-coordinate representation of color #AF47AD: hue angle of 301.15º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF47AD is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 173 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.31 |
| HSL | 301.15º | 0.42% | 0.48% | - |
| HSV(B) | 301.15º | 0.59% | 0.69% | - |
| XYZ | 27.48 | 16.64 | 41.3 | - |
| YUV | 113.72 | 161.46 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 173 | 0 | 0.59 | 0.01 | 0.31 | 301.15 | 0.42 | 0.48 |
| Hex | AF | 47 | AD | 0 | 3B | 1 | 1F | 12D | 2A | 30 |
| Octal | 257 | 107 | 255 | 0 | 73 | 1 | 37 | 455 | 52 | 60 |
| Binary | 10101111 | 1000111 | 10101101 | 0 | 111011 | 1 | 11111 | 100101101 | 101010 | 110000 |
Color Harmonies of #AF47AD
Complementary color
Monochromatic Colors of #AF47AD
Black with #AF47AD
Text Example
Text Example
White with #AF47AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF47AD; }
p { color: rgb(175,71,173); }
H1.HeaderClassName
{
color: #AF47AD;
}
.AnyTagClassName
{
color: #AF47AD;
}
</style>
background-color css
<style>
a { background-color: #AF47AD; }
a { background-color: rgb(175,71,173); }
div.DivClassName
{
background-color: #AF47AD;
}
.BgClassName
{
background-color: #AF47AD;
}
</style>
border-color css
<style>
span { border-color: #AF47AD; }
span { border-color: rgb(175,71,173); }
td.TdClassName
{
border-color: #AF47AD;
}
.TagClassName
{
border-color: #AF47AD;
}
</style>