Shades of Fuchsia #AF46C1
Tints of Fuchsia #AF46C1
RGB
CMYK
RGB Variations
Color information
#AF46C1 (or 0xAF46C1) is known color: Fuchsia. HEX triplet: AF, 46 and C1. RGB value is (175,70,193). Sum of RGB (Red+Green+Blue) = 175+70+193=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF46C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF46C1 is #50B93E. Grayscale: #737373. Windows color (decimal): -5290303 or 12666543. OLE color: 12666543.
HSL color Cylindrical-coordinate representation of color #AF46C1: hue angle of 291.22º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF46C1 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 70 | 193 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.24 |
| HSL | 291.22º | 0.5% | 0.52% | - |
| HSV(B) | 291.22º | 0.64% | 0.76% | - |
| XYZ | 29.5 | 17.34 | 52.25 | - |
| YUV | 115.42 | 171.79 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 193 | 0.09 | 0.64 | 0 | 0.24 | 291.22 | 0.5 | 0.52 |
| Hex | AF | 46 | C1 | 9 | 40 | 0 | 18 | 123 | 32 | 34 |
| Octal | 257 | 106 | 301 | 11 | 100 | 0 | 30 | 443 | 62 | 64 |
| Binary | 10101111 | 1000110 | 11000001 | 1001 | 1000000 | 0 | 11000 | 100100011 | 110010 | 110100 |
Color Harmonies of #AF46C1
Complementary color
Monochromatic Colors of #AF46C1
Black with #AF46C1
Text Example
Text Example
White with #AF46C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF46C1; }
p { color: rgb(175,70,193); }
H1.HeaderClassName
{
color: #AF46C1;
}
.AnyTagClassName
{
color: #AF46C1;
}
</style>
background-color css
<style>
a { background-color: #AF46C1; }
a { background-color: rgb(175,70,193); }
div.DivClassName
{
background-color: #AF46C1;
}
.BgClassName
{
background-color: #AF46C1;
}
</style>
border-color css
<style>
span { border-color: #AF46C1; }
span { border-color: rgb(175,70,193); }
td.TdClassName
{
border-color: #AF46C1;
}
.TagClassName
{
border-color: #AF46C1;
}
</style>