Shades of Fuchsia #AF60BB
Tints of Fuchsia #AF60BB
RGB
CMYK
RGB Variations
Color information
#AF60BB (or 0xAF60BB) is known color: Fuchsia. HEX triplet: AF, 60 and BB. RGB value is (175,96,187). Sum of RGB (Red+Green+Blue) = 175+96+187=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF60BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60BB is #509F44. Grayscale: #818181. Windows color (decimal): -5283653 or 12279983. OLE color: 12279983.
HSL color Cylindrical-coordinate representation of color #AF60BB: hue angle of 292.09º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF60BB is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 96 | 187 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.27 |
| HSL | 292.09º | 0.4% | 0.55% | - |
| HSV(B) | 292.09º | 0.49% | 0.73% | - |
| XYZ | 30.83 | 21.07 | 49.46 | - |
| YUV | 130 | 160.17 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 187 | 0.06 | 0.49 | 0 | 0.27 | 292.09 | 0.4 | 0.55 |
| Hex | AF | 60 | BB | 6 | 31 | 0 | 1B | 124 | 28 | 37 |
| Octal | 257 | 140 | 273 | 6 | 61 | 0 | 33 | 444 | 50 | 67 |
| Binary | 10101111 | 1100000 | 10111011 | 110 | 110001 | 0 | 11011 | 100100100 | 101000 | 110111 |
Color Harmonies of #AF60BB
Complementary color
Monochromatic Colors of #AF60BB
Black with #AF60BB
Text Example
Text Example
White with #AF60BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF60BB; }
p { color: rgb(175,96,187); }
H1.HeaderClassName
{
color: #AF60BB;
}
.AnyTagClassName
{
color: #AF60BB;
}
</style>
background-color css
<style>
a { background-color: #AF60BB; }
a { background-color: rgb(175,96,187); }
div.DivClassName
{
background-color: #AF60BB;
}
.BgClassName
{
background-color: #AF60BB;
}
</style>
border-color css
<style>
span { border-color: #AF60BB; }
span { border-color: rgb(175,96,187); }
td.TdClassName
{
border-color: #AF60BB;
}
.TagClassName
{
border-color: #AF60BB;
}
</style>