Shades of Fuchsia #AD55B2
Tints of Fuchsia #AD55B2
RGB
CMYK
RGB Variations
Color information
#AD55B2 (or 0xAD55B2) is known color: Fuchsia. HEX triplet: AD, 55 and B2. RGB value is (173,85,178). Sum of RGB (Red+Green+Blue) = 173+85+178=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD55B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD55B2 is #52AA4D. Grayscale: #797979. Windows color (decimal): -5417550 or 11687341. OLE color: 11687341.
HSL color Cylindrical-coordinate representation of color #AD55B2: hue angle of 296.77º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD55B2 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 85 | 178 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.30 |
| HSL | 296.77º | 0.38% | 0.52% | - |
| HSV(B) | 296.77º | 0.52% | 0.7% | - |
| XYZ | 28.52 | 18.6 | 44.21 | - |
| YUV | 121.91 | 159.65 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 178 | 0.03 | 0.52 | 0 | 0.30 | 296.77 | 0.38 | 0.52 |
| Hex | AD | 55 | B2 | 3 | 34 | 0 | 1E | 129 | 26 | 34 |
| Octal | 255 | 125 | 262 | 3 | 64 | 0 | 36 | 451 | 46 | 64 |
| Binary | 10101101 | 1010101 | 10110010 | 11 | 110100 | 0 | 11110 | 100101001 | 100110 | 110100 |
Color Harmonies of #AD55B2
Complementary color
Monochromatic Colors of #AD55B2
Black with #AD55B2
Text Example
Text Example
White with #AD55B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD55B2; }
p { color: rgb(173,85,178); }
H1.HeaderClassName
{
color: #AD55B2;
}
.AnyTagClassName
{
color: #AD55B2;
}
</style>
background-color css
<style>
a { background-color: #AD55B2; }
a { background-color: rgb(173,85,178); }
div.DivClassName
{
background-color: #AD55B2;
}
.BgClassName
{
background-color: #AD55B2;
}
</style>
border-color css
<style>
span { border-color: #AD55B2; }
span { border-color: rgb(173,85,178); }
td.TdClassName
{
border-color: #AD55B2;
}
.TagClassName
{
border-color: #AD55B2;
}
</style>