Shades of Fuchsia #AD4FBC
Tints of Fuchsia #AD4FBC
RGB
CMYK
RGB Variations
Color information
#AD4FBC (or 0xAD4FBC) is known color: Fuchsia. HEX triplet: AD, 4F and BC. RGB value is (173,79,188). Sum of RGB (Red+Green+Blue) = 173+79+188=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD4FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4FBC is #52B043. Grayscale: #777777. Windows color (decimal): -5419076 or 12341165. OLE color: 12341165.
HSL color Cylindrical-coordinate representation of color #AD4FBC: hue angle of 291.74º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4FBC is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 79 | 188 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.26 |
| HSL | 291.74º | 0.45% | 0.52% | - |
| HSV(B) | 291.74º | 0.58% | 0.74% | - |
| XYZ | 29.11 | 18.11 | 49.54 | - |
| YUV | 119.53 | 166.64 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 188 | 0.08 | 0.58 | 0 | 0.26 | 291.74 | 0.45 | 0.52 |
| Hex | AD | 4F | BC | 8 | 3A | 0 | 1A | 124 | 2D | 34 |
| Octal | 255 | 117 | 274 | 10 | 72 | 0 | 32 | 444 | 55 | 64 |
| Binary | 10101101 | 1001111 | 10111100 | 1000 | 111010 | 0 | 11010 | 100100100 | 101101 | 110100 |
Color Harmonies of #AD4FBC
Complementary color
Monochromatic Colors of #AD4FBC
Black with #AD4FBC
Text Example
Text Example
White with #AD4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4FBC; }
p { color: rgb(173,79,188); }
H1.HeaderClassName
{
color: #AD4FBC;
}
.AnyTagClassName
{
color: #AD4FBC;
}
</style>
background-color css
<style>
a { background-color: #AD4FBC; }
a { background-color: rgb(173,79,188); }
div.DivClassName
{
background-color: #AD4FBC;
}
.BgClassName
{
background-color: #AD4FBC;
}
</style>
border-color css
<style>
span { border-color: #AD4FBC; }
span { border-color: rgb(173,79,188); }
td.TdClassName
{
border-color: #AD4FBC;
}
.TagClassName
{
border-color: #AD4FBC;
}
</style>