Shades of Fuchsia #AD4FBA
Tints of Fuchsia #AD4FBA
RGB
CMYK
RGB Variations
Color information
#AD4FBA (or 0xAD4FBA) is known color: Fuchsia. HEX triplet: AD, 4F and BA. RGB value is (173,79,186). Sum of RGB (Red+Green+Blue) = 173+79+186=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD4FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4FBA is #52B045. Grayscale: #767676. Windows color (decimal): -5419078 or 12210093. OLE color: 12210093.
HSL color Cylindrical-coordinate representation of color #AD4FBA: hue angle of 292.71º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4FBA is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 79 | 186 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.27 |
| HSL | 292.71º | 0.44% | 0.52% | - |
| HSV(B) | 292.71º | 0.58% | 0.73% | - |
| XYZ | 28.89 | 18.02 | 48.41 | - |
| YUV | 119.3 | 165.64 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 186 | 0.07 | 0.58 | 0 | 0.27 | 292.71 | 0.44 | 0.52 |
| Hex | AD | 4F | BA | 7 | 3A | 0 | 1B | 125 | 2C | 34 |
| Octal | 255 | 117 | 272 | 7 | 72 | 0 | 33 | 445 | 54 | 64 |
| Binary | 10101101 | 1001111 | 10111010 | 111 | 111010 | 0 | 11011 | 100100101 | 101100 | 110100 |
Color Harmonies of #AD4FBA
Complementary color
Monochromatic Colors of #AD4FBA
Black with #AD4FBA
Text Example
Text Example
White with #AD4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4FBA; }
p { color: rgb(173,79,186); }
H1.HeaderClassName
{
color: #AD4FBA;
}
.AnyTagClassName
{
color: #AD4FBA;
}
</style>
background-color css
<style>
a { background-color: #AD4FBA; }
a { background-color: rgb(173,79,186); }
div.DivClassName
{
background-color: #AD4FBA;
}
.BgClassName
{
background-color: #AD4FBA;
}
</style>
border-color css
<style>
span { border-color: #AD4FBA; }
span { border-color: rgb(173,79,186); }
td.TdClassName
{
border-color: #AD4FBA;
}
.TagClassName
{
border-color: #AD4FBA;
}
</style>