Shades of Fuchsia #AF36AF
Tints of Fuchsia #AF36AF
RGB
CMYK
RGB Variations
Color information
#AF36AF (or 0xAF36AF) is known color: Fuchsia. HEX triplet: AF, 36 and AF. RGB value is (175,54,175). Sum of RGB (Red+Green+Blue) = 175+54+175=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF36AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF36AF is #50C950. Grayscale: #676767. Windows color (decimal): -5294417 or 11482799. OLE color: 11482799.
HSL color Cylindrical-coordinate representation of color #AF36AF: hue angle of 300º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF36AF is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 175 | - |
| CMYK | 0 | 0.69 | 0 | 0.31 |
| HSL | 300º | 0.53% | 0.45% | - |
| HSV(B) | 300º | 0.69% | 0.69% | - |
| XYZ | 26.74 | 14.85 | 42.01 | - |
| YUV | 103.97 | 168.09 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 175 | 0 | 0.69 | 0 | 0.31 | 300 | 0.53 | 0.45 |
| Hex | AF | 36 | AF | 0 | 45 | 0 | 1F | 12C | 35 | 2D |
| Octal | 257 | 66 | 257 | 0 | 105 | 0 | 37 | 454 | 65 | 55 |
| Binary | 10101111 | 110110 | 10101111 | 0 | 1000101 | 0 | 11111 | 100101100 | 110101 | 101101 |
Color Harmonies of #AF36AF
Complementary color
Monochromatic Colors of #AF36AF
Black with #AF36AF
Text Example
Text Example
White with #AF36AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF36AF; }
p { color: rgb(175,54,175); }
H1.HeaderClassName
{
color: #AF36AF;
}
.AnyTagClassName
{
color: #AF36AF;
}
</style>
background-color css
<style>
a { background-color: #AF36AF; }
a { background-color: rgb(175,54,175); }
div.DivClassName
{
background-color: #AF36AF;
}
.BgClassName
{
background-color: #AF36AF;
}
</style>
border-color css
<style>
span { border-color: #AF36AF; }
span { border-color: rgb(175,54,175); }
td.TdClassName
{
border-color: #AF36AF;
}
.TagClassName
{
border-color: #AF36AF;
}
</style>