Shades of Fuchsia #AF54BD
Tints of Fuchsia #AF54BD
RGB
CMYK
RGB Variations
Color information
#AF54BD (or 0xAF54BD) is known color: Fuchsia. HEX triplet: AF, 54 and BD. RGB value is (175,84,189). Sum of RGB (Red+Green+Blue) = 175+84+189=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF54BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF54BD is #50AB42. Grayscale: #7A7A7A. Windows color (decimal): -5286723 or 12407983. OLE color: 12407983.
HSL color Cylindrical-coordinate representation of color #AF54BD: hue angle of 292º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF54BD is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 84 | 189 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.26 |
| HSL | 292º | 0.44% | 0.54% | - |
| HSV(B) | 292º | 0.56% | 0.74% | - |
| XYZ | 30.03 | 19.13 | 50.25 | - |
| YUV | 123.18 | 165.15 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 189 | 0.07 | 0.56 | 0 | 0.26 | 292 | 0.44 | 0.54 |
| Hex | AF | 54 | BD | 7 | 38 | 0 | 1A | 124 | 2C | 36 |
| Octal | 257 | 124 | 275 | 7 | 70 | 0 | 32 | 444 | 54 | 66 |
| Binary | 10101111 | 1010100 | 10111101 | 111 | 111000 | 0 | 11010 | 100100100 | 101100 | 110110 |
Color Harmonies of #AF54BD
Complementary color
Monochromatic Colors of #AF54BD
Black with #AF54BD
Text Example
Text Example
White with #AF54BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF54BD; }
p { color: rgb(175,84,189); }
H1.HeaderClassName
{
color: #AF54BD;
}
.AnyTagClassName
{
color: #AF54BD;
}
</style>
background-color css
<style>
a { background-color: #AF54BD; }
a { background-color: rgb(175,84,189); }
div.DivClassName
{
background-color: #AF54BD;
}
.BgClassName
{
background-color: #AF54BD;
}
</style>
border-color css
<style>
span { border-color: #AF54BD; }
span { border-color: rgb(175,84,189); }
td.TdClassName
{
border-color: #AF54BD;
}
.TagClassName
{
border-color: #AF54BD;
}
</style>