Shades of Fuchsia #AD54B5
Tints of Fuchsia #AD54B5
RGB
CMYK
RGB Variations
Color information
#AD54B5 (or 0xAD54B5) is known color: Fuchsia. HEX triplet: AD, 54 and B5. RGB value is (173,84,181). Sum of RGB (Red+Green+Blue) = 173+84+181=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD54B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54B5 is #52AB4A. Grayscale: #797979. Windows color (decimal): -5417803 or 11883693. OLE color: 11883693.
HSL color Cylindrical-coordinate representation of color #AD54B5: hue angle of 295.05º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD54B5 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 84 | 181 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.29 |
| HSL | 295.05º | 0.4% | 0.52% | - |
| HSV(B) | 295.05º | 0.54% | 0.71% | - |
| XYZ | 28.74 | 18.56 | 45.78 | - |
| YUV | 121.67 | 161.49 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 181 | 0.04 | 0.54 | 0 | 0.29 | 295.05 | 0.4 | 0.52 |
| Hex | AD | 54 | B5 | 4 | 36 | 0 | 1D | 127 | 28 | 34 |
| Octal | 255 | 124 | 265 | 4 | 66 | 0 | 35 | 447 | 50 | 64 |
| Binary | 10101101 | 1010100 | 10110101 | 100 | 110110 | 0 | 11101 | 100100111 | 101000 | 110100 |
Color Harmonies of #AD54B5
Complementary color
Monochromatic Colors of #AD54B5
Black with #AD54B5
Text Example
Text Example
White with #AD54B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD54B5; }
p { color: rgb(173,84,181); }
H1.HeaderClassName
{
color: #AD54B5;
}
.AnyTagClassName
{
color: #AD54B5;
}
</style>
background-color css
<style>
a { background-color: #AD54B5; }
a { background-color: rgb(173,84,181); }
div.DivClassName
{
background-color: #AD54B5;
}
.BgClassName
{
background-color: #AD54B5;
}
</style>
border-color css
<style>
span { border-color: #AD54B5; }
span { border-color: rgb(173,84,181); }
td.TdClassName
{
border-color: #AD54B5;
}
.TagClassName
{
border-color: #AD54B5;
}
</style>