Shades of Fuchsia #AD4CBA
Tints of Fuchsia #AD4CBA
RGB
CMYK
RGB Variations
Color information
#AD4CBA (or 0xAD4CBA) is known color: Fuchsia. HEX triplet: AD, 4C and BA. RGB value is (173,76,186). Sum of RGB (Red+Green+Blue) = 173+76+186=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD4CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4CBA is #52B345. Grayscale: #757575. Windows color (decimal): -5419846 or 12209325. OLE color: 12209325.
HSL color Cylindrical-coordinate representation of color #AD4CBA: hue angle of 292.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD4CBA is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 76 | 186 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.27 |
| HSL | 292.91º | 0.44% | 0.51% | - |
| HSV(B) | 292.91º | 0.59% | 0.73% | - |
| XYZ | 28.68 | 17.6 | 48.34 | - |
| YUV | 117.54 | 166.64 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 186 | 0.07 | 0.59 | 0 | 0.27 | 292.91 | 0.44 | 0.51 |
| Hex | AD | 4C | BA | 7 | 3B | 0 | 1B | 125 | 2C | 33 |
| Octal | 255 | 114 | 272 | 7 | 73 | 0 | 33 | 445 | 54 | 63 |
| Binary | 10101101 | 1001100 | 10111010 | 111 | 111011 | 0 | 11011 | 100100101 | 101100 | 110011 |
Color Harmonies of #AD4CBA
Complementary color
Monochromatic Colors of #AD4CBA
Black with #AD4CBA
Text Example
Text Example
White with #AD4CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4CBA; }
p { color: rgb(173,76,186); }
H1.HeaderClassName
{
color: #AD4CBA;
}
.AnyTagClassName
{
color: #AD4CBA;
}
</style>
background-color css
<style>
a { background-color: #AD4CBA; }
a { background-color: rgb(173,76,186); }
div.DivClassName
{
background-color: #AD4CBA;
}
.BgClassName
{
background-color: #AD4CBA;
}
</style>
border-color css
<style>
span { border-color: #AD4CBA; }
span { border-color: rgb(173,76,186); }
td.TdClassName
{
border-color: #AD4CBA;
}
.TagClassName
{
border-color: #AD4CBA;
}
</style>