Shades of Fuchsia #AF4DB6
Tints of Fuchsia #AF4DB6
RGB
CMYK
RGB Variations
Color information
#AF4DB6 (or 0xAF4DB6) is known color: Fuchsia. HEX triplet: AF, 4D and B6. RGB value is (175,77,182). Sum of RGB (Red+Green+Blue) = 175+77+182=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF4DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DB6 is #50B249. Grayscale: #757575. Windows color (decimal): -5288522 or 11947439. OLE color: 11947439.
HSL color Cylindrical-coordinate representation of color #AF4DB6: hue angle of 296º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4DB6 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 77 | 182 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.29 |
| HSL | 296º | 0.42% | 0.51% | - |
| HSV(B) | 296º | 0.58% | 0.71% | - |
| XYZ | 28.78 | 17.8 | 46.17 | - |
| YUV | 118.27 | 163.97 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 182 | 0.04 | 0.58 | 0 | 0.29 | 296 | 0.42 | 0.51 |
| Hex | AF | 4D | B6 | 4 | 3A | 0 | 1D | 128 | 2A | 33 |
| Octal | 257 | 115 | 266 | 4 | 72 | 0 | 35 | 450 | 52 | 63 |
| Binary | 10101111 | 1001101 | 10110110 | 100 | 111010 | 0 | 11101 | 100101000 | 101010 | 110011 |
Color Harmonies of #AF4DB6
Complementary color
Monochromatic Colors of #AF4DB6
Black with #AF4DB6
Text Example
Text Example
White with #AF4DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4DB6; }
p { color: rgb(175,77,182); }
H1.HeaderClassName
{
color: #AF4DB6;
}
.AnyTagClassName
{
color: #AF4DB6;
}
</style>
background-color css
<style>
a { background-color: #AF4DB6; }
a { background-color: rgb(175,77,182); }
div.DivClassName
{
background-color: #AF4DB6;
}
.BgClassName
{
background-color: #AF4DB6;
}
</style>
border-color css
<style>
span { border-color: #AF4DB6; }
span { border-color: rgb(175,77,182); }
td.TdClassName
{
border-color: #AF4DB6;
}
.TagClassName
{
border-color: #AF4DB6;
}
</style>