Shades of Fuchsia #A93DAE
Tints of Fuchsia #A93DAE
RGB
CMYK
RGB Variations
Color information
#A93DAE (or 0xA93DAE) is known color: Fuchsia. HEX triplet: A9, 3D and AE. RGB value is (169,61,174). Sum of RGB (Red+Green+Blue) = 169+61+174=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #A93DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93DAE is #56C251. Grayscale: #696969. Windows color (decimal): -5685842 or 11419049. OLE color: 11419049.
HSL color Cylindrical-coordinate representation of color #A93DAE: hue angle of 297.35º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A93DAE is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 61 | 174 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.32 |
| HSL | 297.35º | 0.48% | 0.46% | - |
| HSV(B) | 297.35º | 0.65% | 0.68% | - |
| XYZ | 25.67 | 14.83 | 41.55 | - |
| YUV | 106.17 | 166.28 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 61 | 174 | 0.03 | 0.65 | 0 | 0.32 | 297.35 | 0.48 | 0.46 |
| Hex | A9 | 3D | AE | 3 | 41 | 0 | 20 | 129 | 30 | 2E |
| Octal | 251 | 75 | 256 | 3 | 101 | 0 | 40 | 451 | 60 | 56 |
| Binary | 10101001 | 111101 | 10101110 | 11 | 1000001 | 0 | 100000 | 100101001 | 110000 | 101110 |
Color Harmonies of #A93DAE
Complementary color
Monochromatic Colors of #A93DAE
Black with #A93DAE
Text Example
Text Example
White with #A93DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93DAE; }
p { color: rgb(169,61,174); }
H1.HeaderClassName
{
color: #A93DAE;
}
.AnyTagClassName
{
color: #A93DAE;
}
</style>
background-color css
<style>
a { background-color: #A93DAE; }
a { background-color: rgb(169,61,174); }
div.DivClassName
{
background-color: #A93DAE;
}
.BgClassName
{
background-color: #A93DAE;
}
</style>
border-color css
<style>
span { border-color: #A93DAE; }
span { border-color: rgb(169,61,174); }
td.TdClassName
{
border-color: #A93DAE;
}
.TagClassName
{
border-color: #A93DAE;
}
</style>