Shades of Fuchsia #AF4DB8
Tints of Fuchsia #AF4DB8
RGB
CMYK
RGB Variations
Color information
#AF4DB8 (or 0xAF4DB8) is known color: Fuchsia. HEX triplet: AF, 4D and B8. RGB value is (175,77,184). Sum of RGB (Red+Green+Blue) = 175+77+184=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF4DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DB8 is #50B247. Grayscale: #767676. Windows color (decimal): -5288520 or 12078511. OLE color: 12078511.
HSL color Cylindrical-coordinate representation of color #AF4DB8: hue angle of 294.95º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4DB8 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 77 | 184 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.28 |
| HSL | 294.95º | 0.43% | 0.51% | - |
| HSV(B) | 294.95º | 0.58% | 0.72% | - |
| XYZ | 28.98 | 17.88 | 47.27 | - |
| YUV | 118.5 | 164.97 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 184 | 0.05 | 0.58 | 0 | 0.28 | 294.95 | 0.43 | 0.51 |
| Hex | AF | 4D | B8 | 5 | 3A | 0 | 1C | 127 | 2B | 33 |
| Octal | 257 | 115 | 270 | 5 | 72 | 0 | 34 | 447 | 53 | 63 |
| Binary | 10101111 | 1001101 | 10111000 | 101 | 111010 | 0 | 11100 | 100100111 | 101011 | 110011 |
Color Harmonies of #AF4DB8
Complementary color
Monochromatic Colors of #AF4DB8
Black with #AF4DB8
Text Example
Text Example
White with #AF4DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4DB8; }
p { color: rgb(175,77,184); }
H1.HeaderClassName
{
color: #AF4DB8;
}
.AnyTagClassName
{
color: #AF4DB8;
}
</style>
background-color css
<style>
a { background-color: #AF4DB8; }
a { background-color: rgb(175,77,184); }
div.DivClassName
{
background-color: #AF4DB8;
}
.BgClassName
{
background-color: #AF4DB8;
}
</style>
border-color css
<style>
span { border-color: #AF4DB8; }
span { border-color: rgb(175,77,184); }
td.TdClassName
{
border-color: #AF4DB8;
}
.TagClassName
{
border-color: #AF4DB8;
}
</style>