Shades of Fuchsia #AD40AC
Tints of Fuchsia #AD40AC
RGB
CMYK
RGB Variations
Color information
#AD40AC (or 0xAD40AC) is known color: Fuchsia. HEX triplet: AD, 40 and AC. RGB value is (173,64,172). Sum of RGB (Red+Green+Blue) = 173+64+172=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD40AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD40AC is #52BF53. Grayscale: #6C6C6C. Windows color (decimal): -5422932 or 11288749. OLE color: 11288749.
HSL color Cylindrical-coordinate representation of color #AD40AC: hue angle of 300.55º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD40AC is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 172 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.32 |
| HSL | 300.55º | 0.46% | 0.46% | - |
| HSV(B) | 300.55º | 0.63% | 0.68% | - |
| XYZ | 26.51 | 15.53 | 40.63 | - |
| YUV | 108.9 | 163.61 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 172 | 0 | 0.63 | 0.01 | 0.32 | 300.55 | 0.46 | 0.46 |
| Hex | AD | 40 | AC | 0 | 3F | 1 | 20 | 12D | 2E | 2E |
| Octal | 255 | 100 | 254 | 0 | 77 | 1 | 40 | 455 | 56 | 56 |
| Binary | 10101101 | 1000000 | 10101100 | 0 | 111111 | 1 | 100000 | 100101101 | 101110 | 101110 |
Color Harmonies of #AD40AC
Complementary color
Monochromatic Colors of #AD40AC
Black with #AD40AC
Text Example
Text Example
White with #AD40AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD40AC; }
p { color: rgb(173,64,172); }
H1.HeaderClassName
{
color: #AD40AC;
}
.AnyTagClassName
{
color: #AD40AC;
}
</style>
background-color css
<style>
a { background-color: #AD40AC; }
a { background-color: rgb(173,64,172); }
div.DivClassName
{
background-color: #AD40AC;
}
.BgClassName
{
background-color: #AD40AC;
}
</style>
border-color css
<style>
span { border-color: #AD40AC; }
span { border-color: rgb(173,64,172); }
td.TdClassName
{
border-color: #AD40AC;
}
.TagClassName
{
border-color: #AD40AC;
}
</style>