Shades of Fuchsia #AF6FB8
Tints of Fuchsia #AF6FB8
RGB
CMYK
RGB Variations
Color information
#AF6FB8 (or 0xAF6FB8) is known color: Fuchsia. HEX triplet: AF, 6F and B8. RGB value is (175,111,184). Sum of RGB (Red+Green+Blue) = 175+111+184=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF6FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FB8 is #509047. Grayscale: #8A8A8A. Windows color (decimal): -5279816 or 12087215. OLE color: 12087215.
HSL color Cylindrical-coordinate representation of color #AF6FB8: hue angle of 292.6º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6FB8 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 111 | 184 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.28 |
| HSL | 292.6º | 0.34% | 0.58% | - |
| HSV(B) | 292.6º | 0.4% | 0.72% | - |
| XYZ | 32.02 | 23.94 | 48.28 | - |
| YUV | 138.46 | 153.7 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 184 | 0.05 | 0.40 | 0 | 0.28 | 292.6 | 0.34 | 0.58 |
| Hex | AF | 6F | B8 | 5 | 28 | 0 | 1C | 125 | 22 | 3A |
| Octal | 257 | 157 | 270 | 5 | 50 | 0 | 34 | 445 | 42 | 72 |
| Binary | 10101111 | 1101111 | 10111000 | 101 | 101000 | 0 | 11100 | 100100101 | 100010 | 111010 |
Color Harmonies of #AF6FB8
Complementary color
Monochromatic Colors of #AF6FB8
Black with #AF6FB8
Text Example
Text Example
White with #AF6FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6FB8; }
p { color: rgb(175,111,184); }
H1.HeaderClassName
{
color: #AF6FB8;
}
.AnyTagClassName
{
color: #AF6FB8;
}
</style>
background-color css
<style>
a { background-color: #AF6FB8; }
a { background-color: rgb(175,111,184); }
div.DivClassName
{
background-color: #AF6FB8;
}
.BgClassName
{
background-color: #AF6FB8;
}
</style>
border-color css
<style>
span { border-color: #AF6FB8; }
span { border-color: rgb(175,111,184); }
td.TdClassName
{
border-color: #AF6FB8;
}
.TagClassName
{
border-color: #AF6FB8;
}
</style>