Shades of Fuchsia #AF57BA
Tints of Fuchsia #AF57BA
RGB
CMYK
RGB Variations
Color information
#AF57BA (or 0xAF57BA) is known color: Fuchsia. HEX triplet: AF, 57 and BA. RGB value is (175,87,186). Sum of RGB (Red+Green+Blue) = 175+87+186=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF57BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57BA is #50A845. Grayscale: #7C7C7C. Windows color (decimal): -5285958 or 12212143. OLE color: 12212143.
HSL color Cylindrical-coordinate representation of color #AF57BA: hue angle of 293.33º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF57BA is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 87 | 186 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.27 |
| HSL | 293.33º | 0.42% | 0.54% | - |
| HSV(B) | 293.33º | 0.53% | 0.73% | - |
| XYZ | 29.95 | 19.48 | 48.63 | - |
| YUV | 124.6 | 162.65 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 186 | 0.06 | 0.53 | 0 | 0.27 | 293.33 | 0.42 | 0.54 |
| Hex | AF | 57 | BA | 6 | 35 | 0 | 1B | 125 | 2A | 36 |
| Octal | 257 | 127 | 272 | 6 | 65 | 0 | 33 | 445 | 52 | 66 |
| Binary | 10101111 | 1010111 | 10111010 | 110 | 110101 | 0 | 11011 | 100100101 | 101010 | 110110 |
Color Harmonies of #AF57BA
Complementary color
Monochromatic Colors of #AF57BA
Black with #AF57BA
Text Example
Text Example
White with #AF57BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF57BA; }
p { color: rgb(175,87,186); }
H1.HeaderClassName
{
color: #AF57BA;
}
.AnyTagClassName
{
color: #AF57BA;
}
</style>
background-color css
<style>
a { background-color: #AF57BA; }
a { background-color: rgb(175,87,186); }
div.DivClassName
{
background-color: #AF57BA;
}
.BgClassName
{
background-color: #AF57BA;
}
</style>
border-color css
<style>
span { border-color: #AF57BA; }
span { border-color: rgb(175,87,186); }
td.TdClassName
{
border-color: #AF57BA;
}
.TagClassName
{
border-color: #AF57BA;
}
</style>