Shades of Fuchsia #AF31AD
Tints of Fuchsia #AF31AD
RGB
CMYK
RGB Variations
Color information
#AF31AD (or 0xAF31AD) is known color: Fuchsia. HEX triplet: AF, 31 and AD. RGB value is (175,49,173). Sum of RGB (Red+Green+Blue) = 175+49+173=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF31AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF31AD is #50CE52. Grayscale: #646464. Windows color (decimal): -5295699 or 11350447. OLE color: 11350447.
HSL color Cylindrical-coordinate representation of color #AF31AD: hue angle of 300.95º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF31AD is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 173 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.31 |
| HSL | 300.95º | 0.56% | 0.44% | - |
| HSV(B) | 300.95º | 0.72% | 0.69% | - |
| XYZ | 26.32 | 14.33 | 40.91 | - |
| YUV | 100.81 | 168.74 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 173 | 0 | 0.72 | 0.01 | 0.31 | 300.95 | 0.56 | 0.44 |
| Hex | AF | 31 | AD | 0 | 48 | 1 | 1F | 12D | 38 | 2C |
| Octal | 257 | 61 | 255 | 0 | 110 | 1 | 37 | 455 | 70 | 54 |
| Binary | 10101111 | 110001 | 10101101 | 0 | 1001000 | 1 | 11111 | 100101101 | 111000 | 101100 |
Color Harmonies of #AF31AD
Complementary color
Monochromatic Colors of #AF31AD
Black with #AF31AD
Text Example
Text Example
White with #AF31AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF31AD; }
p { color: rgb(175,49,173); }
H1.HeaderClassName
{
color: #AF31AD;
}
.AnyTagClassName
{
color: #AF31AD;
}
</style>
background-color css
<style>
a { background-color: #AF31AD; }
a { background-color: rgb(175,49,173); }
div.DivClassName
{
background-color: #AF31AD;
}
.BgClassName
{
background-color: #AF31AD;
}
</style>
border-color css
<style>
span { border-color: #AF31AD; }
span { border-color: rgb(175,49,173); }
td.TdClassName
{
border-color: #AF31AD;
}
.TagClassName
{
border-color: #AF31AD;
}
</style>