Shades of Fuchsia #AF6CB8
Tints of Fuchsia #AF6CB8
RGB
CMYK
RGB Variations
Color information
#AF6CB8 (or 0xAF6CB8) is known color: Fuchsia. HEX triplet: AF, 6C and B8. RGB value is (175,108,184). Sum of RGB (Red+Green+Blue) = 175+108+184=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF6CB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CB8 is #509347. Grayscale: #888888. Windows color (decimal): -5280584 or 12086447. OLE color: 12086447.
HSL color Cylindrical-coordinate representation of color #AF6CB8: hue angle of 292.89º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF6CB8 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 108 | 184 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.28 |
| HSL | 292.89º | 0.35% | 0.57% | - |
| HSV(B) | 292.89º | 0.41% | 0.72% | - |
| XYZ | 31.69 | 23.3 | 48.17 | - |
| YUV | 136.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 184 | 0.05 | 0.41 | 0 | 0.28 | 292.89 | 0.35 | 0.57 |
| Hex | AF | 6C | B8 | 5 | 29 | 0 | 1C | 125 | 23 | 39 |
| Octal | 257 | 154 | 270 | 5 | 51 | 0 | 34 | 445 | 43 | 71 |
| Binary | 10101111 | 1101100 | 10111000 | 101 | 101001 | 0 | 11100 | 100100101 | 100011 | 111001 |
Color Harmonies of #AF6CB8
Complementary color
Monochromatic Colors of #AF6CB8
Black with #AF6CB8
Text Example
Text Example
White with #AF6CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6CB8; }
p { color: rgb(175,108,184); }
H1.HeaderClassName
{
color: #AF6CB8;
}
.AnyTagClassName
{
color: #AF6CB8;
}
</style>
background-color css
<style>
a { background-color: #AF6CB8; }
a { background-color: rgb(175,108,184); }
div.DivClassName
{
background-color: #AF6CB8;
}
.BgClassName
{
background-color: #AF6CB8;
}
</style>
border-color css
<style>
span { border-color: #AF6CB8; }
span { border-color: rgb(175,108,184); }
td.TdClassName
{
border-color: #AF6CB8;
}
.TagClassName
{
border-color: #AF6CB8;
}
</style>