Shades of Fuchsia #AA3DB5
Tints of Fuchsia #AA3DB5
RGB
CMYK
RGB Variations
Color information
#AA3DB5 (or 0xAA3DB5) is known color: Fuchsia. HEX triplet: AA, 3D and B5. RGB value is (170,61,181). Sum of RGB (Red+Green+Blue) = 170+61+181=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA3DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DB5 is #55C24A. Grayscale: #6A6A6A. Windows color (decimal): -5620299 or 11877802. OLE color: 11877802.
HSL color Cylindrical-coordinate representation of color #AA3DB5: hue angle of 294.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3DB5 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 61 | 181 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.29 |
| HSL | 294.5º | 0.5% | 0.47% | - |
| HSV(B) | 294.5º | 0.66% | 0.71% | - |
| XYZ | 26.59 | 15.22 | 45.25 | - |
| YUV | 107.27 | 169.61 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 181 | 0.06 | 0.66 | 0 | 0.29 | 294.5 | 0.5 | 0.47 |
| Hex | AA | 3D | B5 | 6 | 42 | 0 | 1D | 126 | 32 | 2F |
| Octal | 252 | 75 | 265 | 6 | 102 | 0 | 35 | 446 | 62 | 57 |
| Binary | 10101010 | 111101 | 10110101 | 110 | 1000010 | 0 | 11101 | 100100110 | 110010 | 101111 |
Color Harmonies of #AA3DB5
Complementary color
Monochromatic Colors of #AA3DB5
Black with #AA3DB5
Text Example
Text Example
White with #AA3DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3DB5; }
p { color: rgb(170,61,181); }
H1.HeaderClassName
{
color: #AA3DB5;
}
.AnyTagClassName
{
color: #AA3DB5;
}
</style>
background-color css
<style>
a { background-color: #AA3DB5; }
a { background-color: rgb(170,61,181); }
div.DivClassName
{
background-color: #AA3DB5;
}
.BgClassName
{
background-color: #AA3DB5;
}
</style>
border-color css
<style>
span { border-color: #AA3DB5; }
span { border-color: rgb(170,61,181); }
td.TdClassName
{
border-color: #AA3DB5;
}
.TagClassName
{
border-color: #AA3DB5;
}
</style>