Shades of Fuchsia #AF38BA
Tints of Fuchsia #AF38BA
RGB
CMYK
RGB Variations
Color information
#AF38BA (or 0xAF38BA) is known color: Fuchsia. HEX triplet: AF, 38 and BA. RGB value is (175,56,186). Sum of RGB (Red+Green+Blue) = 175+56+186=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF38BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF38BA is #50C745. Grayscale: #6A6A6A. Windows color (decimal): -5293894 or 12204207. OLE color: 12204207.
HSL color Cylindrical-coordinate representation of color #AF38BA: hue angle of 294.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF38BA is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 56 | 186 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.27 |
| HSL | 294.92º | 0.54% | 0.47% | - |
| HSV(B) | 294.92º | 0.7% | 0.73% | - |
| XYZ | 27.96 | 15.49 | 47.97 | - |
| YUV | 106.4 | 172.92 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 186 | 0.06 | 0.70 | 0 | 0.27 | 294.92 | 0.54 | 0.47 |
| Hex | AF | 38 | BA | 6 | 46 | 0 | 1B | 127 | 36 | 2F |
| Octal | 257 | 70 | 272 | 6 | 106 | 0 | 33 | 447 | 66 | 57 |
| Binary | 10101111 | 111000 | 10111010 | 110 | 1000110 | 0 | 11011 | 100100111 | 110110 | 101111 |
Color Harmonies of #AF38BA
Complementary color
Monochromatic Colors of #AF38BA
Black with #AF38BA
Text Example
Text Example
White with #AF38BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF38BA; }
p { color: rgb(175,56,186); }
H1.HeaderClassName
{
color: #AF38BA;
}
.AnyTagClassName
{
color: #AF38BA;
}
</style>
background-color css
<style>
a { background-color: #AF38BA; }
a { background-color: rgb(175,56,186); }
div.DivClassName
{
background-color: #AF38BA;
}
.BgClassName
{
background-color: #AF38BA;
}
</style>
border-color css
<style>
span { border-color: #AF38BA; }
span { border-color: rgb(175,56,186); }
td.TdClassName
{
border-color: #AF38BA;
}
.TagClassName
{
border-color: #AF38BA;
}
</style>