Shades of Fuchsia #AF2BAC
Tints of Fuchsia #AF2BAC
RGB
CMYK
RGB Variations
Color information
#AF2BAC (or 0xAF2BAC) is known color: Fuchsia. HEX triplet: AF, 2B and AC. RGB value is (175,43,172). Sum of RGB (Red+Green+Blue) = 175+43+172=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2BAC is #50D453. Grayscale: #606060. Windows color (decimal): -5297236 or 11283375. OLE color: 11283375.
HSL color Cylindrical-coordinate representation of color #AF2BAC: hue angle of 301.36º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2BAC is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 43 | 172 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.31 |
| HSL | 301.36º | 0.61% | 0.43% | - |
| HSV(B) | 301.36º | 0.75% | 0.69% | - |
| XYZ | 25.99 | 13.82 | 40.33 | - |
| YUV | 97.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 172 | 0 | 0.75 | 0.02 | 0.31 | 301.36 | 0.61 | 0.43 |
| Hex | AF | 2B | AC | 0 | 4B | 2 | 1F | 12D | 3D | 2B |
| Octal | 257 | 53 | 254 | 0 | 113 | 2 | 37 | 455 | 75 | 53 |
| Binary | 10101111 | 101011 | 10101100 | 0 | 1001011 | 10 | 11111 | 100101101 | 111101 | 101011 |
Color Harmonies of #AF2BAC
Complementary color
Monochromatic Colors of #AF2BAC
Black with #AF2BAC
Text Example
Text Example
White with #AF2BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2BAC; }
p { color: rgb(175,43,172); }
H1.HeaderClassName
{
color: #AF2BAC;
}
.AnyTagClassName
{
color: #AF2BAC;
}
</style>
background-color css
<style>
a { background-color: #AF2BAC; }
a { background-color: rgb(175,43,172); }
div.DivClassName
{
background-color: #AF2BAC;
}
.BgClassName
{
background-color: #AF2BAC;
}
</style>
border-color css
<style>
span { border-color: #AF2BAC; }
span { border-color: rgb(175,43,172); }
td.TdClassName
{
border-color: #AF2BAC;
}
.TagClassName
{
border-color: #AF2BAC;
}
</style>