Shades of Fuchsia #AD54BD
Tints of Fuchsia #AD54BD
RGB
CMYK
RGB Variations
Color information
#AD54BD (or 0xAD54BD) is known color: Fuchsia. HEX triplet: AD, 54 and BD. RGB value is (173,84,189). Sum of RGB (Red+Green+Blue) = 173+84+189=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD54BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54BD is #52AB42. Grayscale: #7A7A7A. Windows color (decimal): -5417795 or 12407981. OLE color: 12407981.
HSL color Cylindrical-coordinate representation of color #AD54BD: hue angle of 290.86º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD54BD is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 84 | 189 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.26 |
| HSL | 290.86º | 0.44% | 0.54% | - |
| HSV(B) | 290.86º | 0.56% | 0.74% | - |
| XYZ | 29.59 | 18.9 | 50.23 | - |
| YUV | 122.58 | 165.49 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 189 | 0.08 | 0.56 | 0 | 0.26 | 290.86 | 0.44 | 0.54 |
| Hex | AD | 54 | BD | 8 | 38 | 0 | 1A | 123 | 2C | 36 |
| Octal | 255 | 124 | 275 | 10 | 70 | 0 | 32 | 443 | 54 | 66 |
| Binary | 10101101 | 1010100 | 10111101 | 1000 | 111000 | 0 | 11010 | 100100011 | 101100 | 110110 |
Color Harmonies of #AD54BD
Complementary color
Monochromatic Colors of #AD54BD
Black with #AD54BD
Text Example
Text Example
White with #AD54BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD54BD; }
p { color: rgb(173,84,189); }
H1.HeaderClassName
{
color: #AD54BD;
}
.AnyTagClassName
{
color: #AD54BD;
}
</style>
background-color css
<style>
a { background-color: #AD54BD; }
a { background-color: rgb(173,84,189); }
div.DivClassName
{
background-color: #AD54BD;
}
.BgClassName
{
background-color: #AD54BD;
}
</style>
border-color css
<style>
span { border-color: #AD54BD; }
span { border-color: rgb(173,84,189); }
td.TdClassName
{
border-color: #AD54BD;
}
.TagClassName
{
border-color: #AD54BD;
}
</style>