Shades of Fuchsia #AF58BA
Tints of Fuchsia #AF58BA
RGB
CMYK
RGB Variations
Color information
#AF58BA (or 0xAF58BA) is known color: Fuchsia. HEX triplet: AF, 58 and BA. RGB value is (175,88,186). Sum of RGB (Red+Green+Blue) = 175+88+186=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF58BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF58BA is #50A745. Grayscale: #7C7C7C. Windows color (decimal): -5285702 or 12212399. OLE color: 12212399.
HSL color Cylindrical-coordinate representation of color #AF58BA: hue angle of 293.27º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF58BA is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 88 | 186 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.27 |
| HSL | 293.27º | 0.42% | 0.54% | - |
| HSV(B) | 293.27º | 0.53% | 0.73% | - |
| XYZ | 30.03 | 19.64 | 48.66 | - |
| YUV | 125.19 | 162.32 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 186 | 0.06 | 0.53 | 0 | 0.27 | 293.27 | 0.42 | 0.54 |
| Hex | AF | 58 | BA | 6 | 35 | 0 | 1B | 125 | 2A | 36 |
| Octal | 257 | 130 | 272 | 6 | 65 | 0 | 33 | 445 | 52 | 66 |
| Binary | 10101111 | 1011000 | 10111010 | 110 | 110101 | 0 | 11011 | 100100101 | 101010 | 110110 |
Color Harmonies of #AF58BA
Complementary color
Monochromatic Colors of #AF58BA
Black with #AF58BA
Text Example
Text Example
White with #AF58BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF58BA; }
p { color: rgb(175,88,186); }
H1.HeaderClassName
{
color: #AF58BA;
}
.AnyTagClassName
{
color: #AF58BA;
}
</style>
background-color css
<style>
a { background-color: #AF58BA; }
a { background-color: rgb(175,88,186); }
div.DivClassName
{
background-color: #AF58BA;
}
.BgClassName
{
background-color: #AF58BA;
}
</style>
border-color css
<style>
span { border-color: #AF58BA; }
span { border-color: rgb(175,88,186); }
td.TdClassName
{
border-color: #AF58BA;
}
.TagClassName
{
border-color: #AF58BA;
}
</style>