Shades of Fuchsia #AF40BF
Tints of Fuchsia #AF40BF
RGB
CMYK
RGB Variations
Color information
#AF40BF (or 0xAF40BF) is known color: Fuchsia. HEX triplet: AF, 40 and BF. RGB value is (175,64,191). Sum of RGB (Red+Green+Blue) = 175+64+191=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF40BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF40BF is #50BF40. Grayscale: #6F6F6F. Windows color (decimal): -5291841 or 12533935. OLE color: 12533935.
HSL color Cylindrical-coordinate representation of color #AF40BF: hue angle of 292.44º 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 #AF40BF is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 64 | 191 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.25 |
| HSL | 292.44º | 0.5% | 0.5% | - |
| HSV(B) | 292.44º | 0.66% | 0.75% | - |
| XYZ | 28.92 | 16.54 | 50.96 | - |
| YUV | 111.67 | 172.77 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 191 | 0.08 | 0.66 | 0 | 0.25 | 292.44 | 0.5 | 0.5 |
| Hex | AF | 40 | BF | 8 | 42 | 0 | 19 | 124 | 32 | 32 |
| Octal | 257 | 100 | 277 | 10 | 102 | 0 | 31 | 444 | 62 | 62 |
| Binary | 10101111 | 1000000 | 10111111 | 1000 | 1000010 | 0 | 11001 | 100100100 | 110010 | 110010 |
Color Harmonies of #AF40BF
Complementary color
Monochromatic Colors of #AF40BF
Black with #AF40BF
Text Example
Text Example
White with #AF40BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF40BF; }
p { color: rgb(175,64,191); }
H1.HeaderClassName
{
color: #AF40BF;
}
.AnyTagClassName
{
color: #AF40BF;
}
</style>
background-color css
<style>
a { background-color: #AF40BF; }
a { background-color: rgb(175,64,191); }
div.DivClassName
{
background-color: #AF40BF;
}
.BgClassName
{
background-color: #AF40BF;
}
</style>
border-color css
<style>
span { border-color: #AF40BF; }
span { border-color: rgb(175,64,191); }
td.TdClassName
{
border-color: #AF40BF;
}
.TagClassName
{
border-color: #AF40BF;
}
</style>