Shades of Fuchsia #AF5AB8
Tints of Fuchsia #AF5AB8
RGB
CMYK
RGB Variations
Color information
#AF5AB8 (or 0xAF5AB8) is known color: Fuchsia. HEX triplet: AF, 5A and B8. RGB value is (175,90,184). Sum of RGB (Red+Green+Blue) = 175+90+184=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF5AB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5AB8 is #50A547. Grayscale: #7D7D7D. Windows color (decimal): -5285192 or 12081839. OLE color: 12081839.
HSL color Cylindrical-coordinate representation of color #AF5AB8: hue angle of 294.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5AB8 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 90 | 184 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.28 |
| HSL | 294.26º | 0.4% | 0.54% | - |
| HSV(B) | 294.26º | 0.51% | 0.72% | - |
| XYZ | 29.99 | 19.89 | 47.61 | - |
| YUV | 126.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 184 | 0.05 | 0.51 | 0 | 0.28 | 294.26 | 0.4 | 0.54 |
| Hex | AF | 5A | B8 | 5 | 33 | 0 | 1C | 126 | 28 | 36 |
| Octal | 257 | 132 | 270 | 5 | 63 | 0 | 34 | 446 | 50 | 66 |
| Binary | 10101111 | 1011010 | 10111000 | 101 | 110011 | 0 | 11100 | 100100110 | 101000 | 110110 |
Color Harmonies of #AF5AB8
Complementary color
Monochromatic Colors of #AF5AB8
Black with #AF5AB8
Text Example
Text Example
White with #AF5AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5AB8; }
p { color: rgb(175,90,184); }
H1.HeaderClassName
{
color: #AF5AB8;
}
.AnyTagClassName
{
color: #AF5AB8;
}
</style>
background-color css
<style>
a { background-color: #AF5AB8; }
a { background-color: rgb(175,90,184); }
div.DivClassName
{
background-color: #AF5AB8;
}
.BgClassName
{
background-color: #AF5AB8;
}
</style>
border-color css
<style>
span { border-color: #AF5AB8; }
span { border-color: rgb(175,90,184); }
td.TdClassName
{
border-color: #AF5AB8;
}
.TagClassName
{
border-color: #AF5AB8;
}
</style>