Shades of Fuchsia #AD38AC
Tints of Fuchsia #AD38AC
RGB
CMYK
RGB Variations
Color information
#AD38AC (or 0xAD38AC) is known color: Fuchsia. HEX triplet: AD, 38 and AC. RGB value is (173,56,172). Sum of RGB (Red+Green+Blue) = 173+56+172=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD38AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD38AC is #52C753. Grayscale: #676767. Windows color (decimal): -5424980 or 11286701. OLE color: 11286701.
HSL color Cylindrical-coordinate representation of color #AD38AC: hue angle of 300.51º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD38AC is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 172 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.32 |
| HSL | 300.51º | 0.51% | 0.45% | - |
| HSV(B) | 300.51º | 0.68% | 0.68% | - |
| XYZ | 26.09 | 14.69 | 40.49 | - |
| YUV | 104.21 | 166.26 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 172 | 0 | 0.68 | 0.01 | 0.32 | 300.51 | 0.51 | 0.45 |
| Hex | AD | 38 | AC | 0 | 44 | 1 | 20 | 12D | 33 | 2D |
| Octal | 255 | 70 | 254 | 0 | 104 | 1 | 40 | 455 | 63 | 55 |
| Binary | 10101101 | 111000 | 10101100 | 0 | 1000100 | 1 | 100000 | 100101101 | 110011 | 101101 |
Color Harmonies of #AD38AC
Complementary color
Monochromatic Colors of #AD38AC
Black with #AD38AC
Text Example
Text Example
White with #AD38AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD38AC; }
p { color: rgb(173,56,172); }
H1.HeaderClassName
{
color: #AD38AC;
}
.AnyTagClassName
{
color: #AD38AC;
}
</style>
background-color css
<style>
a { background-color: #AD38AC; }
a { background-color: rgb(173,56,172); }
div.DivClassName
{
background-color: #AD38AC;
}
.BgClassName
{
background-color: #AD38AC;
}
</style>
border-color css
<style>
span { border-color: #AD38AC; }
span { border-color: rgb(173,56,172); }
td.TdClassName
{
border-color: #AD38AC;
}
.TagClassName
{
border-color: #AD38AC;
}
</style>