Shades of Fuchsia #AF37B7
Tints of Fuchsia #AF37B7
RGB
CMYK
RGB Variations
Color information
#AF37B7 (or 0xAF37B7) is known color: Fuchsia. HEX triplet: AF, 37 and B7. RGB value is (175,55,183). Sum of RGB (Red+Green+Blue) = 175+55+183=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF37B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37B7 is #50C848. Grayscale: #696969. Windows color (decimal): -5294153 or 12007343. OLE color: 12007343.
HSL color Cylindrical-coordinate representation of color #AF37B7: hue angle of 296.25º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF37B7 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 55 | 183 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.28 |
| HSL | 296.25º | 0.54% | 0.47% | - |
| HSV(B) | 296.25º | 0.7% | 0.72% | - |
| XYZ | 27.59 | 15.27 | 46.29 | - |
| YUV | 105.47 | 171.76 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 183 | 0.04 | 0.70 | 0 | 0.28 | 296.25 | 0.54 | 0.47 |
| Hex | AF | 37 | B7 | 4 | 46 | 0 | 1C | 128 | 36 | 2F |
| Octal | 257 | 67 | 267 | 4 | 106 | 0 | 34 | 450 | 66 | 57 |
| Binary | 10101111 | 110111 | 10110111 | 100 | 1000110 | 0 | 11100 | 100101000 | 110110 | 101111 |
Color Harmonies of #AF37B7
Complementary color
Monochromatic Colors of #AF37B7
Black with #AF37B7
Text Example
Text Example
White with #AF37B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF37B7; }
p { color: rgb(175,55,183); }
H1.HeaderClassName
{
color: #AF37B7;
}
.AnyTagClassName
{
color: #AF37B7;
}
</style>
background-color css
<style>
a { background-color: #AF37B7; }
a { background-color: rgb(175,55,183); }
div.DivClassName
{
background-color: #AF37B7;
}
.BgClassName
{
background-color: #AF37B7;
}
</style>
border-color css
<style>
span { border-color: #AF37B7; }
span { border-color: rgb(175,55,183); }
td.TdClassName
{
border-color: #AF37B7;
}
.TagClassName
{
border-color: #AF37B7;
}
</style>