Shades of Fuchsia #AF4DB3
Tints of Fuchsia #AF4DB3
RGB
CMYK
RGB Variations
Color information
#AF4DB3 (or 0xAF4DB3) is known color: Fuchsia. HEX triplet: AF, 4D and B3. RGB value is (175,77,179). Sum of RGB (Red+Green+Blue) = 175+77+179=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF4DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DB3 is #50B24C. Grayscale: #757575. Windows color (decimal): -5288525 or 11750831. OLE color: 11750831.
HSL color Cylindrical-coordinate representation of color #AF4DB3: hue angle of 297.65º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF4DB3 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 77 | 179 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.30 |
| HSL | 297.65º | 0.4% | 0.5% | - |
| HSV(B) | 297.65º | 0.57% | 0.7% | - |
| XYZ | 28.47 | 17.68 | 44.56 | - |
| YUV | 117.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 179 | 0.02 | 0.57 | 0 | 0.30 | 297.65 | 0.4 | 0.5 |
| Hex | AF | 4D | B3 | 2 | 39 | 0 | 1E | 12A | 28 | 32 |
| Octal | 257 | 115 | 263 | 2 | 71 | 0 | 36 | 452 | 50 | 62 |
| Binary | 10101111 | 1001101 | 10110011 | 10 | 111001 | 0 | 11110 | 100101010 | 101000 | 110010 |
Color Harmonies of #AF4DB3
Complementary color
Monochromatic Colors of #AF4DB3
Black with #AF4DB3
Text Example
Text Example
White with #AF4DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4DB3; }
p { color: rgb(175,77,179); }
H1.HeaderClassName
{
color: #AF4DB3;
}
.AnyTagClassName
{
color: #AF4DB3;
}
</style>
background-color css
<style>
a { background-color: #AF4DB3; }
a { background-color: rgb(175,77,179); }
div.DivClassName
{
background-color: #AF4DB3;
}
.BgClassName
{
background-color: #AF4DB3;
}
</style>
border-color css
<style>
span { border-color: #AF4DB3; }
span { border-color: rgb(175,77,179); }
td.TdClassName
{
border-color: #AF4DB3;
}
.TagClassName
{
border-color: #AF4DB3;
}
</style>