Shades of Fuchsia #AA3DB6
Tints of Fuchsia #AA3DB6
RGB
CMYK
RGB Variations
Color information
#AA3DB6 (or 0xAA3DB6) is known color: Fuchsia. HEX triplet: AA, 3D and B6. RGB value is (170,61,182). Sum of RGB (Red+Green+Blue) = 170+61+182=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA3DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DB6 is #55C249. Grayscale: #6B6B6B. Windows color (decimal): -5620298 or 11943338. OLE color: 11943338.
HSL color Cylindrical-coordinate representation of color #AA3DB6: hue angle of 294.05º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3DB6 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 61 | 182 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.29 |
| HSL | 294.05º | 0.5% | 0.48% | - |
| HSV(B) | 294.05º | 0.66% | 0.71% | - |
| XYZ | 26.69 | 15.26 | 45.79 | - |
| YUV | 107.39 | 170.11 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 182 | 0.07 | 0.66 | 0 | 0.29 | 294.05 | 0.5 | 0.48 |
| Hex | AA | 3D | B6 | 7 | 42 | 0 | 1D | 126 | 32 | 30 |
| Octal | 252 | 75 | 266 | 7 | 102 | 0 | 35 | 446 | 62 | 60 |
| Binary | 10101010 | 111101 | 10110110 | 111 | 1000010 | 0 | 11101 | 100100110 | 110010 | 110000 |
Color Harmonies of #AA3DB6
Complementary color
Monochromatic Colors of #AA3DB6
Black with #AA3DB6
Text Example
Text Example
White with #AA3DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3DB6; }
p { color: rgb(170,61,182); }
H1.HeaderClassName
{
color: #AA3DB6;
}
.AnyTagClassName
{
color: #AA3DB6;
}
</style>
background-color css
<style>
a { background-color: #AA3DB6; }
a { background-color: rgb(170,61,182); }
div.DivClassName
{
background-color: #AA3DB6;
}
.BgClassName
{
background-color: #AA3DB6;
}
</style>
border-color css
<style>
span { border-color: #AA3DB6; }
span { border-color: rgb(170,61,182); }
td.TdClassName
{
border-color: #AA3DB6;
}
.TagClassName
{
border-color: #AA3DB6;
}
</style>