Shades of Fuchsia #AD5DB9
Tints of Fuchsia #AD5DB9
RGB
CMYK
RGB Variations
Color information
#AD5DB9 (or 0xAD5DB9) is known color: Fuchsia. HEX triplet: AD, 5D and B9. RGB value is (173,93,185). Sum of RGB (Red+Green+Blue) = 173+93+185=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD5DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DB9 is #52A246. Grayscale: #7F7F7F. Windows color (decimal): -5415495 or 12148141. OLE color: 12148141.
HSL color Cylindrical-coordinate representation of color #AD5DB9: hue angle of 292.17º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5DB9 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 93 | 185 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.27 |
| HSL | 292.17º | 0.4% | 0.55% | - |
| HSV(B) | 292.17º | 0.5% | 0.73% | - |
| XYZ | 29.9 | 20.22 | 48.22 | - |
| YUV | 127.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 185 | 0.06 | 0.50 | 0 | 0.27 | 292.17 | 0.4 | 0.55 |
| Hex | AD | 5D | B9 | 6 | 32 | 0 | 1B | 124 | 28 | 37 |
| Octal | 255 | 135 | 271 | 6 | 62 | 0 | 33 | 444 | 50 | 67 |
| Binary | 10101101 | 1011101 | 10111001 | 110 | 110010 | 0 | 11011 | 100100100 | 101000 | 110111 |
Color Harmonies of #AD5DB9
Complementary color
Monochromatic Colors of #AD5DB9
Black with #AD5DB9
Text Example
Text Example
White with #AD5DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5DB9; }
p { color: rgb(173,93,185); }
H1.HeaderClassName
{
color: #AD5DB9;
}
.AnyTagClassName
{
color: #AD5DB9;
}
</style>
background-color css
<style>
a { background-color: #AD5DB9; }
a { background-color: rgb(173,93,185); }
div.DivClassName
{
background-color: #AD5DB9;
}
.BgClassName
{
background-color: #AD5DB9;
}
</style>
border-color css
<style>
span { border-color: #AD5DB9; }
span { border-color: rgb(173,93,185); }
td.TdClassName
{
border-color: #AD5DB9;
}
.TagClassName
{
border-color: #AD5DB9;
}
</style>