Shades of Fuchsia #AF37AA
Tints of Fuchsia #AF37AA
RGB
CMYK
RGB Variations
Color information
#AF37AA (or 0xAF37AA) is known color: Fuchsia. HEX triplet: AF, 37 and AA. RGB value is (175,55,170). Sum of RGB (Red+Green+Blue) = 175+55+170=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF37AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF37AA is #50C855. Grayscale: #676767. Windows color (decimal): -5294166 or 11155375. OLE color: 11155375.
HSL color Cylindrical-coordinate representation of color #AF37AA: hue angle of 302.5º degrees, saturation: 0.52, 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 #AF37AA is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 170 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.31 |
| HSL | 302.5º | 0.52% | 0.45% | - |
| HSV(B) | 302.5º | 0.69% | 0.69% | - |
| XYZ | 26.3 | 14.75 | 39.49 | - |
| YUV | 103.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 170 | 0 | 0.69 | 0.03 | 0.31 | 302.5 | 0.52 | 0.45 |
| Hex | AF | 37 | AA | 0 | 45 | 3 | 1F | 12E | 34 | 2D |
| Octal | 257 | 67 | 252 | 0 | 105 | 3 | 37 | 456 | 64 | 55 |
| Binary | 10101111 | 110111 | 10101010 | 0 | 1000101 | 11 | 11111 | 100101110 | 110100 | 101101 |
Color Harmonies of #AF37AA
Complementary color
Monochromatic Colors of #AF37AA
Black with #AF37AA
Text Example
Text Example
White with #AF37AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF37AA; }
p { color: rgb(175,55,170); }
H1.HeaderClassName
{
color: #AF37AA;
}
.AnyTagClassName
{
color: #AF37AA;
}
</style>
background-color css
<style>
a { background-color: #AF37AA; }
a { background-color: rgb(175,55,170); }
div.DivClassName
{
background-color: #AF37AA;
}
.BgClassName
{
background-color: #AF37AA;
}
</style>
border-color css
<style>
span { border-color: #AF37AA; }
span { border-color: rgb(175,55,170); }
td.TdClassName
{
border-color: #AF37AA;
}
.TagClassName
{
border-color: #AF37AA;
}
</style>