Shades of Fuchsia #AF41BA
Tints of Fuchsia #AF41BA
RGB
CMYK
RGB Variations
Color information
#AF41BA (or 0xAF41BA) is known color: Fuchsia. HEX triplet: AF, 41 and BA. RGB value is (175,65,186). Sum of RGB (Red+Green+Blue) = 175+65+186=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF41BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41BA is #50BE45. Grayscale: #6F6F6F. Windows color (decimal): -5291590 or 12206511. OLE color: 12206511.
HSL color Cylindrical-coordinate representation of color #AF41BA: hue angle of 294.55º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF41BA is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 65 | 186 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.27 |
| HSL | 294.55º | 0.48% | 0.49% | - |
| HSV(B) | 294.55º | 0.65% | 0.73% | - |
| XYZ | 28.43 | 16.44 | 48.13 | - |
| YUV | 111.68 | 169.94 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 186 | 0.06 | 0.65 | 0 | 0.27 | 294.55 | 0.48 | 0.49 |
| Hex | AF | 41 | BA | 6 | 41 | 0 | 1B | 127 | 30 | 31 |
| Octal | 257 | 101 | 272 | 6 | 101 | 0 | 33 | 447 | 60 | 61 |
| Binary | 10101111 | 1000001 | 10111010 | 110 | 1000001 | 0 | 11011 | 100100111 | 110000 | 110001 |
Color Harmonies of #AF41BA
Complementary color
Monochromatic Colors of #AF41BA
Black with #AF41BA
Text Example
Text Example
White with #AF41BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF41BA; }
p { color: rgb(175,65,186); }
H1.HeaderClassName
{
color: #AF41BA;
}
.AnyTagClassName
{
color: #AF41BA;
}
</style>
background-color css
<style>
a { background-color: #AF41BA; }
a { background-color: rgb(175,65,186); }
div.DivClassName
{
background-color: #AF41BA;
}
.BgClassName
{
background-color: #AF41BA;
}
</style>
border-color css
<style>
span { border-color: #AF41BA; }
span { border-color: rgb(175,65,186); }
td.TdClassName
{
border-color: #AF41BA;
}
.TagClassName
{
border-color: #AF41BA;
}
</style>