Shades of Fuchsia #AA3AAD
Tints of Fuchsia #AA3AAD
RGB
CMYK
RGB Variations
Color information
#AA3AAD (or 0xAA3AAD) is known color: Fuchsia. HEX triplet: AA, 3A and AD. RGB value is (170,58,173). Sum of RGB (Red+Green+Blue) = 170+58+173=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA3AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3AAD is #55C552. Grayscale: #686868. Windows color (decimal): -5621075 or 11352746. OLE color: 11352746.
HSL color Cylindrical-coordinate representation of color #AA3AAD: hue angle of 298.43º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3AAD is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 58 | 173 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.32 |
| HSL | 298.43º | 0.5% | 0.45% | - |
| HSV(B) | 298.43º | 0.66% | 0.68% | - |
| XYZ | 25.63 | 14.59 | 41 | - |
| YUV | 104.6 | 166.61 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 173 | 0.02 | 0.66 | 0 | 0.32 | 298.43 | 0.5 | 0.45 |
| Hex | AA | 3A | AD | 2 | 42 | 0 | 20 | 12A | 32 | 2D |
| Octal | 252 | 72 | 255 | 2 | 102 | 0 | 40 | 452 | 62 | 55 |
| Binary | 10101010 | 111010 | 10101101 | 10 | 1000010 | 0 | 100000 | 100101010 | 110010 | 101101 |
Color Harmonies of #AA3AAD
Complementary color
Monochromatic Colors of #AA3AAD
Black with #AA3AAD
Text Example
Text Example
White with #AA3AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3AAD; }
p { color: rgb(170,58,173); }
H1.HeaderClassName
{
color: #AA3AAD;
}
.AnyTagClassName
{
color: #AA3AAD;
}
</style>
background-color css
<style>
a { background-color: #AA3AAD; }
a { background-color: rgb(170,58,173); }
div.DivClassName
{
background-color: #AA3AAD;
}
.BgClassName
{
background-color: #AA3AAD;
}
</style>
border-color css
<style>
span { border-color: #AA3AAD; }
span { border-color: rgb(170,58,173); }
td.TdClassName
{
border-color: #AA3AAD;
}
.TagClassName
{
border-color: #AA3AAD;
}
</style>