Shades of Fuchsia #AD4EBA
Tints of Fuchsia #AD4EBA
RGB
CMYK
RGB Variations
Color information
#AD4EBA (or 0xAD4EBA) is known color: Fuchsia. HEX triplet: AD, 4E and BA. RGB value is (173,78,186). Sum of RGB (Red+Green+Blue) = 173+78+186=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD4EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4EBA is #52B145. Grayscale: #767676. Windows color (decimal): -5419334 or 12209837. OLE color: 12209837.
HSL color Cylindrical-coordinate representation of color #AD4EBA: hue angle of 292.78º 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 #AD4EBA is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 78 | 186 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.27 |
| HSL | 292.78º | 0.44% | 0.52% | - |
| HSV(B) | 292.78º | 0.58% | 0.73% | - |
| XYZ | 28.82 | 17.88 | 48.39 | - |
| YUV | 118.72 | 165.97 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 186 | 0.07 | 0.58 | 0 | 0.27 | 292.78 | 0.44 | 0.52 |
| Hex | AD | 4E | BA | 7 | 3A | 0 | 1B | 125 | 2C | 34 |
| Octal | 255 | 116 | 272 | 7 | 72 | 0 | 33 | 445 | 54 | 64 |
| Binary | 10101101 | 1001110 | 10111010 | 111 | 111010 | 0 | 11011 | 100100101 | 101100 | 110100 |
Color Harmonies of #AD4EBA
Complementary color
Monochromatic Colors of #AD4EBA
Black with #AD4EBA
Text Example
Text Example
White with #AD4EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4EBA; }
p { color: rgb(173,78,186); }
H1.HeaderClassName
{
color: #AD4EBA;
}
.AnyTagClassName
{
color: #AD4EBA;
}
</style>
background-color css
<style>
a { background-color: #AD4EBA; }
a { background-color: rgb(173,78,186); }
div.DivClassName
{
background-color: #AD4EBA;
}
.BgClassName
{
background-color: #AD4EBA;
}
</style>
border-color css
<style>
span { border-color: #AD4EBA; }
span { border-color: rgb(173,78,186); }
td.TdClassName
{
border-color: #AD4EBA;
}
.TagClassName
{
border-color: #AD4EBA;
}
</style>