Shades of Fuchsia #AD33AD
Tints of Fuchsia #AD33AD
RGB
CMYK
RGB Variations
Color information
#AD33AD (or 0xAD33AD) is known color: Fuchsia. HEX triplet: AD, 33 and AD. RGB value is (173,51,173). Sum of RGB (Red+Green+Blue) = 173+51+173=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD33AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD33AD is #52CC52. Grayscale: #656565. Windows color (decimal): -5426259 or 11350957. OLE color: 11350957.
HSL color Cylindrical-coordinate representation of color #AD33AD: hue angle of 300º degrees, saturation: 0.54, 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 #AD33AD is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 173 | - |
| CMYK | 0 | 0.71 | 0 | 0.32 |
| HSL | 300º | 0.54% | 0.44% | - |
| HSV(B) | 300º | 0.71% | 0.68% | - |
| XYZ | 25.96 | 14.27 | 40.92 | - |
| YUV | 101.39 | 168.42 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 173 | 0 | 0.71 | 0 | 0.32 | 300 | 0.54 | 0.44 |
| Hex | AD | 33 | AD | 0 | 47 | 0 | 20 | 12C | 36 | 2C |
| Octal | 255 | 63 | 255 | 0 | 107 | 0 | 40 | 454 | 66 | 54 |
| Binary | 10101101 | 110011 | 10101101 | 0 | 1000111 | 0 | 100000 | 100101100 | 110110 | 101100 |
Color Harmonies of #AD33AD
Complementary color
Monochromatic Colors of #AD33AD
Black with #AD33AD
Text Example
Text Example
White with #AD33AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD33AD; }
p { color: rgb(173,51,173); }
H1.HeaderClassName
{
color: #AD33AD;
}
.AnyTagClassName
{
color: #AD33AD;
}
</style>
background-color css
<style>
a { background-color: #AD33AD; }
a { background-color: rgb(173,51,173); }
div.DivClassName
{
background-color: #AD33AD;
}
.BgClassName
{
background-color: #AD33AD;
}
</style>
border-color css
<style>
span { border-color: #AD33AD; }
span { border-color: rgb(173,51,173); }
td.TdClassName
{
border-color: #AD33AD;
}
.TagClassName
{
border-color: #AD33AD;
}
</style>