Shades of Fuchsia #AF59B8
Tints of Fuchsia #AF59B8
RGB
CMYK
RGB Variations
Color information
#AF59B8 (or 0xAF59B8) is known color: Fuchsia. HEX triplet: AF, 59 and B8. RGB value is (175,89,184). Sum of RGB (Red+Green+Blue) = 175+89+184=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF59B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF59B8 is #50A647. Grayscale: #7D7D7D. Windows color (decimal): -5285448 or 12081583. OLE color: 12081583.
HSL color Cylindrical-coordinate representation of color #AF59B8: hue angle of 294.32º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF59B8 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 89 | 184 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.28 |
| HSL | 294.32º | 0.4% | 0.54% | - |
| HSV(B) | 294.32º | 0.52% | 0.72% | - |
| XYZ | 29.9 | 19.72 | 47.58 | - |
| YUV | 125.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 184 | 0.05 | 0.52 | 0 | 0.28 | 294.32 | 0.4 | 0.54 |
| Hex | AF | 59 | B8 | 5 | 34 | 0 | 1C | 126 | 28 | 36 |
| Octal | 257 | 131 | 270 | 5 | 64 | 0 | 34 | 446 | 50 | 66 |
| Binary | 10101111 | 1011001 | 10111000 | 101 | 110100 | 0 | 11100 | 100100110 | 101000 | 110110 |
Color Harmonies of #AF59B8
Complementary color
Monochromatic Colors of #AF59B8
Black with #AF59B8
Text Example
Text Example
White with #AF59B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF59B8; }
p { color: rgb(175,89,184); }
H1.HeaderClassName
{
color: #AF59B8;
}
.AnyTagClassName
{
color: #AF59B8;
}
</style>
background-color css
<style>
a { background-color: #AF59B8; }
a { background-color: rgb(175,89,184); }
div.DivClassName
{
background-color: #AF59B8;
}
.BgClassName
{
background-color: #AF59B8;
}
</style>
border-color css
<style>
span { border-color: #AF59B8; }
span { border-color: rgb(175,89,184); }
td.TdClassName
{
border-color: #AF59B8;
}
.TagClassName
{
border-color: #AF59B8;
}
</style>