Shades of Fuchsia #AF42B1
Tints of Fuchsia #AF42B1
RGB
CMYK
RGB Variations
Color information
#AF42B1 (or 0xAF42B1) is known color: Fuchsia. HEX triplet: AF, 42 and B1. RGB value is (175,66,177). Sum of RGB (Red+Green+Blue) = 175+66+177=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF42B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF42B1 is #50BD4E. Grayscale: #6E6E6E. Windows color (decimal): -5291343 or 11616943. OLE color: 11616943.
HSL color Cylindrical-coordinate representation of color #AF42B1: hue angle of 298.92º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF42B1 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 177 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.31 |
| HSL | 298.92º | 0.46% | 0.48% | - |
| HSV(B) | 298.92º | 0.63% | 0.69% | - |
| XYZ | 27.56 | 16.18 | 43.27 | - |
| YUV | 111.25 | 165.11 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 177 | 0.01 | 0.63 | 0 | 0.31 | 298.92 | 0.46 | 0.48 |
| Hex | AF | 42 | B1 | 1 | 3F | 0 | 1F | 12B | 2E | 30 |
| Octal | 257 | 102 | 261 | 1 | 77 | 0 | 37 | 453 | 56 | 60 |
| Binary | 10101111 | 1000010 | 10110001 | 1 | 111111 | 0 | 11111 | 100101011 | 101110 | 110000 |
Color Harmonies of #AF42B1
Complementary color
Monochromatic Colors of #AF42B1
Black with #AF42B1
Text Example
Text Example
White with #AF42B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42B1; }
p { color: rgb(175,66,177); }
H1.HeaderClassName
{
color: #AF42B1;
}
.AnyTagClassName
{
color: #AF42B1;
}
</style>
background-color css
<style>
a { background-color: #AF42B1; }
a { background-color: rgb(175,66,177); }
div.DivClassName
{
background-color: #AF42B1;
}
.BgClassName
{
background-color: #AF42B1;
}
</style>
border-color css
<style>
span { border-color: #AF42B1; }
span { border-color: rgb(175,66,177); }
td.TdClassName
{
border-color: #AF42B1;
}
.TagClassName
{
border-color: #AF42B1;
}
</style>