Shades of Fuchsia #AF43C1
Tints of Fuchsia #AF43C1
RGB
CMYK
RGB Variations
Color information
#AF43C1 (or 0xAF43C1) is known color: Fuchsia. HEX triplet: AF, 43 and C1. RGB value is (175,67,193). Sum of RGB (Red+Green+Blue) = 175+67+193=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF43C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43C1 is #50BC3E. Grayscale: #717171. Windows color (decimal): -5291071 or 12665775. OLE color: 12665775.
HSL color Cylindrical-coordinate representation of color #AF43C1: hue angle of 291.43º 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 #AF43C1 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 67 | 193 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.24 |
| HSL | 291.43º | 0.5% | 0.51% | - |
| HSV(B) | 291.43º | 0.65% | 0.76% | - |
| XYZ | 29.31 | 16.98 | 52.18 | - |
| YUV | 113.66 | 172.78 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 193 | 0.09 | 0.65 | 0 | 0.24 | 291.43 | 0.5 | 0.51 |
| Hex | AF | 43 | C1 | 9 | 41 | 0 | 18 | 123 | 32 | 33 |
| Octal | 257 | 103 | 301 | 11 | 101 | 0 | 30 | 443 | 62 | 63 |
| Binary | 10101111 | 1000011 | 11000001 | 1001 | 1000001 | 0 | 11000 | 100100011 | 110010 | 110011 |
Color Harmonies of #AF43C1
Complementary color
Monochromatic Colors of #AF43C1
Black with #AF43C1
Text Example
Text Example
White with #AF43C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF43C1; }
p { color: rgb(175,67,193); }
H1.HeaderClassName
{
color: #AF43C1;
}
.AnyTagClassName
{
color: #AF43C1;
}
</style>
background-color css
<style>
a { background-color: #AF43C1; }
a { background-color: rgb(175,67,193); }
div.DivClassName
{
background-color: #AF43C1;
}
.BgClassName
{
background-color: #AF43C1;
}
</style>
border-color css
<style>
span { border-color: #AF43C1; }
span { border-color: rgb(175,67,193); }
td.TdClassName
{
border-color: #AF43C1;
}
.TagClassName
{
border-color: #AF43C1;
}
</style>