Shades of Fuchsia #AD39AD
Tints of Fuchsia #AD39AD
RGB
CMYK
RGB Variations
Color information
#AD39AD (or 0xAD39AD) is known color: Fuchsia. HEX triplet: AD, 39 and AD. RGB value is (173,57,173). Sum of RGB (Red+Green+Blue) = 173+57+173=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD39AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD39AD is #52C652. Grayscale: #686868. Windows color (decimal): -5424723 or 11352493. OLE color: 11352493.
HSL color Cylindrical-coordinate representation of color #AD39AD: hue angle of 300º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD39AD is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 173 | - |
| CMYK | 0 | 0.67 | 0 | 0.32 |
| HSL | 300º | 0.5% | 0.45% | - |
| HSV(B) | 300º | 0.67% | 0.68% | - |
| XYZ | 26.24 | 14.83 | 41.01 | - |
| YUV | 104.91 | 166.43 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 173 | 0 | 0.67 | 0 | 0.32 | 300 | 0.5 | 0.45 |
| Hex | AD | 39 | AD | 0 | 43 | 0 | 20 | 12C | 32 | 2D |
| Octal | 255 | 71 | 255 | 0 | 103 | 0 | 40 | 454 | 62 | 55 |
| Binary | 10101101 | 111001 | 10101101 | 0 | 1000011 | 0 | 100000 | 100101100 | 110010 | 101101 |
Color Harmonies of #AD39AD
Complementary color
Monochromatic Colors of #AD39AD
Black with #AD39AD
Text Example
Text Example
White with #AD39AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD39AD; }
p { color: rgb(173,57,173); }
H1.HeaderClassName
{
color: #AD39AD;
}
.AnyTagClassName
{
color: #AD39AD;
}
</style>
background-color css
<style>
a { background-color: #AD39AD; }
a { background-color: rgb(173,57,173); }
div.DivClassName
{
background-color: #AD39AD;
}
.BgClassName
{
background-color: #AD39AD;
}
</style>
border-color css
<style>
span { border-color: #AD39AD; }
span { border-color: rgb(173,57,173); }
td.TdClassName
{
border-color: #AD39AD;
}
.TagClassName
{
border-color: #AD39AD;
}
</style>