Shades of Fuchsia #AF37B4
Tints of Fuchsia #AF37B4
RGB
CMYK
RGB Variations
Color information
#AF37B4 (or 0xAF37B4) is known color: Fuchsia. HEX triplet: AF, 37 and B4. RGB value is (175,55,180). Sum of RGB (Red+Green+Blue) = 175+55+180=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF37B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37B4 is #50C84B. Grayscale: #686868. Windows color (decimal): -5294156 or 11810735. OLE color: 11810735.
HSL color Cylindrical-coordinate representation of color #AF37B4: hue angle of 297.6º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF37B4 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 55 | 180 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.29 |
| HSL | 297.6º | 0.53% | 0.46% | - |
| HSV(B) | 297.6º | 0.69% | 0.71% | - |
| XYZ | 27.28 | 15.14 | 44.66 | - |
| YUV | 105.13 | 170.26 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 180 | 0.03 | 0.69 | 0 | 0.29 | 297.6 | 0.53 | 0.46 |
| Hex | AF | 37 | B4 | 3 | 45 | 0 | 1D | 12A | 35 | 2E |
| Octal | 257 | 67 | 264 | 3 | 105 | 0 | 35 | 452 | 65 | 56 |
| Binary | 10101111 | 110111 | 10110100 | 11 | 1000101 | 0 | 11101 | 100101010 | 110101 | 101110 |
Color Harmonies of #AF37B4
Complementary color
Monochromatic Colors of #AF37B4
Black with #AF37B4
Text Example
Text Example
White with #AF37B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF37B4; }
p { color: rgb(175,55,180); }
H1.HeaderClassName
{
color: #AF37B4;
}
.AnyTagClassName
{
color: #AF37B4;
}
</style>
background-color css
<style>
a { background-color: #AF37B4; }
a { background-color: rgb(175,55,180); }
div.DivClassName
{
background-color: #AF37B4;
}
.BgClassName
{
background-color: #AF37B4;
}
</style>
border-color css
<style>
span { border-color: #AF37B4; }
span { border-color: rgb(175,55,180); }
td.TdClassName
{
border-color: #AF37B4;
}
.TagClassName
{
border-color: #AF37B4;
}
</style>