Shades of Fuchsia #AF37A6
Tints of Fuchsia #AF37A6
RGB
CMYK
RGB Variations
Color information
#AF37A6 (or 0xAF37A6) is known color: Fuchsia. HEX triplet: AF, 37 and A6. RGB value is (175,55,166). Sum of RGB (Red+Green+Blue) = 175+55+166=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF37A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF37A6 is #50C859. Grayscale: #676767. Windows color (decimal): -5294170 or 10893231. OLE color: 10893231.
HSL color Cylindrical-coordinate representation of color #AF37A6: hue angle of 304.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 #AF37A6 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 166 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.31 |
| HSL | 304.5º | 0.52% | 0.45% | - |
| HSV(B) | 304.5º | 0.69% | 0.69% | - |
| XYZ | 25.93 | 14.6 | 37.53 | - |
| YUV | 103.53 | 163.26 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 166 | 0 | 0.69 | 0.05 | 0.31 | 304.5 | 0.52 | 0.45 |
| Hex | AF | 37 | A6 | 0 | 45 | 5 | 1F | 130 | 34 | 2D |
| Octal | 257 | 67 | 246 | 0 | 105 | 5 | 37 | 460 | 64 | 55 |
| Binary | 10101111 | 110111 | 10100110 | 0 | 1000101 | 101 | 11111 | 100110000 | 110100 | 101101 |
Color Harmonies of #AF37A6
Complementary color
Monochromatic Colors of #AF37A6
Black with #AF37A6
Text Example
Text Example
White with #AF37A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF37A6; }
p { color: rgb(175,55,166); }
H1.HeaderClassName
{
color: #AF37A6;
}
.AnyTagClassName
{
color: #AF37A6;
}
</style>
background-color css
<style>
a { background-color: #AF37A6; }
a { background-color: rgb(175,55,166); }
div.DivClassName
{
background-color: #AF37A6;
}
.BgClassName
{
background-color: #AF37A6;
}
</style>
border-color css
<style>
span { border-color: #AF37A6; }
span { border-color: rgb(175,55,166); }
td.TdClassName
{
border-color: #AF37A6;
}
.TagClassName
{
border-color: #AF37A6;
}
</style>