Shades of Fuchsia #AF32AA
Tints of Fuchsia #AF32AA
RGB
CMYK
RGB Variations
Color information
#AF32AA (or 0xAF32AA) is known color: Fuchsia. HEX triplet: AF, 32 and AA. RGB value is (175,50,170). Sum of RGB (Red+Green+Blue) = 175+50+170=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF32AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF32AA is #50CD55. Grayscale: #646464. Windows color (decimal): -5295446 or 11154095. OLE color: 11154095.
HSL color Cylindrical-coordinate representation of color #AF32AA: hue angle of 302.4º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF32AA is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 50 | 170 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.31 |
| HSL | 302.4º | 0.56% | 0.44% | - |
| HSV(B) | 302.4º | 0.71% | 0.69% | - |
| XYZ | 26.08 | 14.3 | 39.42 | - |
| YUV | 101.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 170 | 0 | 0.71 | 0.03 | 0.31 | 302.4 | 0.56 | 0.44 |
| Hex | AF | 32 | AA | 0 | 47 | 3 | 1F | 12E | 38 | 2C |
| Octal | 257 | 62 | 252 | 0 | 107 | 3 | 37 | 456 | 70 | 54 |
| Binary | 10101111 | 110010 | 10101010 | 0 | 1000111 | 11 | 11111 | 100101110 | 111000 | 101100 |
Color Harmonies of #AF32AA
Complementary color
Monochromatic Colors of #AF32AA
Black with #AF32AA
Text Example
Text Example
White with #AF32AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF32AA; }
p { color: rgb(175,50,170); }
H1.HeaderClassName
{
color: #AF32AA;
}
.AnyTagClassName
{
color: #AF32AA;
}
</style>
background-color css
<style>
a { background-color: #AF32AA; }
a { background-color: rgb(175,50,170); }
div.DivClassName
{
background-color: #AF32AA;
}
.BgClassName
{
background-color: #AF32AA;
}
</style>
border-color css
<style>
span { border-color: #AF32AA; }
span { border-color: rgb(175,50,170); }
td.TdClassName
{
border-color: #AF32AA;
}
.TagClassName
{
border-color: #AF32AA;
}
</style>