Shades of Fuchsia #AF40BD
Tints of Fuchsia #AF40BD
RGB
CMYK
RGB Variations
Color information
#AF40BD (or 0xAF40BD) is known color: Fuchsia. HEX triplet: AF, 40 and BD. RGB value is (175,64,189). Sum of RGB (Red+Green+Blue) = 175+64+189=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF40BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF40BD is #50BF42. Grayscale: #6F6F6F. Windows color (decimal): -5291843 or 12402863. OLE color: 12402863.
HSL color Cylindrical-coordinate representation of color #AF40BD: hue angle of 293.28º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF40BD is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 64 | 189 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.26 |
| HSL | 293.28º | 0.49% | 0.5% | - |
| HSV(B) | 293.28º | 0.66% | 0.74% | - |
| XYZ | 28.7 | 16.45 | 49.81 | - |
| YUV | 111.44 | 171.77 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 189 | 0.07 | 0.66 | 0 | 0.26 | 293.28 | 0.49 | 0.5 |
| Hex | AF | 40 | BD | 7 | 42 | 0 | 1A | 125 | 31 | 32 |
| Octal | 257 | 100 | 275 | 7 | 102 | 0 | 32 | 445 | 61 | 62 |
| Binary | 10101111 | 1000000 | 10111101 | 111 | 1000010 | 0 | 11010 | 100100101 | 110001 | 110010 |
Color Harmonies of #AF40BD
Complementary color
Monochromatic Colors of #AF40BD
Black with #AF40BD
Text Example
Text Example
White with #AF40BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF40BD; }
p { color: rgb(175,64,189); }
H1.HeaderClassName
{
color: #AF40BD;
}
.AnyTagClassName
{
color: #AF40BD;
}
</style>
background-color css
<style>
a { background-color: #AF40BD; }
a { background-color: rgb(175,64,189); }
div.DivClassName
{
background-color: #AF40BD;
}
.BgClassName
{
background-color: #AF40BD;
}
</style>
border-color css
<style>
span { border-color: #AF40BD; }
span { border-color: rgb(175,64,189); }
td.TdClassName
{
border-color: #AF40BD;
}
.TagClassName
{
border-color: #AF40BD;
}
</style>