Shades of Fuchsia #AF41AB
Tints of Fuchsia #AF41AB
RGB
CMYK
RGB Variations
Color information
#AF41AB (or 0xAF41AB) is known color: Fuchsia. HEX triplet: AF, 41 and AB. RGB value is (175,65,171). Sum of RGB (Red+Green+Blue) = 175+65+171=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF41AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF41AB is #50BE54. Grayscale: #6D6D6D. Windows color (decimal): -5291605 or 11223471. OLE color: 11223471.
HSL color Cylindrical-coordinate representation of color #AF41AB: hue angle of 302.18º 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 #AF41AB is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 171 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.31 |
| HSL | 302.18º | 0.46% | 0.47% | - |
| HSV(B) | 302.18º | 0.63% | 0.69% | - |
| XYZ | 26.92 | 15.83 | 40.17 | - |
| YUV | 109.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 171 | 0 | 0.63 | 0.02 | 0.31 | 302.18 | 0.46 | 0.47 |
| Hex | AF | 41 | AB | 0 | 3F | 2 | 1F | 12E | 2E | 2F |
| Octal | 257 | 101 | 253 | 0 | 77 | 2 | 37 | 456 | 56 | 57 |
| Binary | 10101111 | 1000001 | 10101011 | 0 | 111111 | 10 | 11111 | 100101110 | 101110 | 101111 |
Color Harmonies of #AF41AB
Complementary color
Monochromatic Colors of #AF41AB
Black with #AF41AB
Text Example
Text Example
White with #AF41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF41AB; }
p { color: rgb(175,65,171); }
H1.HeaderClassName
{
color: #AF41AB;
}
.AnyTagClassName
{
color: #AF41AB;
}
</style>
background-color css
<style>
a { background-color: #AF41AB; }
a { background-color: rgb(175,65,171); }
div.DivClassName
{
background-color: #AF41AB;
}
.BgClassName
{
background-color: #AF41AB;
}
</style>
border-color css
<style>
span { border-color: #AF41AB; }
span { border-color: rgb(175,65,171); }
td.TdClassName
{
border-color: #AF41AB;
}
.TagClassName
{
border-color: #AF41AB;
}
</style>