Shades of Fuchsia #AF68BB
Tints of Fuchsia #AF68BB
RGB
CMYK
RGB Variations
Color information
#AF68BB (or 0xAF68BB) is known color: Fuchsia. HEX triplet: AF, 68 and BB. RGB value is (175,104,187). Sum of RGB (Red+Green+Blue) = 175+104+187=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF68BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68BB is #509744. Grayscale: #868686. Windows color (decimal): -5281605 or 12282031. OLE color: 12282031.
HSL color Cylindrical-coordinate representation of color #AF68BB: hue angle of 291.33º degrees, saturation: 0.38, 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 #AF68BB is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 104 | 187 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.27 |
| HSL | 291.33º | 0.38% | 0.57% | - |
| HSV(B) | 291.33º | 0.44% | 0.73% | - |
| XYZ | 31.6 | 22.6 | 49.71 | - |
| YUV | 134.69 | 157.52 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 187 | 0.06 | 0.44 | 0 | 0.27 | 291.33 | 0.38 | 0.57 |
| Hex | AF | 68 | BB | 6 | 2C | 0 | 1B | 123 | 26 | 39 |
| Octal | 257 | 150 | 273 | 6 | 54 | 0 | 33 | 443 | 46 | 71 |
| Binary | 10101111 | 1101000 | 10111011 | 110 | 101100 | 0 | 11011 | 100100011 | 100110 | 111001 |
Color Harmonies of #AF68BB
Complementary color
Monochromatic Colors of #AF68BB
Black with #AF68BB
Text Example
Text Example
White with #AF68BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF68BB; }
p { color: rgb(175,104,187); }
H1.HeaderClassName
{
color: #AF68BB;
}
.AnyTagClassName
{
color: #AF68BB;
}
</style>
background-color css
<style>
a { background-color: #AF68BB; }
a { background-color: rgb(175,104,187); }
div.DivClassName
{
background-color: #AF68BB;
}
.BgClassName
{
background-color: #AF68BB;
}
</style>
border-color css
<style>
span { border-color: #AF68BB; }
span { border-color: rgb(175,104,187); }
td.TdClassName
{
border-color: #AF68BB;
}
.TagClassName
{
border-color: #AF68BB;
}
</style>