Shades of Fuchsia #AA4AB3
Tints of Fuchsia #AA4AB3
RGB
CMYK
RGB Variations
Color information
#AA4AB3 (or 0xAA4AB3) is known color: Fuchsia. HEX triplet: AA, 4A and B3. RGB value is (170,74,179). Sum of RGB (Red+Green+Blue) = 170+74+179=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA4AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4AB3 is #55B54C. Grayscale: #727272. Windows color (decimal): -5616973 or 11750058. OLE color: 11750058.
HSL color Cylindrical-coordinate representation of color #AA4AB3: hue angle of 294.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4AB3 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 74 | 179 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.30 |
| HSL | 294.86º | 0.42% | 0.5% | - |
| HSV(B) | 294.86º | 0.59% | 0.7% | - |
| XYZ | 27.16 | 16.7 | 44.44 | - |
| YUV | 114.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 179 | 0.05 | 0.59 | 0 | 0.30 | 294.86 | 0.42 | 0.5 |
| Hex | AA | 4A | B3 | 5 | 3B | 0 | 1E | 127 | 2A | 32 |
| Octal | 252 | 112 | 263 | 5 | 73 | 0 | 36 | 447 | 52 | 62 |
| Binary | 10101010 | 1001010 | 10110011 | 101 | 111011 | 0 | 11110 | 100100111 | 101010 | 110010 |
Color Harmonies of #AA4AB3
Complementary color
Monochromatic Colors of #AA4AB3
Black with #AA4AB3
Text Example
Text Example
White with #AA4AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4AB3; }
p { color: rgb(170,74,179); }
H1.HeaderClassName
{
color: #AA4AB3;
}
.AnyTagClassName
{
color: #AA4AB3;
}
</style>
background-color css
<style>
a { background-color: #AA4AB3; }
a { background-color: rgb(170,74,179); }
div.DivClassName
{
background-color: #AA4AB3;
}
.BgClassName
{
background-color: #AA4AB3;
}
</style>
border-color css
<style>
span { border-color: #AA4AB3; }
span { border-color: rgb(170,74,179); }
td.TdClassName
{
border-color: #AA4AB3;
}
.TagClassName
{
border-color: #AA4AB3;
}
</style>