Shades of Fuchsia #AA37AC
Tints of Fuchsia #AA37AC
RGB
CMYK
RGB Variations
Color information
#AA37AC (or 0xAA37AC) is known color: Fuchsia. HEX triplet: AA, 37 and AC. RGB value is (170,55,172). Sum of RGB (Red+Green+Blue) = 170+55+172=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA37AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA37AC is #55C853. Grayscale: #666666. Windows color (decimal): -5621844 or 11286442. OLE color: 11286442.
HSL color Cylindrical-coordinate representation of color #AA37AC: hue angle of 298.97º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA37AC is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 172 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.33 |
| HSL | 298.97º | 0.52% | 0.45% | - |
| HSV(B) | 298.97º | 0.68% | 0.67% | - |
| XYZ | 25.39 | 14.26 | 40.44 | - |
| YUV | 102.72 | 167.1 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 172 | 0.01 | 0.68 | 0 | 0.33 | 298.97 | 0.52 | 0.45 |
| Hex | AA | 37 | AC | 1 | 44 | 0 | 21 | 12B | 34 | 2D |
| Octal | 252 | 67 | 254 | 1 | 104 | 0 | 41 | 453 | 64 | 55 |
| Binary | 10101010 | 110111 | 10101100 | 1 | 1000100 | 0 | 100001 | 100101011 | 110100 | 101101 |
Color Harmonies of #AA37AC
Complementary color
Monochromatic Colors of #AA37AC
Black with #AA37AC
Text Example
Text Example
White with #AA37AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA37AC; }
p { color: rgb(170,55,172); }
H1.HeaderClassName
{
color: #AA37AC;
}
.AnyTagClassName
{
color: #AA37AC;
}
</style>
background-color css
<style>
a { background-color: #AA37AC; }
a { background-color: rgb(170,55,172); }
div.DivClassName
{
background-color: #AA37AC;
}
.BgClassName
{
background-color: #AA37AC;
}
</style>
border-color css
<style>
span { border-color: #AA37AC; }
span { border-color: rgb(170,55,172); }
td.TdClassName
{
border-color: #AA37AC;
}
.TagClassName
{
border-color: #AA37AC;
}
</style>