Shades of Fuchsia #AF37A8
Tints of Fuchsia #AF37A8
RGB
CMYK
RGB Variations
Color information
#AF37A8 (or 0xAF37A8) is known color: Fuchsia. HEX triplet: AF, 37 and A8. RGB value is (175,55,168). Sum of RGB (Red+Green+Blue) = 175+55+168=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF37A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF37A8 is #50C857. Grayscale: #676767. Windows color (decimal): -5294168 or 11024303. OLE color: 11024303.
HSL color Cylindrical-coordinate representation of color #AF37A8: hue angle of 303.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF37A8 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 168 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.31 |
| HSL | 303.5º | 0.52% | 0.45% | - |
| HSV(B) | 303.5º | 0.69% | 0.69% | - |
| XYZ | 26.11 | 14.67 | 38.5 | - |
| YUV | 103.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 168 | 0 | 0.69 | 0.04 | 0.31 | 303.5 | 0.52 | 0.45 |
| Hex | AF | 37 | A8 | 0 | 45 | 4 | 1F | 130 | 34 | 2D |
| Octal | 257 | 67 | 250 | 0 | 105 | 4 | 37 | 460 | 64 | 55 |
| Binary | 10101111 | 110111 | 10101000 | 0 | 1000101 | 100 | 11111 | 100110000 | 110100 | 101101 |
Color Harmonies of #AF37A8
Complementary color
Monochromatic Colors of #AF37A8
Black with #AF37A8
Text Example
Text Example
White with #AF37A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF37A8; }
p { color: rgb(175,55,168); }
H1.HeaderClassName
{
color: #AF37A8;
}
.AnyTagClassName
{
color: #AF37A8;
}
</style>
background-color css
<style>
a { background-color: #AF37A8; }
a { background-color: rgb(175,55,168); }
div.DivClassName
{
background-color: #AF37A8;
}
.BgClassName
{
background-color: #AF37A8;
}
</style>
border-color css
<style>
span { border-color: #AF37A8; }
span { border-color: rgb(175,55,168); }
td.TdClassName
{
border-color: #AF37A8;
}
.TagClassName
{
border-color: #AF37A8;
}
</style>