Shades of Fuchsia #AA44B4
Tints of Fuchsia #AA44B4
RGB
CMYK
RGB Variations
Color information
#AA44B4 (or 0xAA44B4) is known color: Fuchsia. HEX triplet: AA, 44 and B4. RGB value is (170,68,180). Sum of RGB (Red+Green+Blue) = 170+68+180=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA44B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44B4 is #55BB4B. Grayscale: #6E6E6E. Windows color (decimal): -5618508 or 11814058. OLE color: 11814058.
HSL color Cylindrical-coordinate representation of color #AA44B4: hue angle of 294.64º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA44B4 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 68 | 180 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.29 |
| HSL | 294.64º | 0.45% | 0.49% | - |
| HSV(B) | 294.64º | 0.62% | 0.71% | - |
| XYZ | 26.88 | 15.98 | 44.85 | - |
| YUV | 111.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 180 | 0.06 | 0.62 | 0 | 0.29 | 294.64 | 0.45 | 0.49 |
| Hex | AA | 44 | B4 | 6 | 3E | 0 | 1D | 127 | 2D | 31 |
| Octal | 252 | 104 | 264 | 6 | 76 | 0 | 35 | 447 | 55 | 61 |
| Binary | 10101010 | 1000100 | 10110100 | 110 | 111110 | 0 | 11101 | 100100111 | 101101 | 110001 |
Color Harmonies of #AA44B4
Complementary color
Monochromatic Colors of #AA44B4
Black with #AA44B4
Text Example
Text Example
White with #AA44B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA44B4; }
p { color: rgb(170,68,180); }
H1.HeaderClassName
{
color: #AA44B4;
}
.AnyTagClassName
{
color: #AA44B4;
}
</style>
background-color css
<style>
a { background-color: #AA44B4; }
a { background-color: rgb(170,68,180); }
div.DivClassName
{
background-color: #AA44B4;
}
.BgClassName
{
background-color: #AA44B4;
}
</style>
border-color css
<style>
span { border-color: #AA44B4; }
span { border-color: rgb(170,68,180); }
td.TdClassName
{
border-color: #AA44B4;
}
.TagClassName
{
border-color: #AA44B4;
}
</style>