Shades of Fuchsia #AF51B2
Tints of Fuchsia #AF51B2
RGB
CMYK
RGB Variations
Color information
#AF51B2 (or 0xAF51B2) is known color: Fuchsia. HEX triplet: AF, 51 and B2. RGB value is (175,81,178). Sum of RGB (Red+Green+Blue) = 175+81+178=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF51B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF51B2 is #50AE4D. Grayscale: #777777. Windows color (decimal): -5287502 or 11686319. OLE color: 11686319.
HSL color Cylindrical-coordinate representation of color #AF51B2: hue angle of 298.14º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF51B2 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 81 | 178 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.30 |
| HSL | 298.14º | 0.39% | 0.51% | - |
| HSV(B) | 298.14º | 0.54% | 0.7% | - |
| XYZ | 28.66 | 18.21 | 44.12 | - |
| YUV | 120.16 | 160.64 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 178 | 0.02 | 0.54 | 0 | 0.30 | 298.14 | 0.39 | 0.51 |
| Hex | AF | 51 | B2 | 2 | 36 | 0 | 1E | 12A | 27 | 33 |
| Octal | 257 | 121 | 262 | 2 | 66 | 0 | 36 | 452 | 47 | 63 |
| Binary | 10101111 | 1010001 | 10110010 | 10 | 110110 | 0 | 11110 | 100101010 | 100111 | 110011 |
Color Harmonies of #AF51B2
Complementary color
Monochromatic Colors of #AF51B2
Black with #AF51B2
Text Example
Text Example
White with #AF51B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF51B2; }
p { color: rgb(175,81,178); }
H1.HeaderClassName
{
color: #AF51B2;
}
.AnyTagClassName
{
color: #AF51B2;
}
</style>
background-color css
<style>
a { background-color: #AF51B2; }
a { background-color: rgb(175,81,178); }
div.DivClassName
{
background-color: #AF51B2;
}
.BgClassName
{
background-color: #AF51B2;
}
</style>
border-color css
<style>
span { border-color: #AF51B2; }
span { border-color: rgb(175,81,178); }
td.TdClassName
{
border-color: #AF51B2;
}
.TagClassName
{
border-color: #AF51B2;
}
</style>