Shades of Fuchsia #AF3FB9
Tints of Fuchsia #AF3FB9
RGB
CMYK
RGB Variations
Color information
#AF3FB9 (or 0xAF3FB9) is known color: Fuchsia. HEX triplet: AF, 3F and B9. RGB value is (175,63,185). Sum of RGB (Red+Green+Blue) = 175+63+185=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF3FB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3FB9 is #50C046. Grayscale: #6E6E6E. Windows color (decimal): -5292103 or 12140463. OLE color: 12140463.
HSL color Cylindrical-coordinate representation of color #AF3FB9: hue angle of 295.08º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3FB9 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 63 | 185 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.27 |
| HSL | 295.08º | 0.49% | 0.49% | - |
| HSV(B) | 295.08º | 0.66% | 0.73% | - |
| XYZ | 28.21 | 16.17 | 47.53 | - |
| YUV | 110.4 | 170.11 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 185 | 0.05 | 0.66 | 0 | 0.27 | 295.08 | 0.49 | 0.49 |
| Hex | AF | 3F | B9 | 5 | 42 | 0 | 1B | 127 | 31 | 31 |
| Octal | 257 | 77 | 271 | 5 | 102 | 0 | 33 | 447 | 61 | 61 |
| Binary | 10101111 | 111111 | 10111001 | 101 | 1000010 | 0 | 11011 | 100100111 | 110001 | 110001 |
Color Harmonies of #AF3FB9
Complementary color
Monochromatic Colors of #AF3FB9
Black with #AF3FB9
Text Example
Text Example
White with #AF3FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3FB9; }
p { color: rgb(175,63,185); }
H1.HeaderClassName
{
color: #AF3FB9;
}
.AnyTagClassName
{
color: #AF3FB9;
}
</style>
background-color css
<style>
a { background-color: #AF3FB9; }
a { background-color: rgb(175,63,185); }
div.DivClassName
{
background-color: #AF3FB9;
}
.BgClassName
{
background-color: #AF3FB9;
}
</style>
border-color css
<style>
span { border-color: #AF3FB9; }
span { border-color: rgb(175,63,185); }
td.TdClassName
{
border-color: #AF3FB9;
}
.TagClassName
{
border-color: #AF3FB9;
}
</style>