Shades of Fuchsia #AF54BE
Tints of Fuchsia #AF54BE
RGB
CMYK
RGB Variations
Color information
#AF54BE (or 0xAF54BE) is known color: Fuchsia. HEX triplet: AF, 54 and BE. RGB value is (175,84,190). Sum of RGB (Red+Green+Blue) = 175+84+190=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF54BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF54BE is #50AB41. Grayscale: #7A7A7A. Windows color (decimal): -5286722 or 12473519. OLE color: 12473519.
HSL color Cylindrical-coordinate representation of color #AF54BE: hue angle of 291.51º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF54BE is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 84 | 190 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.25 |
| HSL | 291.51º | 0.45% | 0.54% | - |
| HSV(B) | 291.51º | 0.56% | 0.75% | - |
| XYZ | 30.14 | 19.17 | 50.83 | - |
| YUV | 123.29 | 165.65 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 190 | 0.08 | 0.56 | 0 | 0.25 | 291.51 | 0.45 | 0.54 |
| Hex | AF | 54 | BE | 8 | 38 | 0 | 19 | 124 | 2D | 36 |
| Octal | 257 | 124 | 276 | 10 | 70 | 0 | 31 | 444 | 55 | 66 |
| Binary | 10101111 | 1010100 | 10111110 | 1000 | 111000 | 0 | 11001 | 100100100 | 101101 | 110110 |
Color Harmonies of #AF54BE
Complementary color
Monochromatic Colors of #AF54BE
Black with #AF54BE
Text Example
Text Example
White with #AF54BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF54BE; }
p { color: rgb(175,84,190); }
H1.HeaderClassName
{
color: #AF54BE;
}
.AnyTagClassName
{
color: #AF54BE;
}
</style>
background-color css
<style>
a { background-color: #AF54BE; }
a { background-color: rgb(175,84,190); }
div.DivClassName
{
background-color: #AF54BE;
}
.BgClassName
{
background-color: #AF54BE;
}
</style>
border-color css
<style>
span { border-color: #AF54BE; }
span { border-color: rgb(175,84,190); }
td.TdClassName
{
border-color: #AF54BE;
}
.TagClassName
{
border-color: #AF54BE;
}
</style>