Shades of Fuchsia #AF31A8
Tints of Fuchsia #AF31A8
RGB
CMYK
RGB Variations
Color information
#AF31A8 (or 0xAF31A8) is known color: Fuchsia. HEX triplet: AF, 31 and A8. RGB value is (175,49,168). Sum of RGB (Red+Green+Blue) = 175+49+168=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF31A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF31A8 is #50CE57. Grayscale: #636363. Windows color (decimal): -5295704 or 11022767. OLE color: 11022767.
HSL color Cylindrical-coordinate representation of color #AF31A8: hue angle of 303.33º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF31A8 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 168 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.31 |
| HSL | 303.33º | 0.56% | 0.44% | - |
| HSV(B) | 303.33º | 0.72% | 0.69% | - |
| XYZ | 25.85 | 14.14 | 38.41 | - |
| YUV | 100.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 168 | 0 | 0.72 | 0.04 | 0.31 | 303.33 | 0.56 | 0.44 |
| Hex | AF | 31 | A8 | 0 | 48 | 4 | 1F | 12F | 38 | 2C |
| Octal | 257 | 61 | 250 | 0 | 110 | 4 | 37 | 457 | 70 | 54 |
| Binary | 10101111 | 110001 | 10101000 | 0 | 1001000 | 100 | 11111 | 100101111 | 111000 | 101100 |
Color Harmonies of #AF31A8
Complementary color
Monochromatic Colors of #AF31A8
Black with #AF31A8
Text Example
Text Example
White with #AF31A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF31A8; }
p { color: rgb(175,49,168); }
H1.HeaderClassName
{
color: #AF31A8;
}
.AnyTagClassName
{
color: #AF31A8;
}
</style>
background-color css
<style>
a { background-color: #AF31A8; }
a { background-color: rgb(175,49,168); }
div.DivClassName
{
background-color: #AF31A8;
}
.BgClassName
{
background-color: #AF31A8;
}
</style>
border-color css
<style>
span { border-color: #AF31A8; }
span { border-color: rgb(175,49,168); }
td.TdClassName
{
border-color: #AF31A8;
}
.TagClassName
{
border-color: #AF31A8;
}
</style>