Shades of Fuchsia #AD40C0
Tints of Fuchsia #AD40C0
RGB
CMYK
RGB Variations
Color information
#AD40C0 (or 0xAD40C0) is known color: Fuchsia. HEX triplet: AD, 40 and C0. RGB value is (173,64,192). Sum of RGB (Red+Green+Blue) = 173+64+192=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD40C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD40C0 is #52BF3F. Grayscale: #6E6E6E. Windows color (decimal): -5422912 or 12599469. OLE color: 12599469.
HSL color Cylindrical-coordinate representation of color #AD40C0: hue angle of 291.09º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD40C0 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 64 | 192 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.25 |
| HSL | 291.09º | 0.5% | 0.5% | - |
| HSV(B) | 291.09º | 0.67% | 0.75% | - |
| XYZ | 28.58 | 16.36 | 51.52 | - |
| YUV | 111.18 | 173.61 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 192 | 0.10 | 0.67 | 0 | 0.25 | 291.09 | 0.5 | 0.5 |
| Hex | AD | 40 | C0 | A | 43 | 0 | 19 | 123 | 32 | 32 |
| Octal | 255 | 100 | 300 | 12 | 103 | 0 | 31 | 443 | 62 | 62 |
| Binary | 10101101 | 1000000 | 11000000 | 1010 | 1000011 | 0 | 11001 | 100100011 | 110010 | 110010 |
Color Harmonies of #AD40C0
Complementary color
Monochromatic Colors of #AD40C0
Black with #AD40C0
Text Example
Text Example
White with #AD40C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD40C0; }
p { color: rgb(173,64,192); }
H1.HeaderClassName
{
color: #AD40C0;
}
.AnyTagClassName
{
color: #AD40C0;
}
</style>
background-color css
<style>
a { background-color: #AD40C0; }
a { background-color: rgb(173,64,192); }
div.DivClassName
{
background-color: #AD40C0;
}
.BgClassName
{
background-color: #AD40C0;
}
</style>
border-color css
<style>
span { border-color: #AD40C0; }
span { border-color: rgb(173,64,192); }
td.TdClassName
{
border-color: #AD40C0;
}
.TagClassName
{
border-color: #AD40C0;
}
</style>