Shades of Fuchsia #AA34AB
Tints of Fuchsia #AA34AB
RGB
CMYK
RGB Variations
Color information
#AA34AB (or 0xAA34AB) is known color: Fuchsia. HEX triplet: AA, 34 and AB. RGB value is (170,52,171). Sum of RGB (Red+Green+Blue) = 170+52+171=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA34AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA34AB is #55CB54. Grayscale: #646464. Windows color (decimal): -5622613 or 11220138. OLE color: 11220138.
HSL color Cylindrical-coordinate representation of color #AA34AB: hue angle of 299.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA34AB is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 171 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.33 |
| HSL | 299.5º | 0.53% | 0.44% | - |
| HSV(B) | 299.5º | 0.7% | 0.67% | - |
| XYZ | 25.16 | 13.94 | 39.89 | - |
| YUV | 100.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 171 | 0.01 | 0.70 | 0 | 0.33 | 299.5 | 0.53 | 0.44 |
| Hex | AA | 34 | AB | 1 | 46 | 0 | 21 | 12B | 35 | 2C |
| Octal | 252 | 64 | 253 | 1 | 106 | 0 | 41 | 453 | 65 | 54 |
| Binary | 10101010 | 110100 | 10101011 | 1 | 1000110 | 0 | 100001 | 100101011 | 110101 | 101100 |
Color Harmonies of #AA34AB
Complementary color
Monochromatic Colors of #AA34AB
Black with #AA34AB
Text Example
Text Example
White with #AA34AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA34AB; }
p { color: rgb(170,52,171); }
H1.HeaderClassName
{
color: #AA34AB;
}
.AnyTagClassName
{
color: #AA34AB;
}
</style>
background-color css
<style>
a { background-color: #AA34AB; }
a { background-color: rgb(170,52,171); }
div.DivClassName
{
background-color: #AA34AB;
}
.BgClassName
{
background-color: #AA34AB;
}
</style>
border-color css
<style>
span { border-color: #AA34AB; }
span { border-color: rgb(170,52,171); }
td.TdClassName
{
border-color: #AA34AB;
}
.TagClassName
{
border-color: #AA34AB;
}
</style>