Shades of Fuchsia #AD33AC
Tints of Fuchsia #AD33AC
RGB
CMYK
RGB Variations
Color information
#AD33AC (or 0xAD33AC) is known color: Fuchsia. HEX triplet: AD, 33 and AC. RGB value is (173,51,172). Sum of RGB (Red+Green+Blue) = 173+51+172=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD33AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD33AC is #52CC53. Grayscale: #646464. Windows color (decimal): -5426260 or 11285421. OLE color: 11285421.
HSL color Cylindrical-coordinate representation of color #AD33AC: hue angle of 300.49º 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 #AD33AC is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 172 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.32 |
| HSL | 300.49º | 0.54% | 0.44% | - |
| HSV(B) | 300.49º | 0.71% | 0.68% | - |
| XYZ | 25.86 | 14.23 | 40.41 | - |
| YUV | 101.27 | 167.92 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 172 | 0 | 0.71 | 0.01 | 0.32 | 300.49 | 0.54 | 0.44 |
| Hex | AD | 33 | AC | 0 | 47 | 1 | 20 | 12C | 36 | 2C |
| Octal | 255 | 63 | 254 | 0 | 107 | 1 | 40 | 454 | 66 | 54 |
| Binary | 10101101 | 110011 | 10101100 | 0 | 1000111 | 1 | 100000 | 100101100 | 110110 | 101100 |
Color Harmonies of #AD33AC
Complementary color
Monochromatic Colors of #AD33AC
Black with #AD33AC
Text Example
Text Example
White with #AD33AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD33AC; }
p { color: rgb(173,51,172); }
H1.HeaderClassName
{
color: #AD33AC;
}
.AnyTagClassName
{
color: #AD33AC;
}
</style>
background-color css
<style>
a { background-color: #AD33AC; }
a { background-color: rgb(173,51,172); }
div.DivClassName
{
background-color: #AD33AC;
}
.BgClassName
{
background-color: #AD33AC;
}
</style>
border-color css
<style>
span { border-color: #AD33AC; }
span { border-color: rgb(173,51,172); }
td.TdClassName
{
border-color: #AD33AC;
}
.TagClassName
{
border-color: #AD33AC;
}
</style>