Shades of Fuchsia #AF41AC
Tints of Fuchsia #AF41AC
RGB
CMYK
RGB Variations
Color information
#AF41AC (or 0xAF41AC) is known color: Fuchsia. HEX triplet: AF, 41 and AC. RGB value is (175,65,172). Sum of RGB (Red+Green+Blue) = 175+65+172=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF41AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF41AC is #50BE53. Grayscale: #6D6D6D. Windows color (decimal): -5291604 or 11289007. OLE color: 11289007.
HSL color Cylindrical-coordinate representation of color #AF41AC: hue angle of 301.64º 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 #AF41AC is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 172 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.31 |
| HSL | 301.64º | 0.46% | 0.47% | - |
| HSV(B) | 301.64º | 0.63% | 0.69% | - |
| XYZ | 27.02 | 15.87 | 40.67 | - |
| YUV | 110.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 172 | 0 | 0.63 | 0.02 | 0.31 | 301.64 | 0.46 | 0.47 |
| Hex | AF | 41 | AC | 0 | 3F | 2 | 1F | 12E | 2E | 2F |
| Octal | 257 | 101 | 254 | 0 | 77 | 2 | 37 | 456 | 56 | 57 |
| Binary | 10101111 | 1000001 | 10101100 | 0 | 111111 | 10 | 11111 | 100101110 | 101110 | 101111 |
Color Harmonies of #AF41AC
Complementary color
Monochromatic Colors of #AF41AC
Black with #AF41AC
Text Example
Text Example
White with #AF41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF41AC; }
p { color: rgb(175,65,172); }
H1.HeaderClassName
{
color: #AF41AC;
}
.AnyTagClassName
{
color: #AF41AC;
}
</style>
background-color css
<style>
a { background-color: #AF41AC; }
a { background-color: rgb(175,65,172); }
div.DivClassName
{
background-color: #AF41AC;
}
.BgClassName
{
background-color: #AF41AC;
}
</style>
border-color css
<style>
span { border-color: #AF41AC; }
span { border-color: rgb(175,65,172); }
td.TdClassName
{
border-color: #AF41AC;
}
.TagClassName
{
border-color: #AF41AC;
}
</style>