Shades of Fuchsia #AF40AA
Tints of Fuchsia #AF40AA
RGB
CMYK
RGB Variations
Color information
#AF40AA (or 0xAF40AA) is known color: Fuchsia. HEX triplet: AF, 40 and AA. RGB value is (175,64,170). Sum of RGB (Red+Green+Blue) = 175+64+170=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF40AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF40AA is #50BF55. Grayscale: #6C6C6C. Windows color (decimal): -5291862 or 11157679. OLE color: 11157679.
HSL color Cylindrical-coordinate representation of color #AF40AA: hue angle of 302.7º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF40AA is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 170 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.31 |
| HSL | 302.7º | 0.46% | 0.47% | - |
| HSV(B) | 302.7º | 0.63% | 0.69% | - |
| XYZ | 26.77 | 15.68 | 39.65 | - |
| YUV | 109.27 | 162.27 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 170 | 0 | 0.63 | 0.03 | 0.31 | 302.7 | 0.46 | 0.47 |
| Hex | AF | 40 | AA | 0 | 3F | 3 | 1F | 12F | 2E | 2F |
| Octal | 257 | 100 | 252 | 0 | 77 | 3 | 37 | 457 | 56 | 57 |
| Binary | 10101111 | 1000000 | 10101010 | 0 | 111111 | 11 | 11111 | 100101111 | 101110 | 101111 |
Color Harmonies of #AF40AA
Complementary color
Monochromatic Colors of #AF40AA
Black with #AF40AA
Text Example
Text Example
White with #AF40AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF40AA; }
p { color: rgb(175,64,170); }
H1.HeaderClassName
{
color: #AF40AA;
}
.AnyTagClassName
{
color: #AF40AA;
}
</style>
background-color css
<style>
a { background-color: #AF40AA; }
a { background-color: rgb(175,64,170); }
div.DivClassName
{
background-color: #AF40AA;
}
.BgClassName
{
background-color: #AF40AA;
}
</style>
border-color css
<style>
span { border-color: #AF40AA; }
span { border-color: rgb(175,64,170); }
td.TdClassName
{
border-color: #AF40AA;
}
.TagClassName
{
border-color: #AF40AA;
}
</style>