Shades of Fuchsia #AA49B2
Tints of Fuchsia #AA49B2
RGB
CMYK
RGB Variations
Color information
#AA49B2 (or 0xAA49B2) is known color: Fuchsia. HEX triplet: AA, 49 and B2. RGB value is (170,73,178). Sum of RGB (Red+Green+Blue) = 170+73+178=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA49B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA49B2 is #55B64D. Grayscale: #717171. Windows color (decimal): -5617230 or 11684266. OLE color: 11684266.
HSL color Cylindrical-coordinate representation of color #AA49B2: hue angle of 295.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA49B2 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 73 | 178 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.30 |
| HSL | 295.43º | 0.42% | 0.49% | - |
| HSV(B) | 295.43º | 0.59% | 0.7% | - |
| XYZ | 27 | 16.53 | 43.89 | - |
| YUV | 113.97 | 164.14 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 178 | 0.04 | 0.59 | 0 | 0.30 | 295.43 | 0.42 | 0.49 |
| Hex | AA | 49 | B2 | 4 | 3B | 0 | 1E | 127 | 2A | 31 |
| Octal | 252 | 111 | 262 | 4 | 73 | 0 | 36 | 447 | 52 | 61 |
| Binary | 10101010 | 1001001 | 10110010 | 100 | 111011 | 0 | 11110 | 100100111 | 101010 | 110001 |
Color Harmonies of #AA49B2
Complementary color
Monochromatic Colors of #AA49B2
Black with #AA49B2
Text Example
Text Example
White with #AA49B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA49B2; }
p { color: rgb(170,73,178); }
H1.HeaderClassName
{
color: #AA49B2;
}
.AnyTagClassName
{
color: #AA49B2;
}
</style>
background-color css
<style>
a { background-color: #AA49B2; }
a { background-color: rgb(170,73,178); }
div.DivClassName
{
background-color: #AA49B2;
}
.BgClassName
{
background-color: #AA49B2;
}
</style>
border-color css
<style>
span { border-color: #AA49B2; }
span { border-color: rgb(170,73,178); }
td.TdClassName
{
border-color: #AA49B2;
}
.TagClassName
{
border-color: #AA49B2;
}
</style>