Shades of Fuchsia #AF40BA
Tints of Fuchsia #AF40BA
RGB
CMYK
RGB Variations
Color information
#AF40BA (or 0xAF40BA) is known color: Fuchsia. HEX triplet: AF, 40 and BA. RGB value is (175,64,186). Sum of RGB (Red+Green+Blue) = 175+64+186=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF40BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF40BA is #50BF45. Grayscale: #6E6E6E. Windows color (decimal): -5291846 or 12206255. OLE color: 12206255.
HSL color Cylindrical-coordinate representation of color #AF40BA: hue angle of 294.59º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF40BA is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 64 | 186 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.27 |
| HSL | 294.59º | 0.49% | 0.49% | - |
| HSV(B) | 294.59º | 0.66% | 0.73% | - |
| XYZ | 28.38 | 16.33 | 48.11 | - |
| YUV | 111.1 | 170.27 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 186 | 0.06 | 0.66 | 0 | 0.27 | 294.59 | 0.49 | 0.49 |
| Hex | AF | 40 | BA | 6 | 42 | 0 | 1B | 127 | 31 | 31 |
| Octal | 257 | 100 | 272 | 6 | 102 | 0 | 33 | 447 | 61 | 61 |
| Binary | 10101111 | 1000000 | 10111010 | 110 | 1000010 | 0 | 11011 | 100100111 | 110001 | 110001 |
Color Harmonies of #AF40BA
Complementary color
Monochromatic Colors of #AF40BA
Black with #AF40BA
Text Example
Text Example
White with #AF40BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF40BA; }
p { color: rgb(175,64,186); }
H1.HeaderClassName
{
color: #AF40BA;
}
.AnyTagClassName
{
color: #AF40BA;
}
</style>
background-color css
<style>
a { background-color: #AF40BA; }
a { background-color: rgb(175,64,186); }
div.DivClassName
{
background-color: #AF40BA;
}
.BgClassName
{
background-color: #AF40BA;
}
</style>
border-color css
<style>
span { border-color: #AF40BA; }
span { border-color: rgb(175,64,186); }
td.TdClassName
{
border-color: #AF40BA;
}
.TagClassName
{
border-color: #AF40BA;
}
</style>