Shades of Fuchsia #AF55B8
Tints of Fuchsia #AF55B8
RGB
CMYK
RGB Variations
Color information
#AF55B8 (or 0xAF55B8) is known color: Fuchsia. HEX triplet: AF, 55 and B8. RGB value is (175,85,184). Sum of RGB (Red+Green+Blue) = 175+85+184=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF55B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF55B8 is #50AA47. Grayscale: #7A7A7A. Windows color (decimal): -5286472 or 12080559. OLE color: 12080559.
HSL color Cylindrical-coordinate representation of color #AF55B8: hue angle of 294.55º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF55B8 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 85 | 184 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.28 |
| HSL | 294.55º | 0.41% | 0.53% | - |
| HSV(B) | 294.55º | 0.54% | 0.72% | - |
| XYZ | 29.58 | 19.07 | 47.47 | - |
| YUV | 123.2 | 162.32 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 184 | 0.05 | 0.54 | 0 | 0.28 | 294.55 | 0.41 | 0.53 |
| Hex | AF | 55 | B8 | 5 | 36 | 0 | 1C | 127 | 29 | 35 |
| Octal | 257 | 125 | 270 | 5 | 66 | 0 | 34 | 447 | 51 | 65 |
| Binary | 10101111 | 1010101 | 10111000 | 101 | 110110 | 0 | 11100 | 100100111 | 101001 | 110101 |
Color Harmonies of #AF55B8
Complementary color
Monochromatic Colors of #AF55B8
Black with #AF55B8
Text Example
Text Example
White with #AF55B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF55B8; }
p { color: rgb(175,85,184); }
H1.HeaderClassName
{
color: #AF55B8;
}
.AnyTagClassName
{
color: #AF55B8;
}
</style>
background-color css
<style>
a { background-color: #AF55B8; }
a { background-color: rgb(175,85,184); }
div.DivClassName
{
background-color: #AF55B8;
}
.BgClassName
{
background-color: #AF55B8;
}
</style>
border-color css
<style>
span { border-color: #AF55B8; }
span { border-color: rgb(175,85,184); }
td.TdClassName
{
border-color: #AF55B8;
}
.TagClassName
{
border-color: #AF55B8;
}
</style>