Shades of Fuchsia #A940B0
Tints of Fuchsia #A940B0
RGB
CMYK
RGB Variations
Color information
#A940B0 (or 0xA940B0) is known color: Fuchsia. HEX triplet: A9, 40 and B0. RGB value is (169,64,176). Sum of RGB (Red+Green+Blue) = 169+64+176=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 176 - color contains mainly: blue. Hex color #A940B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A940B0 is #56BF4F. Grayscale: #6B6B6B. Windows color (decimal): -5685072 or 11550889. OLE color: 11550889.
HSL color Cylindrical-coordinate representation of color #A940B0: hue angle of 296.25º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A940B0 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 64 | 176 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.31 |
| HSL | 296.25º | 0.47% | 0.47% | - |
| HSV(B) | 296.25º | 0.64% | 0.69% | - |
| XYZ | 26.03 | 15.24 | 42.64 | - |
| YUV | 108.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 176 | 0.04 | 0.64 | 0 | 0.31 | 296.25 | 0.47 | 0.47 |
| Hex | A9 | 40 | B0 | 4 | 40 | 0 | 1F | 128 | 2F | 2F |
| Octal | 251 | 100 | 260 | 4 | 100 | 0 | 37 | 450 | 57 | 57 |
| Binary | 10101001 | 1000000 | 10110000 | 100 | 1000000 | 0 | 11111 | 100101000 | 101111 | 101111 |
Color Harmonies of #A940B0
Complementary color
Monochromatic Colors of #A940B0
Black with #A940B0
Text Example
Text Example
White with #A940B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A940B0; }
p { color: rgb(169,64,176); }
H1.HeaderClassName
{
color: #A940B0;
}
.AnyTagClassName
{
color: #A940B0;
}
</style>
background-color css
<style>
a { background-color: #A940B0; }
a { background-color: rgb(169,64,176); }
div.DivClassName
{
background-color: #A940B0;
}
.BgClassName
{
background-color: #A940B0;
}
</style>
border-color css
<style>
span { border-color: #A940B0; }
span { border-color: rgb(169,64,176); }
td.TdClassName
{
border-color: #A940B0;
}
.TagClassName
{
border-color: #A940B0;
}
</style>