Shades of Fuchsia #A93CAF
Tints of Fuchsia #A93CAF
RGB
CMYK
RGB Variations
Color information
#A93CAF (or 0xA93CAF) is known color: Fuchsia. HEX triplet: A9, 3C and AF. RGB value is (169,60,175). Sum of RGB (Red+Green+Blue) = 169+60+175=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #A93CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93CAF is #56C350. Grayscale: #696969. Windows color (decimal): -5686097 or 11484329. OLE color: 11484329.
HSL color Cylindrical-coordinate representation of color #A93CAF: hue angle of 296.87º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A93CAF is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 60 | 175 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.31 |
| HSL | 296.87º | 0.49% | 0.46% | - |
| HSV(B) | 296.87º | 0.66% | 0.69% | - |
| XYZ | 25.72 | 14.76 | 42.05 | - |
| YUV | 105.7 | 167.11 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 175 | 0.03 | 0.66 | 0 | 0.31 | 296.87 | 0.49 | 0.46 |
| Hex | A9 | 3C | AF | 3 | 42 | 0 | 1F | 129 | 31 | 2E |
| Octal | 251 | 74 | 257 | 3 | 102 | 0 | 37 | 451 | 61 | 56 |
| Binary | 10101001 | 111100 | 10101111 | 11 | 1000010 | 0 | 11111 | 100101001 | 110001 | 101110 |
Color Harmonies of #A93CAF
Complementary color
Monochromatic Colors of #A93CAF
Black with #A93CAF
Text Example
Text Example
White with #A93CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93CAF; }
p { color: rgb(169,60,175); }
H1.HeaderClassName
{
color: #A93CAF;
}
.AnyTagClassName
{
color: #A93CAF;
}
</style>
background-color css
<style>
a { background-color: #A93CAF; }
a { background-color: rgb(169,60,175); }
div.DivClassName
{
background-color: #A93CAF;
}
.BgClassName
{
background-color: #A93CAF;
}
</style>
border-color css
<style>
span { border-color: #A93CAF; }
span { border-color: rgb(169,60,175); }
td.TdClassName
{
border-color: #A93CAF;
}
.TagClassName
{
border-color: #A93CAF;
}
</style>