Shades of Fuchsia #AA43B4
Tints of Fuchsia #AA43B4
RGB
CMYK
RGB Variations
Color information
#AA43B4 (or 0xAA43B4) is known color: Fuchsia. HEX triplet: AA, 43 and B4. RGB value is (170,67,180). Sum of RGB (Red+Green+Blue) = 170+67+180=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA43B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA43B4 is #55BC4B. Grayscale: #6E6E6E. Windows color (decimal): -5618764 or 11813802. OLE color: 11813802.
HSL color Cylindrical-coordinate representation of color #AA43B4: hue angle of 294.69º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA43B4 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 67 | 180 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.29 |
| HSL | 294.69º | 0.46% | 0.48% | - |
| HSV(B) | 294.69º | 0.63% | 0.71% | - |
| XYZ | 26.82 | 15.86 | 44.83 | - |
| YUV | 110.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 180 | 0.06 | 0.63 | 0 | 0.29 | 294.69 | 0.46 | 0.48 |
| Hex | AA | 43 | B4 | 6 | 3F | 0 | 1D | 127 | 2E | 30 |
| Octal | 252 | 103 | 264 | 6 | 77 | 0 | 35 | 447 | 56 | 60 |
| Binary | 10101010 | 1000011 | 10110100 | 110 | 111111 | 0 | 11101 | 100100111 | 101110 | 110000 |
Color Harmonies of #AA43B4
Complementary color
Monochromatic Colors of #AA43B4
Black with #AA43B4
Text Example
Text Example
White with #AA43B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA43B4; }
p { color: rgb(170,67,180); }
H1.HeaderClassName
{
color: #AA43B4;
}
.AnyTagClassName
{
color: #AA43B4;
}
</style>
background-color css
<style>
a { background-color: #AA43B4; }
a { background-color: rgb(170,67,180); }
div.DivClassName
{
background-color: #AA43B4;
}
.BgClassName
{
background-color: #AA43B4;
}
</style>
border-color css
<style>
span { border-color: #AA43B4; }
span { border-color: rgb(170,67,180); }
td.TdClassName
{
border-color: #AA43B4;
}
.TagClassName
{
border-color: #AA43B4;
}
</style>