Shades of Fuchsia #AA3FB0
Tints of Fuchsia #AA3FB0
RGB
CMYK
RGB Variations
Color information
#AA3FB0 (or 0xAA3FB0) is known color: Fuchsia. HEX triplet: AA, 3F and B0. RGB value is (170,63,176). Sum of RGB (Red+Green+Blue) = 170+63+176=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA3FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3FB0 is #55C04F. Grayscale: #6B6B6B. Windows color (decimal): -5619792 or 11550634. OLE color: 11550634.
HSL color Cylindrical-coordinate representation of color #AA3FB0: hue angle of 296.81º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA3FB0 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 63 | 176 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.31 |
| HSL | 296.81º | 0.47% | 0.47% | - |
| HSV(B) | 296.81º | 0.64% | 0.69% | - |
| XYZ | 26.19 | 15.24 | 42.63 | - |
| YUV | 107.88 | 166.45 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 176 | 0.03 | 0.64 | 0 | 0.31 | 296.81 | 0.47 | 0.47 |
| Hex | AA | 3F | B0 | 3 | 40 | 0 | 1F | 129 | 2F | 2F |
| Octal | 252 | 77 | 260 | 3 | 100 | 0 | 37 | 451 | 57 | 57 |
| Binary | 10101010 | 111111 | 10110000 | 11 | 1000000 | 0 | 11111 | 100101001 | 101111 | 101111 |
Color Harmonies of #AA3FB0
Complementary color
Monochromatic Colors of #AA3FB0
Black with #AA3FB0
Text Example
Text Example
White with #AA3FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3FB0; }
p { color: rgb(170,63,176); }
H1.HeaderClassName
{
color: #AA3FB0;
}
.AnyTagClassName
{
color: #AA3FB0;
}
</style>
background-color css
<style>
a { background-color: #AA3FB0; }
a { background-color: rgb(170,63,176); }
div.DivClassName
{
background-color: #AA3FB0;
}
.BgClassName
{
background-color: #AA3FB0;
}
</style>
border-color css
<style>
span { border-color: #AA3FB0; }
span { border-color: rgb(170,63,176); }
td.TdClassName
{
border-color: #AA3FB0;
}
.TagClassName
{
border-color: #AA3FB0;
}
</style>