Shades of Fuchsia #AF4AB9
Tints of Fuchsia #AF4AB9
RGB
CMYK
RGB Variations
Color information
#AF4AB9 (or 0xAF4AB9) is known color: Fuchsia. HEX triplet: AF, 4A and B9. RGB value is (175,74,185). Sum of RGB (Red+Green+Blue) = 175+74+185=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF4AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4AB9 is #50B546. Grayscale: #747474. Windows color (decimal): -5289287 or 12143279. OLE color: 12143279.
HSL color Cylindrical-coordinate representation of color #AF4AB9: hue angle of 294.59º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF4AB9 is Cyan = 0.05, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 74 | 185 | - |
| CMYK | 0.05 | 0.6 | 0 | 0.27 |
| HSL | 294.59º | 0.44% | 0.51% | - |
| HSV(B) | 294.59º | 0.6% | 0.73% | - |
| XYZ | 28.88 | 17.51 | 47.76 | - |
| YUV | 116.85 | 166.46 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 185 | 0.05 | 0.6 | 0 | 0.27 | 294.59 | 0.44 | 0.51 |
| Hex | AF | 4A | B9 | 5 | 3C | 0 | 1B | 127 | 2C | 33 |
| Octal | 257 | 112 | 271 | 5 | 74 | 0 | 33 | 447 | 54 | 63 |
| Binary | 10101111 | 1001010 | 10111001 | 101 | 111100 | 0 | 11011 | 100100111 | 101100 | 110011 |
Color Harmonies of #AF4AB9
Complementary color
Monochromatic Colors of #AF4AB9
Black with #AF4AB9
Text Example
Text Example
White with #AF4AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4AB9; }
p { color: rgb(175,74,185); }
H1.HeaderClassName
{
color: #AF4AB9;
}
.AnyTagClassName
{
color: #AF4AB9;
}
</style>
background-color css
<style>
a { background-color: #AF4AB9; }
a { background-color: rgb(175,74,185); }
div.DivClassName
{
background-color: #AF4AB9;
}
.BgClassName
{
background-color: #AF4AB9;
}
</style>
border-color css
<style>
span { border-color: #AF4AB9; }
span { border-color: rgb(175,74,185); }
td.TdClassName
{
border-color: #AF4AB9;
}
.TagClassName
{
border-color: #AF4AB9;
}
</style>