Shades of Fuchsia #AA39AD
Tints of Fuchsia #AA39AD
RGB
CMYK
RGB Variations
Color information
#AA39AD (or 0xAA39AD) is known color: Fuchsia. HEX triplet: AA, 39 and AD. RGB value is (170,57,173). Sum of RGB (Red+Green+Blue) = 170+57+173=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA39AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA39AD is #55C652. Grayscale: #676767. Windows color (decimal): -5621331 or 11352490. OLE color: 11352490.
HSL color Cylindrical-coordinate representation of color #AA39AD: hue angle of 298.45º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA39AD is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 57 | 173 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.32 |
| HSL | 298.45º | 0.5% | 0.45% | - |
| HSV(B) | 298.45º | 0.67% | 0.68% | - |
| XYZ | 25.58 | 14.49 | 40.98 | - |
| YUV | 104.01 | 166.94 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 173 | 0.02 | 0.67 | 0 | 0.32 | 298.45 | 0.5 | 0.45 |
| Hex | AA | 39 | AD | 2 | 43 | 0 | 20 | 12A | 32 | 2D |
| Octal | 252 | 71 | 255 | 2 | 103 | 0 | 40 | 452 | 62 | 55 |
| Binary | 10101010 | 111001 | 10101101 | 10 | 1000011 | 0 | 100000 | 100101010 | 110010 | 101101 |
Color Harmonies of #AA39AD
Complementary color
Monochromatic Colors of #AA39AD
Black with #AA39AD
Text Example
Text Example
White with #AA39AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA39AD; }
p { color: rgb(170,57,173); }
H1.HeaderClassName
{
color: #AA39AD;
}
.AnyTagClassName
{
color: #AA39AD;
}
</style>
background-color css
<style>
a { background-color: #AA39AD; }
a { background-color: rgb(170,57,173); }
div.DivClassName
{
background-color: #AA39AD;
}
.BgClassName
{
background-color: #AA39AD;
}
</style>
border-color css
<style>
span { border-color: #AA39AD; }
span { border-color: rgb(170,57,173); }
td.TdClassName
{
border-color: #AA39AD;
}
.TagClassName
{
border-color: #AA39AD;
}
</style>