Shades of Fuchsia #AF2DAA
Tints of Fuchsia #AF2DAA
RGB
CMYK
RGB Variations
Color information
#AF2DAA (or 0xAF2DAA) is known color: Fuchsia. HEX triplet: AF, 2D and AA. RGB value is (175,45,170). Sum of RGB (Red+Green+Blue) = 175+45+170=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2DAA is #50D255. Grayscale: #616161. Windows color (decimal): -5296726 or 11152815. OLE color: 11152815.
HSL color Cylindrical-coordinate representation of color #AF2DAA: hue angle of 302.31º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF2DAA is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 170 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.31 |
| HSL | 302.31º | 0.59% | 0.43% | - |
| HSV(B) | 302.31º | 0.74% | 0.69% | - |
| XYZ | 25.87 | 13.89 | 39.35 | - |
| YUV | 98.12 | 168.57 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 170 | 0 | 0.74 | 0.03 | 0.31 | 302.31 | 0.59 | 0.43 |
| Hex | AF | 2D | AA | 0 | 4A | 3 | 1F | 12E | 3B | 2B |
| Octal | 257 | 55 | 252 | 0 | 112 | 3 | 37 | 456 | 73 | 53 |
| Binary | 10101111 | 101101 | 10101010 | 0 | 1001010 | 11 | 11111 | 100101110 | 111011 | 101011 |
Color Harmonies of #AF2DAA
Complementary color
Monochromatic Colors of #AF2DAA
Black with #AF2DAA
Text Example
Text Example
White with #AF2DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2DAA; }
p { color: rgb(175,45,170); }
H1.HeaderClassName
{
color: #AF2DAA;
}
.AnyTagClassName
{
color: #AF2DAA;
}
</style>
background-color css
<style>
a { background-color: #AF2DAA; }
a { background-color: rgb(175,45,170); }
div.DivClassName
{
background-color: #AF2DAA;
}
.BgClassName
{
background-color: #AF2DAA;
}
</style>
border-color css
<style>
span { border-color: #AF2DAA; }
span { border-color: rgb(175,45,170); }
td.TdClassName
{
border-color: #AF2DAA;
}
.TagClassName
{
border-color: #AF2DAA;
}
</style>