Shades of Fuchsia #AD50BC
Tints of Fuchsia #AD50BC
RGB
CMYK
RGB Variations
Color information
#AD50BC (or 0xAD50BC) is known color: Fuchsia. HEX triplet: AD, 50 and BC. RGB value is (173,80,188). Sum of RGB (Red+Green+Blue) = 173+80+188=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD50BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50BC is #52AF43. Grayscale: #777777. Windows color (decimal): -5418820 or 12341421. OLE color: 12341421.
HSL color Cylindrical-coordinate representation of color #AD50BC: hue angle of 291.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD50BC is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 80 | 188 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.26 |
| HSL | 291.67º | 0.45% | 0.53% | - |
| HSV(B) | 291.67º | 0.57% | 0.74% | - |
| XYZ | 29.18 | 18.25 | 49.56 | - |
| YUV | 120.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 188 | 0.08 | 0.57 | 0 | 0.26 | 291.67 | 0.45 | 0.53 |
| Hex | AD | 50 | BC | 8 | 39 | 0 | 1A | 124 | 2D | 35 |
| Octal | 255 | 120 | 274 | 10 | 71 | 0 | 32 | 444 | 55 | 65 |
| Binary | 10101101 | 1010000 | 10111100 | 1000 | 111001 | 0 | 11010 | 100100100 | 101101 | 110101 |
Color Harmonies of #AD50BC
Complementary color
Monochromatic Colors of #AD50BC
Black with #AD50BC
Text Example
Text Example
White with #AD50BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50BC; }
p { color: rgb(173,80,188); }
H1.HeaderClassName
{
color: #AD50BC;
}
.AnyTagClassName
{
color: #AD50BC;
}
</style>
background-color css
<style>
a { background-color: #AD50BC; }
a { background-color: rgb(173,80,188); }
div.DivClassName
{
background-color: #AD50BC;
}
.BgClassName
{
background-color: #AD50BC;
}
</style>
border-color css
<style>
span { border-color: #AD50BC; }
span { border-color: rgb(173,80,188); }
td.TdClassName
{
border-color: #AD50BC;
}
.TagClassName
{
border-color: #AD50BC;
}
</style>