Shades of Fuchsia #AF40A9
Tints of Fuchsia #AF40A9
RGB
CMYK
RGB Variations
Color information
#AF40A9 (or 0xAF40A9) is known color: Fuchsia. HEX triplet: AF, 40 and A9. RGB value is (175,64,169). Sum of RGB (Red+Green+Blue) = 175+64+169=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF40A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF40A9 is #50BF56. Grayscale: #6C6C6C. Windows color (decimal): -5291863 or 11092143. OLE color: 11092143.
HSL color Cylindrical-coordinate representation of color #AF40A9: hue angle of 303.24º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF40A9 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 169 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.31 |
| HSL | 303.24º | 0.46% | 0.47% | - |
| HSV(B) | 303.24º | 0.63% | 0.69% | - |
| XYZ | 26.67 | 15.65 | 39.15 | - |
| YUV | 109.16 | 161.77 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 169 | 0 | 0.63 | 0.03 | 0.31 | 303.24 | 0.46 | 0.47 |
| Hex | AF | 40 | A9 | 0 | 3F | 3 | 1F | 12F | 2E | 2F |
| Octal | 257 | 100 | 251 | 0 | 77 | 3 | 37 | 457 | 56 | 57 |
| Binary | 10101111 | 1000000 | 10101001 | 0 | 111111 | 11 | 11111 | 100101111 | 101110 | 101111 |
Color Harmonies of #AF40A9
Complementary color
Monochromatic Colors of #AF40A9
Black with #AF40A9
Text Example
Text Example
White with #AF40A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF40A9; }
p { color: rgb(175,64,169); }
H1.HeaderClassName
{
color: #AF40A9;
}
.AnyTagClassName
{
color: #AF40A9;
}
</style>
background-color css
<style>
a { background-color: #AF40A9; }
a { background-color: rgb(175,64,169); }
div.DivClassName
{
background-color: #AF40A9;
}
.BgClassName
{
background-color: #AF40A9;
}
</style>
border-color css
<style>
span { border-color: #AF40A9; }
span { border-color: rgb(175,64,169); }
td.TdClassName
{
border-color: #AF40A9;
}
.TagClassName
{
border-color: #AF40A9;
}
</style>