Shades of Fuchsia #AD57BA
Tints of Fuchsia #AD57BA
RGB
CMYK
RGB Variations
Color information
#AD57BA (or 0xAD57BA) is known color: Fuchsia. HEX triplet: AD, 57 and BA. RGB value is (173,87,186). Sum of RGB (Red+Green+Blue) = 173+87+186=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD57BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD57BA is #52A845. Grayscale: #7B7B7B. Windows color (decimal): -5417030 or 12212141. OLE color: 12212141.
HSL color Cylindrical-coordinate representation of color #AD57BA: hue angle of 292.12º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD57BA is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 87 | 186 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.27 |
| HSL | 292.12º | 0.42% | 0.54% | - |
| HSV(B) | 292.12º | 0.53% | 0.73% | - |
| XYZ | 29.5 | 19.25 | 48.61 | - |
| YUV | 124 | 162.99 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 186 | 0.07 | 0.53 | 0 | 0.27 | 292.12 | 0.42 | 0.54 |
| Hex | AD | 57 | BA | 7 | 35 | 0 | 1B | 124 | 2A | 36 |
| Octal | 255 | 127 | 272 | 7 | 65 | 0 | 33 | 444 | 52 | 66 |
| Binary | 10101101 | 1010111 | 10111010 | 111 | 110101 | 0 | 11011 | 100100100 | 101010 | 110110 |
Color Harmonies of #AD57BA
Complementary color
Monochromatic Colors of #AD57BA
Black with #AD57BA
Text Example
Text Example
White with #AD57BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD57BA; }
p { color: rgb(173,87,186); }
H1.HeaderClassName
{
color: #AD57BA;
}
.AnyTagClassName
{
color: #AD57BA;
}
</style>
background-color css
<style>
a { background-color: #AD57BA; }
a { background-color: rgb(173,87,186); }
div.DivClassName
{
background-color: #AD57BA;
}
.BgClassName
{
background-color: #AD57BA;
}
</style>
border-color css
<style>
span { border-color: #AD57BA; }
span { border-color: rgb(173,87,186); }
td.TdClassName
{
border-color: #AD57BA;
}
.TagClassName
{
border-color: #AD57BA;
}
</style>