Shades of Fuchsia #AF47BC
Tints of Fuchsia #AF47BC
RGB
CMYK
RGB Variations
Color information
#AF47BC (or 0xAF47BC) is known color: Fuchsia. HEX triplet: AF, 47 and BC. RGB value is (175,71,188). Sum of RGB (Red+Green+Blue) = 175+71+188=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF47BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF47BC is #50B843. Grayscale: #737373. Windows color (decimal): -5290052 or 12339119. OLE color: 12339119.
HSL color Cylindrical-coordinate representation of color #AF47BC: hue angle of 293.33º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF47BC is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 71 | 188 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.26 |
| HSL | 293.33º | 0.47% | 0.51% | - |
| HSV(B) | 293.33º | 0.62% | 0.74% | - |
| XYZ | 29.01 | 17.25 | 49.38 | - |
| YUV | 115.43 | 168.96 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 188 | 0.07 | 0.62 | 0 | 0.26 | 293.33 | 0.47 | 0.51 |
| Hex | AF | 47 | BC | 7 | 3E | 0 | 1A | 125 | 2F | 33 |
| Octal | 257 | 107 | 274 | 7 | 76 | 0 | 32 | 445 | 57 | 63 |
| Binary | 10101111 | 1000111 | 10111100 | 111 | 111110 | 0 | 11010 | 100100101 | 101111 | 110011 |
Color Harmonies of #AF47BC
Complementary color
Monochromatic Colors of #AF47BC
Black with #AF47BC
Text Example
Text Example
White with #AF47BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF47BC; }
p { color: rgb(175,71,188); }
H1.HeaderClassName
{
color: #AF47BC;
}
.AnyTagClassName
{
color: #AF47BC;
}
</style>
background-color css
<style>
a { background-color: #AF47BC; }
a { background-color: rgb(175,71,188); }
div.DivClassName
{
background-color: #AF47BC;
}
.BgClassName
{
background-color: #AF47BC;
}
</style>
border-color css
<style>
span { border-color: #AF47BC; }
span { border-color: rgb(175,71,188); }
td.TdClassName
{
border-color: #AF47BC;
}
.TagClassName
{
border-color: #AF47BC;
}
</style>