Shades of Fuchsia #AF42C0
Tints of Fuchsia #AF42C0
RGB
CMYK
RGB Variations
Color information
#AF42C0 (or 0xAF42C0) is known color: Fuchsia. HEX triplet: AF, 42 and C0. RGB value is (175,66,192). Sum of RGB (Red+Green+Blue) = 175+66+192=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF42C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42C0 is #50BD3F. Grayscale: #707070. Windows color (decimal): -5291328 or 12599983. OLE color: 12599983.
HSL color Cylindrical-coordinate representation of color #AF42C0: hue angle of 291.9º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF42C0 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 66 | 192 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.25 |
| HSL | 291.9º | 0.5% | 0.51% | - |
| HSV(B) | 291.9º | 0.66% | 0.75% | - |
| XYZ | 29.14 | 16.82 | 51.58 | - |
| YUV | 112.96 | 172.61 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 192 | 0.09 | 0.66 | 0 | 0.25 | 291.9 | 0.5 | 0.51 |
| Hex | AF | 42 | C0 | 9 | 42 | 0 | 19 | 124 | 32 | 33 |
| Octal | 257 | 102 | 300 | 11 | 102 | 0 | 31 | 444 | 62 | 63 |
| Binary | 10101111 | 1000010 | 11000000 | 1001 | 1000010 | 0 | 11001 | 100100100 | 110010 | 110011 |
Color Harmonies of #AF42C0
Complementary color
Monochromatic Colors of #AF42C0
Black with #AF42C0
Text Example
Text Example
White with #AF42C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42C0; }
p { color: rgb(175,66,192); }
H1.HeaderClassName
{
color: #AF42C0;
}
.AnyTagClassName
{
color: #AF42C0;
}
</style>
background-color css
<style>
a { background-color: #AF42C0; }
a { background-color: rgb(175,66,192); }
div.DivClassName
{
background-color: #AF42C0;
}
.BgClassName
{
background-color: #AF42C0;
}
</style>
border-color css
<style>
span { border-color: #AF42C0; }
span { border-color: rgb(175,66,192); }
td.TdClassName
{
border-color: #AF42C0;
}
.TagClassName
{
border-color: #AF42C0;
}
</style>