Shades of Fuchsia #AF39A8
Tints of Fuchsia #AF39A8
RGB
CMYK
RGB Variations
Color information
#AF39A8 (or 0xAF39A8) is known color: Fuchsia. HEX triplet: AF, 39 and A8. RGB value is (175,57,168). Sum of RGB (Red+Green+Blue) = 175+57+168=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF39A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF39A8 is #50C657. Grayscale: #686868. Windows color (decimal): -5293656 or 11024815. OLE color: 11024815.
HSL color Cylindrical-coordinate representation of color #AF39A8: hue angle of 303.56º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF39A8 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 168 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.31 |
| HSL | 303.56º | 0.51% | 0.45% | - |
| HSV(B) | 303.56º | 0.67% | 0.69% | - |
| XYZ | 26.21 | 14.87 | 38.53 | - |
| YUV | 104.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 168 | 0 | 0.67 | 0.04 | 0.31 | 303.56 | 0.51 | 0.45 |
| Hex | AF | 39 | A8 | 0 | 43 | 4 | 1F | 130 | 33 | 2D |
| Octal | 257 | 71 | 250 | 0 | 103 | 4 | 37 | 460 | 63 | 55 |
| Binary | 10101111 | 111001 | 10101000 | 0 | 1000011 | 100 | 11111 | 100110000 | 110011 | 101101 |
Color Harmonies of #AF39A8
Complementary color
Monochromatic Colors of #AF39A8
Black with #AF39A8
Text Example
Text Example
White with #AF39A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF39A8; }
p { color: rgb(175,57,168); }
H1.HeaderClassName
{
color: #AF39A8;
}
.AnyTagClassName
{
color: #AF39A8;
}
</style>
background-color css
<style>
a { background-color: #AF39A8; }
a { background-color: rgb(175,57,168); }
div.DivClassName
{
background-color: #AF39A8;
}
.BgClassName
{
background-color: #AF39A8;
}
</style>
border-color css
<style>
span { border-color: #AF39A8; }
span { border-color: rgb(175,57,168); }
td.TdClassName
{
border-color: #AF39A8;
}
.TagClassName
{
border-color: #AF39A8;
}
</style>