Shades of Fuchsia #AA37AD
Tints of Fuchsia #AA37AD
RGB
CMYK
RGB Variations
Color information
#AA37AD (or 0xAA37AD) is known color: Fuchsia. HEX triplet: AA, 37 and AD. RGB value is (170,55,173). Sum of RGB (Red+Green+Blue) = 170+55+173=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA37AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA37AD is #55C852. Grayscale: #666666. Windows color (decimal): -5621843 or 11351978. OLE color: 11351978.
HSL color Cylindrical-coordinate representation of color #AA37AD: hue angle of 298.47º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA37AD is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 55 | 173 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.32 |
| HSL | 298.47º | 0.52% | 0.45% | - |
| HSV(B) | 298.47º | 0.68% | 0.68% | - |
| XYZ | 25.49 | 14.3 | 40.95 | - |
| YUV | 102.84 | 167.6 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 173 | 0.02 | 0.68 | 0 | 0.32 | 298.47 | 0.52 | 0.45 |
| Hex | AA | 37 | AD | 2 | 44 | 0 | 20 | 12A | 34 | 2D |
| Octal | 252 | 67 | 255 | 2 | 104 | 0 | 40 | 452 | 64 | 55 |
| Binary | 10101010 | 110111 | 10101101 | 10 | 1000100 | 0 | 100000 | 100101010 | 110100 | 101101 |
Color Harmonies of #AA37AD
Complementary color
Monochromatic Colors of #AA37AD
Black with #AA37AD
Text Example
Text Example
White with #AA37AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA37AD; }
p { color: rgb(170,55,173); }
H1.HeaderClassName
{
color: #AA37AD;
}
.AnyTagClassName
{
color: #AA37AD;
}
</style>
background-color css
<style>
a { background-color: #AA37AD; }
a { background-color: rgb(170,55,173); }
div.DivClassName
{
background-color: #AA37AD;
}
.BgClassName
{
background-color: #AA37AD;
}
</style>
border-color css
<style>
span { border-color: #AA37AD; }
span { border-color: rgb(170,55,173); }
td.TdClassName
{
border-color: #AA37AD;
}
.TagClassName
{
border-color: #AA37AD;
}
</style>