Shades of Fuchsia #AF2FAC
Tints of Fuchsia #AF2FAC
RGB
CMYK
RGB Variations
Color information
#AF2FAC (or 0xAF2FAC) is known color: Fuchsia. HEX triplet: AF, 2F and AC. RGB value is (175,47,172). Sum of RGB (Red+Green+Blue) = 175+47+172=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2FAC is #50D053. Grayscale: #636363. Windows color (decimal): -5296212 or 11284399. OLE color: 11284399.
HSL color Cylindrical-coordinate representation of color #AF2FAC: hue angle of 301.41º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF2FAC is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 47 | 172 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.31 |
| HSL | 301.41º | 0.58% | 0.44% | - |
| HSV(B) | 301.41º | 0.73% | 0.69% | - |
| XYZ | 26.14 | 14.13 | 40.38 | - |
| YUV | 99.52 | 168.91 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 172 | 0 | 0.73 | 0.02 | 0.31 | 301.41 | 0.58 | 0.44 |
| Hex | AF | 2F | AC | 0 | 49 | 2 | 1F | 12D | 3A | 2C |
| Octal | 257 | 57 | 254 | 0 | 111 | 2 | 37 | 455 | 72 | 54 |
| Binary | 10101111 | 101111 | 10101100 | 0 | 1001001 | 10 | 11111 | 100101101 | 111010 | 101100 |
Color Harmonies of #AF2FAC
Complementary color
Monochromatic Colors of #AF2FAC
Black with #AF2FAC
Text Example
Text Example
White with #AF2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2FAC; }
p { color: rgb(175,47,172); }
H1.HeaderClassName
{
color: #AF2FAC;
}
.AnyTagClassName
{
color: #AF2FAC;
}
</style>
background-color css
<style>
a { background-color: #AF2FAC; }
a { background-color: rgb(175,47,172); }
div.DivClassName
{
background-color: #AF2FAC;
}
.BgClassName
{
background-color: #AF2FAC;
}
</style>
border-color css
<style>
span { border-color: #AF2FAC; }
span { border-color: rgb(175,47,172); }
td.TdClassName
{
border-color: #AF2FAC;
}
.TagClassName
{
border-color: #AF2FAC;
}
</style>