Shades of Fuchsia #AF40AC
Tints of Fuchsia #AF40AC
RGB
CMYK
RGB Variations
Color information
#AF40AC (or 0xAF40AC) is known color: Fuchsia. HEX triplet: AF, 40 and AC. RGB value is (175,64,172). Sum of RGB (Red+Green+Blue) = 175+64+172=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF40AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF40AC is #50BF53. Grayscale: #6D6D6D. Windows color (decimal): -5291860 or 11288751. OLE color: 11288751.
HSL color Cylindrical-coordinate representation of color #AF40AC: hue angle of 301.62º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF40AC is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 172 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.31 |
| HSL | 301.62º | 0.46% | 0.47% | - |
| HSV(B) | 301.62º | 0.63% | 0.69% | - |
| XYZ | 26.96 | 15.76 | 40.65 | - |
| YUV | 109.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 172 | 0 | 0.63 | 0.02 | 0.31 | 301.62 | 0.46 | 0.47 |
| Hex | AF | 40 | AC | 0 | 3F | 2 | 1F | 12E | 2E | 2F |
| Octal | 257 | 100 | 254 | 0 | 77 | 2 | 37 | 456 | 56 | 57 |
| Binary | 10101111 | 1000000 | 10101100 | 0 | 111111 | 10 | 11111 | 100101110 | 101110 | 101111 |
Color Harmonies of #AF40AC
Complementary color
Monochromatic Colors of #AF40AC
Black with #AF40AC
Text Example
Text Example
White with #AF40AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF40AC; }
p { color: rgb(175,64,172); }
H1.HeaderClassName
{
color: #AF40AC;
}
.AnyTagClassName
{
color: #AF40AC;
}
</style>
background-color css
<style>
a { background-color: #AF40AC; }
a { background-color: rgb(175,64,172); }
div.DivClassName
{
background-color: #AF40AC;
}
.BgClassName
{
background-color: #AF40AC;
}
</style>
border-color css
<style>
span { border-color: #AF40AC; }
span { border-color: rgb(175,64,172); }
td.TdClassName
{
border-color: #AF40AC;
}
.TagClassName
{
border-color: #AF40AC;
}
</style>