Shades of Fuchsia #AF68B9
Tints of Fuchsia #AF68B9
RGB
CMYK
RGB Variations
Color information
#AF68B9 (or 0xAF68B9) is known color: Fuchsia. HEX triplet: AF, 68 and B9. RGB value is (175,104,185). Sum of RGB (Red+Green+Blue) = 175+104+185=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF68B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68B9 is #509746. Grayscale: #868686. Windows color (decimal): -5281607 or 12150959. OLE color: 12150959.
HSL color Cylindrical-coordinate representation of color #AF68B9: hue angle of 292.59º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF68B9 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 104 | 185 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.27 |
| HSL | 292.59º | 0.37% | 0.57% | - |
| HSV(B) | 292.59º | 0.44% | 0.73% | - |
| XYZ | 31.39 | 22.52 | 48.59 | - |
| YUV | 134.46 | 156.52 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 185 | 0.05 | 0.44 | 0 | 0.27 | 292.59 | 0.37 | 0.57 |
| Hex | AF | 68 | B9 | 5 | 2C | 0 | 1B | 125 | 25 | 39 |
| Octal | 257 | 150 | 271 | 5 | 54 | 0 | 33 | 445 | 45 | 71 |
| Binary | 10101111 | 1101000 | 10111001 | 101 | 101100 | 0 | 11011 | 100100101 | 100101 | 111001 |
Color Harmonies of #AF68B9
Complementary color
Monochromatic Colors of #AF68B9
Black with #AF68B9
Text Example
Text Example
White with #AF68B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF68B9; }
p { color: rgb(175,104,185); }
H1.HeaderClassName
{
color: #AF68B9;
}
.AnyTagClassName
{
color: #AF68B9;
}
</style>
background-color css
<style>
a { background-color: #AF68B9; }
a { background-color: rgb(175,104,185); }
div.DivClassName
{
background-color: #AF68B9;
}
.BgClassName
{
background-color: #AF68B9;
}
</style>
border-color css
<style>
span { border-color: #AF68B9; }
span { border-color: rgb(175,104,185); }
td.TdClassName
{
border-color: #AF68B9;
}
.TagClassName
{
border-color: #AF68B9;
}
</style>