Shades of Fuchsia #AF41B1
Tints of Fuchsia #AF41B1
RGB
CMYK
RGB Variations
Color information
#AF41B1 (or 0xAF41B1) is known color: Fuchsia. HEX triplet: AF, 41 and B1. RGB value is (175,65,177). Sum of RGB (Red+Green+Blue) = 175+65+177=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF41B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF41B1 is #50BE4E. Grayscale: #6E6E6E. Windows color (decimal): -5291599 or 11616687. OLE color: 11616687.
HSL color Cylindrical-coordinate representation of color #AF41B1: hue angle of 298.93º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF41B1 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 177 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.31 |
| HSL | 298.93º | 0.46% | 0.47% | - |
| HSV(B) | 298.93º | 0.63% | 0.69% | - |
| XYZ | 27.51 | 16.07 | 43.25 | - |
| YUV | 110.66 | 165.44 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 177 | 0.01 | 0.63 | 0 | 0.31 | 298.93 | 0.46 | 0.47 |
| Hex | AF | 41 | B1 | 1 | 3F | 0 | 1F | 12B | 2E | 2F |
| Octal | 257 | 101 | 261 | 1 | 77 | 0 | 37 | 453 | 56 | 57 |
| Binary | 10101111 | 1000001 | 10110001 | 1 | 111111 | 0 | 11111 | 100101011 | 101110 | 101111 |
Color Harmonies of #AF41B1
Complementary color
Monochromatic Colors of #AF41B1
Black with #AF41B1
Text Example
Text Example
White with #AF41B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF41B1; }
p { color: rgb(175,65,177); }
H1.HeaderClassName
{
color: #AF41B1;
}
.AnyTagClassName
{
color: #AF41B1;
}
</style>
background-color css
<style>
a { background-color: #AF41B1; }
a { background-color: rgb(175,65,177); }
div.DivClassName
{
background-color: #AF41B1;
}
.BgClassName
{
background-color: #AF41B1;
}
</style>
border-color css
<style>
span { border-color: #AF41B1; }
span { border-color: rgb(175,65,177); }
td.TdClassName
{
border-color: #AF41B1;
}
.TagClassName
{
border-color: #AF41B1;
}
</style>