Shades of Fuchsia #AF42BF
Tints of Fuchsia #AF42BF
RGB
CMYK
RGB Variations
Color information
#AF42BF (or 0xAF42BF) is known color: Fuchsia. HEX triplet: AF, 42 and BF. RGB value is (175,66,191). Sum of RGB (Red+Green+Blue) = 175+66+191=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF42BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42BF is #50BD40. Grayscale: #707070. Windows color (decimal): -5291329 or 12534447. OLE color: 12534447.
HSL color Cylindrical-coordinate representation of color #AF42BF: hue angle of 292.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF42BF is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 66 | 191 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.25 |
| HSL | 292.32º | 0.49% | 0.5% | - |
| HSV(B) | 292.32º | 0.65% | 0.75% | - |
| XYZ | 29.03 | 16.77 | 51 | - |
| YUV | 112.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 191 | 0.08 | 0.65 | 0 | 0.25 | 292.32 | 0.49 | 0.5 |
| Hex | AF | 42 | BF | 8 | 41 | 0 | 19 | 124 | 31 | 32 |
| Octal | 257 | 102 | 277 | 10 | 101 | 0 | 31 | 444 | 61 | 62 |
| Binary | 10101111 | 1000010 | 10111111 | 1000 | 1000001 | 0 | 11001 | 100100100 | 110001 | 110010 |
Color Harmonies of #AF42BF
Complementary color
Monochromatic Colors of #AF42BF
Black with #AF42BF
Text Example
Text Example
White with #AF42BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42BF; }
p { color: rgb(175,66,191); }
H1.HeaderClassName
{
color: #AF42BF;
}
.AnyTagClassName
{
color: #AF42BF;
}
</style>
background-color css
<style>
a { background-color: #AF42BF; }
a { background-color: rgb(175,66,191); }
div.DivClassName
{
background-color: #AF42BF;
}
.BgClassName
{
background-color: #AF42BF;
}
</style>
border-color css
<style>
span { border-color: #AF42BF; }
span { border-color: rgb(175,66,191); }
td.TdClassName
{
border-color: #AF42BF;
}
.TagClassName
{
border-color: #AF42BF;
}
</style>