Shades of Fuchsia #AD4DBA
Tints of Fuchsia #AD4DBA
RGB
CMYK
RGB Variations
Color information
#AD4DBA (or 0xAD4DBA) is known color: Fuchsia. HEX triplet: AD, 4D and BA. RGB value is (173,77,186). Sum of RGB (Red+Green+Blue) = 173+77+186=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD4DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DBA is #52B245. Grayscale: #757575. Windows color (decimal): -5419590 or 12209581. OLE color: 12209581.
HSL color Cylindrical-coordinate representation of color #AD4DBA: hue angle of 292.84º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD4DBA is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 77 | 186 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.27 |
| HSL | 292.84º | 0.44% | 0.52% | - |
| HSV(B) | 292.84º | 0.59% | 0.73% | - |
| XYZ | 28.75 | 17.74 | 48.36 | - |
| YUV | 118.13 | 166.3 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 186 | 0.07 | 0.59 | 0 | 0.27 | 292.84 | 0.44 | 0.52 |
| Hex | AD | 4D | BA | 7 | 3B | 0 | 1B | 125 | 2C | 34 |
| Octal | 255 | 115 | 272 | 7 | 73 | 0 | 33 | 445 | 54 | 64 |
| Binary | 10101101 | 1001101 | 10111010 | 111 | 111011 | 0 | 11011 | 100100101 | 101100 | 110100 |
Color Harmonies of #AD4DBA
Complementary color
Monochromatic Colors of #AD4DBA
Black with #AD4DBA
Text Example
Text Example
White with #AD4DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4DBA; }
p { color: rgb(173,77,186); }
H1.HeaderClassName
{
color: #AD4DBA;
}
.AnyTagClassName
{
color: #AD4DBA;
}
</style>
background-color css
<style>
a { background-color: #AD4DBA; }
a { background-color: rgb(173,77,186); }
div.DivClassName
{
background-color: #AD4DBA;
}
.BgClassName
{
background-color: #AD4DBA;
}
</style>
border-color css
<style>
span { border-color: #AD4DBA; }
span { border-color: rgb(173,77,186); }
td.TdClassName
{
border-color: #AD4DBA;
}
.TagClassName
{
border-color: #AD4DBA;
}
</style>