Shades of Fuchsia #AD4CBC
Tints of Fuchsia #AD4CBC
RGB
CMYK
RGB Variations
Color information
#AD4CBC (or 0xAD4CBC) is known color: Fuchsia. HEX triplet: AD, 4C and BC. RGB value is (173,76,188). Sum of RGB (Red+Green+Blue) = 173+76+188=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD4CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4CBC is #52B343. Grayscale: #757575. Windows color (decimal): -5419844 or 12340397. OLE color: 12340397.
HSL color Cylindrical-coordinate representation of color #AD4CBC: hue angle of 291.96º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4CBC is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 76 | 188 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.26 |
| HSL | 291.96º | 0.46% | 0.52% | - |
| HSV(B) | 291.96º | 0.6% | 0.74% | - |
| XYZ | 28.9 | 17.68 | 49.47 | - |
| YUV | 117.77 | 167.64 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 188 | 0.08 | 0.60 | 0 | 0.26 | 291.96 | 0.46 | 0.52 |
| Hex | AD | 4C | BC | 8 | 3C | 0 | 1A | 124 | 2E | 34 |
| Octal | 255 | 114 | 274 | 10 | 74 | 0 | 32 | 444 | 56 | 64 |
| Binary | 10101101 | 1001100 | 10111100 | 1000 | 111100 | 0 | 11010 | 100100100 | 101110 | 110100 |
Color Harmonies of #AD4CBC
Complementary color
Monochromatic Colors of #AD4CBC
Black with #AD4CBC
Text Example
Text Example
White with #AD4CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4CBC; }
p { color: rgb(173,76,188); }
H1.HeaderClassName
{
color: #AD4CBC;
}
.AnyTagClassName
{
color: #AD4CBC;
}
</style>
background-color css
<style>
a { background-color: #AD4CBC; }
a { background-color: rgb(173,76,188); }
div.DivClassName
{
background-color: #AD4CBC;
}
.BgClassName
{
background-color: #AD4CBC;
}
</style>
border-color css
<style>
span { border-color: #AD4CBC; }
span { border-color: rgb(173,76,188); }
td.TdClassName
{
border-color: #AD4CBC;
}
.TagClassName
{
border-color: #AD4CBC;
}
</style>