Shades of Fuchsia #AF59BA
Tints of Fuchsia #AF59BA
RGB
CMYK
RGB Variations
Color information
#AF59BA (or 0xAF59BA) is known color: Fuchsia. HEX triplet: AF, 59 and BA. RGB value is (175,89,186). Sum of RGB (Red+Green+Blue) = 175+89+186=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF59BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF59BA is #50A645. Grayscale: #7D7D7D. Windows color (decimal): -5285446 or 12212655. OLE color: 12212655.
HSL color Cylindrical-coordinate representation of color #AF59BA: hue angle of 293.2º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF59BA is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 89 | 186 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.27 |
| HSL | 293.2º | 0.41% | 0.54% | - |
| HSV(B) | 293.2º | 0.52% | 0.73% | - |
| XYZ | 30.11 | 19.8 | 48.69 | - |
| YUV | 125.77 | 161.99 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 186 | 0.06 | 0.52 | 0 | 0.27 | 293.2 | 0.41 | 0.54 |
| Hex | AF | 59 | BA | 6 | 34 | 0 | 1B | 125 | 29 | 36 |
| Octal | 257 | 131 | 272 | 6 | 64 | 0 | 33 | 445 | 51 | 66 |
| Binary | 10101111 | 1011001 | 10111010 | 110 | 110100 | 0 | 11011 | 100100101 | 101001 | 110110 |
Color Harmonies of #AF59BA
Complementary color
Monochromatic Colors of #AF59BA
Black with #AF59BA
Text Example
Text Example
White with #AF59BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF59BA; }
p { color: rgb(175,89,186); }
H1.HeaderClassName
{
color: #AF59BA;
}
.AnyTagClassName
{
color: #AF59BA;
}
</style>
background-color css
<style>
a { background-color: #AF59BA; }
a { background-color: rgb(175,89,186); }
div.DivClassName
{
background-color: #AF59BA;
}
.BgClassName
{
background-color: #AF59BA;
}
</style>
border-color css
<style>
span { border-color: #AF59BA; }
span { border-color: rgb(175,89,186); }
td.TdClassName
{
border-color: #AF59BA;
}
.TagClassName
{
border-color: #AF59BA;
}
</style>