Shades of Fuchsia #A93AB1
Tints of Fuchsia #A93AB1
RGB
CMYK
RGB Variations
Color information
#A93AB1 (or 0xA93AB1) is known color: Fuchsia. HEX triplet: A9, 3A and B1. RGB value is (169,58,177). Sum of RGB (Red+Green+Blue) = 169+58+177=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 177 - color contains mainly: blue. Hex color #A93AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93AB1 is #56C54E. Grayscale: #686868. Windows color (decimal): -5686607 or 11614889. OLE color: 11614889.
HSL color Cylindrical-coordinate representation of color #A93AB1: hue angle of 295.97º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A93AB1 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 58 | 177 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.31 |
| HSL | 295.97º | 0.51% | 0.46% | - |
| HSV(B) | 295.97º | 0.67% | 0.69% | - |
| XYZ | 25.81 | 14.64 | 43.06 | - |
| YUV | 104.76 | 168.77 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 177 | 0.05 | 0.67 | 0 | 0.31 | 295.97 | 0.51 | 0.46 |
| Hex | A9 | 3A | B1 | 5 | 43 | 0 | 1F | 128 | 33 | 2E |
| Octal | 251 | 72 | 261 | 5 | 103 | 0 | 37 | 450 | 63 | 56 |
| Binary | 10101001 | 111010 | 10110001 | 101 | 1000011 | 0 | 11111 | 100101000 | 110011 | 101110 |
Color Harmonies of #A93AB1
Complementary color
Monochromatic Colors of #A93AB1
Black with #A93AB1
Text Example
Text Example
White with #A93AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93AB1; }
p { color: rgb(169,58,177); }
H1.HeaderClassName
{
color: #A93AB1;
}
.AnyTagClassName
{
color: #A93AB1;
}
</style>
background-color css
<style>
a { background-color: #A93AB1; }
a { background-color: rgb(169,58,177); }
div.DivClassName
{
background-color: #A93AB1;
}
.BgClassName
{
background-color: #A93AB1;
}
</style>
border-color css
<style>
span { border-color: #A93AB1; }
span { border-color: rgb(169,58,177); }
td.TdClassName
{
border-color: #A93AB1;
}
.TagClassName
{
border-color: #A93AB1;
}
</style>