Shades of Fuchsia #A940AF
Tints of Fuchsia #A940AF
RGB
CMYK
RGB Variations
Color information
#A940AF (or 0xA940AF) is known color: Fuchsia. HEX triplet: A9, 40 and AF. RGB value is (169,64,175). Sum of RGB (Red+Green+Blue) = 169+64+175=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #A940AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A940AF is #56BF50. Grayscale: #6B6B6B. Windows color (decimal): -5685073 or 11485353. OLE color: 11485353.
HSL color Cylindrical-coordinate representation of color #A940AF: hue angle of 296.76º 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 #A940AF is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 64 | 175 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.31 |
| HSL | 296.76º | 0.46% | 0.47% | - |
| HSV(B) | 296.76º | 0.63% | 0.69% | - |
| XYZ | 25.93 | 15.2 | 42.12 | - |
| YUV | 108.05 | 165.79 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 175 | 0.03 | 0.63 | 0 | 0.31 | 296.76 | 0.46 | 0.47 |
| Hex | A9 | 40 | AF | 3 | 3F | 0 | 1F | 129 | 2E | 2F |
| Octal | 251 | 100 | 257 | 3 | 77 | 0 | 37 | 451 | 56 | 57 |
| Binary | 10101001 | 1000000 | 10101111 | 11 | 111111 | 0 | 11111 | 100101001 | 101110 | 101111 |
Color Harmonies of #A940AF
Complementary color
Monochromatic Colors of #A940AF
Black with #A940AF
Text Example
Text Example
White with #A940AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A940AF; }
p { color: rgb(169,64,175); }
H1.HeaderClassName
{
color: #A940AF;
}
.AnyTagClassName
{
color: #A940AF;
}
</style>
background-color css
<style>
a { background-color: #A940AF; }
a { background-color: rgb(169,64,175); }
div.DivClassName
{
background-color: #A940AF;
}
.BgClassName
{
background-color: #A940AF;
}
</style>
border-color css
<style>
span { border-color: #A940AF; }
span { border-color: rgb(169,64,175); }
td.TdClassName
{
border-color: #A940AF;
}
.TagClassName
{
border-color: #A940AF;
}
</style>