Shades of Fuchsia #A941B0
Tints of Fuchsia #A941B0
RGB
CMYK
RGB Variations
Color information
#A941B0 (or 0xA941B0) is known color: Fuchsia. HEX triplet: A9, 41 and B0. RGB value is (169,65,176). Sum of RGB (Red+Green+Blue) = 169+65+176=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 176 - color contains mainly: blue. Hex color #A941B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A941B0 is #56BE4F. Grayscale: #6C6C6C. Windows color (decimal): -5684816 or 11551145. OLE color: 11551145.
HSL color Cylindrical-coordinate representation of color #A941B0: hue angle of 296.22º 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 #A941B0 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 65 | 176 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.31 |
| HSL | 296.22º | 0.46% | 0.47% | - |
| HSV(B) | 296.22º | 0.63% | 0.69% | - |
| XYZ | 26.09 | 15.35 | 42.66 | - |
| YUV | 108.75 | 165.96 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 65 | 176 | 0.04 | 0.63 | 0 | 0.31 | 296.22 | 0.46 | 0.47 |
| Hex | A9 | 41 | B0 | 4 | 3F | 0 | 1F | 128 | 2E | 2F |
| Octal | 251 | 101 | 260 | 4 | 77 | 0 | 37 | 450 | 56 | 57 |
| Binary | 10101001 | 1000001 | 10110000 | 100 | 111111 | 0 | 11111 | 100101000 | 101110 | 101111 |
Color Harmonies of #A941B0
Complementary color
Monochromatic Colors of #A941B0
Black with #A941B0
Text Example
Text Example
White with #A941B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A941B0; }
p { color: rgb(169,65,176); }
H1.HeaderClassName
{
color: #A941B0;
}
.AnyTagClassName
{
color: #A941B0;
}
</style>
background-color css
<style>
a { background-color: #A941B0; }
a { background-color: rgb(169,65,176); }
div.DivClassName
{
background-color: #A941B0;
}
.BgClassName
{
background-color: #A941B0;
}
</style>
border-color css
<style>
span { border-color: #A941B0; }
span { border-color: rgb(169,65,176); }
td.TdClassName
{
border-color: #A941B0;
}
.TagClassName
{
border-color: #A941B0;
}
</style>