Shades of Fuchsia #AF43BD
Tints of Fuchsia #AF43BD
RGB
CMYK
RGB Variations
Color information
#AF43BD (or 0xAF43BD) is known color: Fuchsia. HEX triplet: AF, 43 and BD. RGB value is (175,67,189). Sum of RGB (Red+Green+Blue) = 175+67+189=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF43BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43BD is #50BC42. Grayscale: #707070. Windows color (decimal): -5291075 or 12403631. OLE color: 12403631.
HSL color Cylindrical-coordinate representation of color #AF43BD: hue angle of 293.11º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF43BD is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 67 | 189 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.26 |
| HSL | 293.11º | 0.48% | 0.5% | - |
| HSV(B) | 293.11º | 0.65% | 0.74% | - |
| XYZ | 28.87 | 16.8 | 49.87 | - |
| YUV | 113.2 | 170.78 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 189 | 0.07 | 0.65 | 0 | 0.26 | 293.11 | 0.48 | 0.5 |
| Hex | AF | 43 | BD | 7 | 41 | 0 | 1A | 125 | 30 | 32 |
| Octal | 257 | 103 | 275 | 7 | 101 | 0 | 32 | 445 | 60 | 62 |
| Binary | 10101111 | 1000011 | 10111101 | 111 | 1000001 | 0 | 11010 | 100100101 | 110000 | 110010 |
Color Harmonies of #AF43BD
Complementary color
Monochromatic Colors of #AF43BD
Black with #AF43BD
Text Example
Text Example
White with #AF43BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF43BD; }
p { color: rgb(175,67,189); }
H1.HeaderClassName
{
color: #AF43BD;
}
.AnyTagClassName
{
color: #AF43BD;
}
</style>
background-color css
<style>
a { background-color: #AF43BD; }
a { background-color: rgb(175,67,189); }
div.DivClassName
{
background-color: #AF43BD;
}
.BgClassName
{
background-color: #AF43BD;
}
</style>
border-color css
<style>
span { border-color: #AF43BD; }
span { border-color: rgb(175,67,189); }
td.TdClassName
{
border-color: #AF43BD;
}
.TagClassName
{
border-color: #AF43BD;
}
</style>