Shades of Fuchsia #AD32AA
Tints of Fuchsia #AD32AA
RGB
CMYK
RGB Variations
Color information
#AD32AA (or 0xAD32AA) is known color: Fuchsia. HEX triplet: AD, 32 and AA. RGB value is (173,50,170). Sum of RGB (Red+Green+Blue) = 173+50+170=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD32AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD32AA is #52CD55. Grayscale: #646464. Windows color (decimal): -5426518 or 11154093. OLE color: 11154093.
HSL color Cylindrical-coordinate representation of color #AD32AA: hue angle of 301.46º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD32AA is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 170 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.32 |
| HSL | 301.46º | 0.55% | 0.44% | - |
| HSV(B) | 301.46º | 0.71% | 0.68% | - |
| XYZ | 25.63 | 14.07 | 39.39 | - |
| YUV | 100.46 | 167.25 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 170 | 0 | 0.71 | 0.02 | 0.32 | 301.46 | 0.55 | 0.44 |
| Hex | AD | 32 | AA | 0 | 47 | 2 | 20 | 12D | 37 | 2C |
| Octal | 255 | 62 | 252 | 0 | 107 | 2 | 40 | 455 | 67 | 54 |
| Binary | 10101101 | 110010 | 10101010 | 0 | 1000111 | 10 | 100000 | 100101101 | 110111 | 101100 |
Color Harmonies of #AD32AA
Complementary color
Monochromatic Colors of #AD32AA
Black with #AD32AA
Text Example
Text Example
White with #AD32AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD32AA; }
p { color: rgb(173,50,170); }
H1.HeaderClassName
{
color: #AD32AA;
}
.AnyTagClassName
{
color: #AD32AA;
}
</style>
background-color css
<style>
a { background-color: #AD32AA; }
a { background-color: rgb(173,50,170); }
div.DivClassName
{
background-color: #AD32AA;
}
.BgClassName
{
background-color: #AD32AA;
}
</style>
border-color css
<style>
span { border-color: #AD32AA; }
span { border-color: rgb(173,50,170); }
td.TdClassName
{
border-color: #AD32AA;
}
.TagClassName
{
border-color: #AD32AA;
}
</style>