Shades of Fuchsia #AF37AB
Tints of Fuchsia #AF37AB
RGB
CMYK
RGB Variations
Color information
#AF37AB (or 0xAF37AB) is known color: Fuchsia. HEX triplet: AF, 37 and AB. RGB value is (175,55,171). Sum of RGB (Red+Green+Blue) = 175+55+171=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF37AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF37AB is #50C854. Grayscale: #676767. Windows color (decimal): -5294165 or 11220911. OLE color: 11220911.
HSL color Cylindrical-coordinate representation of color #AF37AB: hue angle of 302º 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 #AF37AB is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 171 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.31 |
| HSL | 302º | 0.52% | 0.45% | - |
| HSV(B) | 302º | 0.69% | 0.69% | - |
| XYZ | 26.4 | 14.79 | 39.99 | - |
| YUV | 104.1 | 165.76 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 171 | 0 | 0.69 | 0.02 | 0.31 | 302 | 0.52 | 0.45 |
| Hex | AF | 37 | AB | 0 | 45 | 2 | 1F | 12E | 34 | 2D |
| Octal | 257 | 67 | 253 | 0 | 105 | 2 | 37 | 456 | 64 | 55 |
| Binary | 10101111 | 110111 | 10101011 | 0 | 1000101 | 10 | 11111 | 100101110 | 110100 | 101101 |
Color Harmonies of #AF37AB
Complementary color
Monochromatic Colors of #AF37AB
Black with #AF37AB
Text Example
Text Example
White with #AF37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF37AB; }
p { color: rgb(175,55,171); }
H1.HeaderClassName
{
color: #AF37AB;
}
.AnyTagClassName
{
color: #AF37AB;
}
</style>
background-color css
<style>
a { background-color: #AF37AB; }
a { background-color: rgb(175,55,171); }
div.DivClassName
{
background-color: #AF37AB;
}
.BgClassName
{
background-color: #AF37AB;
}
</style>
border-color css
<style>
span { border-color: #AF37AB; }
span { border-color: rgb(175,55,171); }
td.TdClassName
{
border-color: #AF37AB;
}
.TagClassName
{
border-color: #AF37AB;
}
</style>