Shades of Fuchsia #AF50B2
Tints of Fuchsia #AF50B2
RGB
CMYK
RGB Variations
Color information
#AF50B2 (or 0xAF50B2) is known color: Fuchsia. HEX triplet: AF, 50 and B2. RGB value is (175,80,178). Sum of RGB (Red+Green+Blue) = 175+80+178=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF50B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF50B2 is #50AF4D. Grayscale: #777777. Windows color (decimal): -5287758 or 11686063. OLE color: 11686063.
HSL color Cylindrical-coordinate representation of color #AF50B2: hue angle of 298.16º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF50B2 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 80 | 178 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.30 |
| HSL | 298.16º | 0.39% | 0.51% | - |
| HSV(B) | 298.16º | 0.55% | 0.7% | - |
| XYZ | 28.58 | 18.07 | 44.1 | - |
| YUV | 119.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 178 | 0.02 | 0.55 | 0 | 0.30 | 298.16 | 0.39 | 0.51 |
| Hex | AF | 50 | B2 | 2 | 37 | 0 | 1E | 12A | 27 | 33 |
| Octal | 257 | 120 | 262 | 2 | 67 | 0 | 36 | 452 | 47 | 63 |
| Binary | 10101111 | 1010000 | 10110010 | 10 | 110111 | 0 | 11110 | 100101010 | 100111 | 110011 |
Color Harmonies of #AF50B2
Complementary color
Monochromatic Colors of #AF50B2
Black with #AF50B2
Text Example
Text Example
White with #AF50B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF50B2; }
p { color: rgb(175,80,178); }
H1.HeaderClassName
{
color: #AF50B2;
}
.AnyTagClassName
{
color: #AF50B2;
}
</style>
background-color css
<style>
a { background-color: #AF50B2; }
a { background-color: rgb(175,80,178); }
div.DivClassName
{
background-color: #AF50B2;
}
.BgClassName
{
background-color: #AF50B2;
}
</style>
border-color css
<style>
span { border-color: #AF50B2; }
span { border-color: rgb(175,80,178); }
td.TdClassName
{
border-color: #AF50B2;
}
.TagClassName
{
border-color: #AF50B2;
}
</style>