Shades of Fuchsia #AF43BA
Tints of Fuchsia #AF43BA
RGB
CMYK
RGB Variations
Color information
#AF43BA (or 0xAF43BA) is known color: Fuchsia. HEX triplet: AF, 43 and BA. RGB value is (175,67,186). Sum of RGB (Red+Green+Blue) = 175+67+186=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF43BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43BA is #50BC45. Grayscale: #707070. Windows color (decimal): -5291078 or 12207023. OLE color: 12207023.
HSL color Cylindrical-coordinate representation of color #AF43BA: hue angle of 294.45º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF43BA is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 67 | 186 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.27 |
| HSL | 294.45º | 0.47% | 0.5% | - |
| HSV(B) | 294.45º | 0.64% | 0.73% | - |
| XYZ | 28.55 | 16.67 | 48.17 | - |
| YUV | 112.86 | 169.28 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 186 | 0.06 | 0.64 | 0 | 0.27 | 294.45 | 0.47 | 0.5 |
| Hex | AF | 43 | BA | 6 | 40 | 0 | 1B | 126 | 2F | 32 |
| Octal | 257 | 103 | 272 | 6 | 100 | 0 | 33 | 446 | 57 | 62 |
| Binary | 10101111 | 1000011 | 10111010 | 110 | 1000000 | 0 | 11011 | 100100110 | 101111 | 110010 |
Color Harmonies of #AF43BA
Complementary color
Monochromatic Colors of #AF43BA
Black with #AF43BA
Text Example
Text Example
White with #AF43BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF43BA; }
p { color: rgb(175,67,186); }
H1.HeaderClassName
{
color: #AF43BA;
}
.AnyTagClassName
{
color: #AF43BA;
}
</style>
background-color css
<style>
a { background-color: #AF43BA; }
a { background-color: rgb(175,67,186); }
div.DivClassName
{
background-color: #AF43BA;
}
.BgClassName
{
background-color: #AF43BA;
}
</style>
border-color css
<style>
span { border-color: #AF43BA; }
span { border-color: rgb(175,67,186); }
td.TdClassName
{
border-color: #AF43BA;
}
.TagClassName
{
border-color: #AF43BA;
}
</style>