Shades of Fuchsia #AF44C1
Tints of Fuchsia #AF44C1
RGB
CMYK
RGB Variations
Color information
#AF44C1 (or 0xAF44C1) is known color: Fuchsia. HEX triplet: AF, 44 and C1. RGB value is (175,68,193). Sum of RGB (Red+Green+Blue) = 175+68+193=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF44C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF44C1 is #50BB3E. Grayscale: #717171. Windows color (decimal): -5290815 or 12666031. OLE color: 12666031.
HSL color Cylindrical-coordinate representation of color #AF44C1: hue angle of 291.36º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF44C1 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 68 | 193 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.24 |
| HSL | 291.36º | 0.5% | 0.51% | - |
| HSV(B) | 291.36º | 0.65% | 0.76% | - |
| XYZ | 29.37 | 17.1 | 52.2 | - |
| YUV | 114.24 | 172.45 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 193 | 0.09 | 0.65 | 0 | 0.24 | 291.36 | 0.5 | 0.51 |
| Hex | AF | 44 | C1 | 9 | 41 | 0 | 18 | 123 | 32 | 33 |
| Octal | 257 | 104 | 301 | 11 | 101 | 0 | 30 | 443 | 62 | 63 |
| Binary | 10101111 | 1000100 | 11000001 | 1001 | 1000001 | 0 | 11000 | 100100011 | 110010 | 110011 |
Color Harmonies of #AF44C1
Complementary color
Monochromatic Colors of #AF44C1
Black with #AF44C1
Text Example
Text Example
White with #AF44C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF44C1; }
p { color: rgb(175,68,193); }
H1.HeaderClassName
{
color: #AF44C1;
}
.AnyTagClassName
{
color: #AF44C1;
}
</style>
background-color css
<style>
a { background-color: #AF44C1; }
a { background-color: rgb(175,68,193); }
div.DivClassName
{
background-color: #AF44C1;
}
.BgClassName
{
background-color: #AF44C1;
}
</style>
border-color css
<style>
span { border-color: #AF44C1; }
span { border-color: rgb(175,68,193); }
td.TdClassName
{
border-color: #AF44C1;
}
.TagClassName
{
border-color: #AF44C1;
}
</style>