Shades of Fuchsia #AF41B8
Tints of Fuchsia #AF41B8
RGB
CMYK
RGB Variations
Color information
#AF41B8 (or 0xAF41B8) is known color: Fuchsia. HEX triplet: AF, 41 and B8. RGB value is (175,65,184). Sum of RGB (Red+Green+Blue) = 175+65+184=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF41B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41B8 is #50BE47. Grayscale: #6F6F6F. Windows color (decimal): -5291592 or 12075439. OLE color: 12075439.
HSL color Cylindrical-coordinate representation of color #AF41B8: hue angle of 295.46º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF41B8 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 65 | 184 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.28 |
| HSL | 295.46º | 0.48% | 0.49% | - |
| HSV(B) | 295.46º | 0.65% | 0.72% | - |
| XYZ | 28.22 | 16.36 | 47.02 | - |
| YUV | 111.46 | 168.94 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 184 | 0.05 | 0.65 | 0 | 0.28 | 295.46 | 0.48 | 0.49 |
| Hex | AF | 41 | B8 | 5 | 41 | 0 | 1C | 127 | 30 | 31 |
| Octal | 257 | 101 | 270 | 5 | 101 | 0 | 34 | 447 | 60 | 61 |
| Binary | 10101111 | 1000001 | 10111000 | 101 | 1000001 | 0 | 11100 | 100100111 | 110000 | 110001 |
Color Harmonies of #AF41B8
Complementary color
Monochromatic Colors of #AF41B8
Black with #AF41B8
Text Example
Text Example
White with #AF41B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF41B8; }
p { color: rgb(175,65,184); }
H1.HeaderClassName
{
color: #AF41B8;
}
.AnyTagClassName
{
color: #AF41B8;
}
</style>
background-color css
<style>
a { background-color: #AF41B8; }
a { background-color: rgb(175,65,184); }
div.DivClassName
{
background-color: #AF41B8;
}
.BgClassName
{
background-color: #AF41B8;
}
</style>
border-color css
<style>
span { border-color: #AF41B8; }
span { border-color: rgb(175,65,184); }
td.TdClassName
{
border-color: #AF41B8;
}
.TagClassName
{
border-color: #AF41B8;
}
</style>