Shades of Fuchsia #AF40BE
Tints of Fuchsia #AF40BE
RGB
CMYK
RGB Variations
Color information
#AF40BE (or 0xAF40BE) is known color: Fuchsia. HEX triplet: AF, 40 and BE. RGB value is (175,64,190). Sum of RGB (Red+Green+Blue) = 175+64+190=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF40BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF40BE is #50BF41. Grayscale: #6F6F6F. Windows color (decimal): -5291842 or 12468399. OLE color: 12468399.
HSL color Cylindrical-coordinate representation of color #AF40BE: hue angle of 292.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF40BE is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 64 | 190 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.25 |
| HSL | 292.86º | 0.5% | 0.5% | - |
| HSV(B) | 292.86º | 0.66% | 0.75% | - |
| XYZ | 28.81 | 16.5 | 50.38 | - |
| YUV | 111.55 | 172.27 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 190 | 0.08 | 0.66 | 0 | 0.25 | 292.86 | 0.5 | 0.5 |
| Hex | AF | 40 | BE | 8 | 42 | 0 | 19 | 125 | 32 | 32 |
| Octal | 257 | 100 | 276 | 10 | 102 | 0 | 31 | 445 | 62 | 62 |
| Binary | 10101111 | 1000000 | 10111110 | 1000 | 1000010 | 0 | 11001 | 100100101 | 110010 | 110010 |
Color Harmonies of #AF40BE
Complementary color
Monochromatic Colors of #AF40BE
Black with #AF40BE
Text Example
Text Example
White with #AF40BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF40BE; }
p { color: rgb(175,64,190); }
H1.HeaderClassName
{
color: #AF40BE;
}
.AnyTagClassName
{
color: #AF40BE;
}
</style>
background-color css
<style>
a { background-color: #AF40BE; }
a { background-color: rgb(175,64,190); }
div.DivClassName
{
background-color: #AF40BE;
}
.BgClassName
{
background-color: #AF40BE;
}
</style>
border-color css
<style>
span { border-color: #AF40BE; }
span { border-color: rgb(175,64,190); }
td.TdClassName
{
border-color: #AF40BE;
}
.TagClassName
{
border-color: #AF40BE;
}
</style>