Shades of Fuchsia #AF42B9
Tints of Fuchsia #AF42B9
RGB
CMYK
RGB Variations
Color information
#AF42B9 (or 0xAF42B9) is known color: Fuchsia. HEX triplet: AF, 42 and B9. RGB value is (175,66,185). Sum of RGB (Red+Green+Blue) = 175+66+185=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF42B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42B9 is #50BD46. Grayscale: #6F6F6F. Windows color (decimal): -5291335 or 12141231. OLE color: 12141231.
HSL color Cylindrical-coordinate representation of color #AF42B9: hue angle of 294.96º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF42B9 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 66 | 185 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.27 |
| HSL | 294.96º | 0.47% | 0.49% | - |
| HSV(B) | 294.96º | 0.64% | 0.73% | - |
| XYZ | 28.38 | 16.51 | 47.59 | - |
| YUV | 112.16 | 169.11 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 185 | 0.05 | 0.64 | 0 | 0.27 | 294.96 | 0.47 | 0.49 |
| Hex | AF | 42 | B9 | 5 | 40 | 0 | 1B | 127 | 2F | 31 |
| Octal | 257 | 102 | 271 | 5 | 100 | 0 | 33 | 447 | 57 | 61 |
| Binary | 10101111 | 1000010 | 10111001 | 101 | 1000000 | 0 | 11011 | 100100111 | 101111 | 110001 |
Color Harmonies of #AF42B9
Complementary color
Monochromatic Colors of #AF42B9
Black with #AF42B9
Text Example
Text Example
White with #AF42B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42B9; }
p { color: rgb(175,66,185); }
H1.HeaderClassName
{
color: #AF42B9;
}
.AnyTagClassName
{
color: #AF42B9;
}
</style>
background-color css
<style>
a { background-color: #AF42B9; }
a { background-color: rgb(175,66,185); }
div.DivClassName
{
background-color: #AF42B9;
}
.BgClassName
{
background-color: #AF42B9;
}
</style>
border-color css
<style>
span { border-color: #AF42B9; }
span { border-color: rgb(175,66,185); }
td.TdClassName
{
border-color: #AF42B9;
}
.TagClassName
{
border-color: #AF42B9;
}
</style>