Shades of Fuchsia #AF50BB
Tints of Fuchsia #AF50BB
RGB
CMYK
RGB Variations
Color information
#AF50BB (or 0xAF50BB) is known color: Fuchsia. HEX triplet: AF, 50 and BB. RGB value is (175,80,187). Sum of RGB (Red+Green+Blue) = 175+80+187=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF50BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50BB is #50AF44. Grayscale: #787878. Windows color (decimal): -5287749 or 12275887. OLE color: 12275887.
HSL color Cylindrical-coordinate representation of color #AF50BB: hue angle of 293.27º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF50BB is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 80 | 187 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.27 |
| HSL | 293.27º | 0.44% | 0.52% | - |
| HSV(B) | 293.27º | 0.57% | 0.73% | - |
| XYZ | 29.52 | 18.44 | 49.02 | - |
| YUV | 120.6 | 165.47 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 187 | 0.06 | 0.57 | 0 | 0.27 | 293.27 | 0.44 | 0.52 |
| Hex | AF | 50 | BB | 6 | 39 | 0 | 1B | 125 | 2C | 34 |
| Octal | 257 | 120 | 273 | 6 | 71 | 0 | 33 | 445 | 54 | 64 |
| Binary | 10101111 | 1010000 | 10111011 | 110 | 111001 | 0 | 11011 | 100100101 | 101100 | 110100 |
Color Harmonies of #AF50BB
Complementary color
Monochromatic Colors of #AF50BB
Black with #AF50BB
Text Example
Text Example
White with #AF50BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF50BB; }
p { color: rgb(175,80,187); }
H1.HeaderClassName
{
color: #AF50BB;
}
.AnyTagClassName
{
color: #AF50BB;
}
</style>
background-color css
<style>
a { background-color: #AF50BB; }
a { background-color: rgb(175,80,187); }
div.DivClassName
{
background-color: #AF50BB;
}
.BgClassName
{
background-color: #AF50BB;
}
</style>
border-color css
<style>
span { border-color: #AF50BB; }
span { border-color: rgb(175,80,187); }
td.TdClassName
{
border-color: #AF50BB;
}
.TagClassName
{
border-color: #AF50BB;
}
</style>