Shades of Fuchsia #AF3BA8
Tints of Fuchsia #AF3BA8
RGB
CMYK
RGB Variations
Color information
#AF3BA8 (or 0xAF3BA8) is known color: Fuchsia. HEX triplet: AF, 3B and A8. RGB value is (175,59,168). Sum of RGB (Red+Green+Blue) = 175+59+168=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3BA8 is #50C457. Grayscale: #696969. Windows color (decimal): -5293144 or 11025327. OLE color: 11025327.
HSL color Cylindrical-coordinate representation of color #AF3BA8: hue angle of 303.62º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3BA8 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 59 | 168 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.31 |
| HSL | 303.62º | 0.5% | 0.46% | - |
| HSV(B) | 303.62º | 0.66% | 0.69% | - |
| XYZ | 26.31 | 15.07 | 38.57 | - |
| YUV | 106.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 168 | 0 | 0.66 | 0.04 | 0.31 | 303.62 | 0.5 | 0.46 |
| Hex | AF | 3B | A8 | 0 | 42 | 4 | 1F | 130 | 32 | 2E |
| Octal | 257 | 73 | 250 | 0 | 102 | 4 | 37 | 460 | 62 | 56 |
| Binary | 10101111 | 111011 | 10101000 | 0 | 1000010 | 100 | 11111 | 100110000 | 110010 | 101110 |
Color Harmonies of #AF3BA8
Complementary color
Monochromatic Colors of #AF3BA8
Black with #AF3BA8
Text Example
Text Example
White with #AF3BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3BA8; }
p { color: rgb(175,59,168); }
H1.HeaderClassName
{
color: #AF3BA8;
}
.AnyTagClassName
{
color: #AF3BA8;
}
</style>
background-color css
<style>
a { background-color: #AF3BA8; }
a { background-color: rgb(175,59,168); }
div.DivClassName
{
background-color: #AF3BA8;
}
.BgClassName
{
background-color: #AF3BA8;
}
</style>
border-color css
<style>
span { border-color: #AF3BA8; }
span { border-color: rgb(175,59,168); }
td.TdClassName
{
border-color: #AF3BA8;
}
.TagClassName
{
border-color: #AF3BA8;
}
</style>