Shades of Fuchsia #AF3FAC
Tints of Fuchsia #AF3FAC
RGB
CMYK
RGB Variations
Color information
#AF3FAC (or 0xAF3FAC) is known color: Fuchsia. HEX triplet: AF, 3F and AC. RGB value is (175,63,172). Sum of RGB (Red+Green+Blue) = 175+63+172=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3FAC is #50C053. Grayscale: #6C6C6C. Windows color (decimal): -5292116 or 11288495. OLE color: 11288495.
HSL color Cylindrical-coordinate representation of color #AF3FAC: hue angle of 301.61º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF3FAC is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 172 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.31 |
| HSL | 301.61º | 0.47% | 0.47% | - |
| HSV(B) | 301.61º | 0.64% | 0.69% | - |
| XYZ | 26.9 | 15.65 | 40.63 | - |
| YUV | 108.91 | 163.61 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 172 | 0 | 0.64 | 0.02 | 0.31 | 301.61 | 0.47 | 0.47 |
| Hex | AF | 3F | AC | 0 | 40 | 2 | 1F | 12E | 2F | 2F |
| Octal | 257 | 77 | 254 | 0 | 100 | 2 | 37 | 456 | 57 | 57 |
| Binary | 10101111 | 111111 | 10101100 | 0 | 1000000 | 10 | 11111 | 100101110 | 101111 | 101111 |
Color Harmonies of #AF3FAC
Complementary color
Monochromatic Colors of #AF3FAC
Black with #AF3FAC
Text Example
Text Example
White with #AF3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3FAC; }
p { color: rgb(175,63,172); }
H1.HeaderClassName
{
color: #AF3FAC;
}
.AnyTagClassName
{
color: #AF3FAC;
}
</style>
background-color css
<style>
a { background-color: #AF3FAC; }
a { background-color: rgb(175,63,172); }
div.DivClassName
{
background-color: #AF3FAC;
}
.BgClassName
{
background-color: #AF3FAC;
}
</style>
border-color css
<style>
span { border-color: #AF3FAC; }
span { border-color: rgb(175,63,172); }
td.TdClassName
{
border-color: #AF3FAC;
}
.TagClassName
{
border-color: #AF3FAC;
}
</style>