Shades of Fuchsia #AF4DBB
Tints of Fuchsia #AF4DBB
RGB
CMYK
RGB Variations
Color information
#AF4DBB (or 0xAF4DBB) is known color: Fuchsia. HEX triplet: AF, 4D and BB. RGB value is (175,77,187). Sum of RGB (Red+Green+Blue) = 175+77+187=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF4DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DBB is #50B244. Grayscale: #767676. Windows color (decimal): -5288517 or 12275119. OLE color: 12275119.
HSL color Cylindrical-coordinate representation of color #AF4DBB: hue angle of 293.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF4DBB is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 77 | 187 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.27 |
| HSL | 293.45º | 0.45% | 0.52% | - |
| HSV(B) | 293.45º | 0.59% | 0.73% | - |
| XYZ | 29.3 | 18.01 | 48.95 | - |
| YUV | 118.84 | 166.47 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 187 | 0.06 | 0.59 | 0 | 0.27 | 293.45 | 0.45 | 0.52 |
| Hex | AF | 4D | BB | 6 | 3B | 0 | 1B | 125 | 2D | 34 |
| Octal | 257 | 115 | 273 | 6 | 73 | 0 | 33 | 445 | 55 | 64 |
| Binary | 10101111 | 1001101 | 10111011 | 110 | 111011 | 0 | 11011 | 100100101 | 101101 | 110100 |
Color Harmonies of #AF4DBB
Complementary color
Monochromatic Colors of #AF4DBB
Black with #AF4DBB
Text Example
Text Example
White with #AF4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4DBB; }
p { color: rgb(175,77,187); }
H1.HeaderClassName
{
color: #AF4DBB;
}
.AnyTagClassName
{
color: #AF4DBB;
}
</style>
background-color css
<style>
a { background-color: #AF4DBB; }
a { background-color: rgb(175,77,187); }
div.DivClassName
{
background-color: #AF4DBB;
}
.BgClassName
{
background-color: #AF4DBB;
}
</style>
border-color css
<style>
span { border-color: #AF4DBB; }
span { border-color: rgb(175,77,187); }
td.TdClassName
{
border-color: #AF4DBB;
}
.TagClassName
{
border-color: #AF4DBB;
}
</style>