Shades of Fuchsia #AF36B2
Tints of Fuchsia #AF36B2
RGB
CMYK
RGB Variations
Color information
#AF36B2 (or 0xAF36B2) is known color: Fuchsia. HEX triplet: AF, 36 and B2. RGB value is (175,54,178). Sum of RGB (Red+Green+Blue) = 175+54+178=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF36B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF36B2 is #50C94D. Grayscale: #676767. Windows color (decimal): -5294414 or 11679407. OLE color: 11679407.
HSL color Cylindrical-coordinate representation of color #AF36B2: hue angle of 298.55º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF36B2 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 54 | 178 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.30 |
| HSL | 298.55º | 0.53% | 0.45% | - |
| HSV(B) | 298.55º | 0.7% | 0.7% | - |
| XYZ | 27.03 | 14.97 | 43.58 | - |
| YUV | 104.32 | 169.59 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 178 | 0.02 | 0.70 | 0 | 0.30 | 298.55 | 0.53 | 0.45 |
| Hex | AF | 36 | B2 | 2 | 46 | 0 | 1E | 12B | 35 | 2D |
| Octal | 257 | 66 | 262 | 2 | 106 | 0 | 36 | 453 | 65 | 55 |
| Binary | 10101111 | 110110 | 10110010 | 10 | 1000110 | 0 | 11110 | 100101011 | 110101 | 101101 |
Color Harmonies of #AF36B2
Complementary color
Monochromatic Colors of #AF36B2
Black with #AF36B2
Text Example
Text Example
White with #AF36B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF36B2; }
p { color: rgb(175,54,178); }
H1.HeaderClassName
{
color: #AF36B2;
}
.AnyTagClassName
{
color: #AF36B2;
}
</style>
background-color css
<style>
a { background-color: #AF36B2; }
a { background-color: rgb(175,54,178); }
div.DivClassName
{
background-color: #AF36B2;
}
.BgClassName
{
background-color: #AF36B2;
}
</style>
border-color css
<style>
span { border-color: #AF36B2; }
span { border-color: rgb(175,54,178); }
td.TdClassName
{
border-color: #AF36B2;
}
.TagClassName
{
border-color: #AF36B2;
}
</style>