Shades of Fuchsia #AD44B9
Tints of Fuchsia #AD44B9
RGB
CMYK
RGB Variations
Color information
#AD44B9 (or 0xAD44B9) is known color: Fuchsia. HEX triplet: AD, 44 and B9. RGB value is (173,68,185). Sum of RGB (Red+Green+Blue) = 173+68+185=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD44B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD44B9 is #52BB46. Grayscale: #707070. Windows color (decimal): -5421895 or 12141741. OLE color: 12141741.
HSL color Cylindrical-coordinate representation of color #AD44B9: hue angle of 293.85º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD44B9 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 68 | 185 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.27 |
| HSL | 293.85º | 0.46% | 0.5% | - |
| HSV(B) | 293.85º | 0.63% | 0.73% | - |
| XYZ | 28.06 | 16.52 | 47.61 | - |
| YUV | 112.73 | 168.79 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 185 | 0.06 | 0.63 | 0 | 0.27 | 293.85 | 0.46 | 0.5 |
| Hex | AD | 44 | B9 | 6 | 3F | 0 | 1B | 126 | 2E | 32 |
| Octal | 255 | 104 | 271 | 6 | 77 | 0 | 33 | 446 | 56 | 62 |
| Binary | 10101101 | 1000100 | 10111001 | 110 | 111111 | 0 | 11011 | 100100110 | 101110 | 110010 |
Color Harmonies of #AD44B9
Complementary color
Monochromatic Colors of #AD44B9
Black with #AD44B9
Text Example
Text Example
White with #AD44B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD44B9; }
p { color: rgb(173,68,185); }
H1.HeaderClassName
{
color: #AD44B9;
}
.AnyTagClassName
{
color: #AD44B9;
}
</style>
background-color css
<style>
a { background-color: #AD44B9; }
a { background-color: rgb(173,68,185); }
div.DivClassName
{
background-color: #AD44B9;
}
.BgClassName
{
background-color: #AD44B9;
}
</style>
border-color css
<style>
span { border-color: #AD44B9; }
span { border-color: rgb(173,68,185); }
td.TdClassName
{
border-color: #AD44B9;
}
.TagClassName
{
border-color: #AD44B9;
}
</style>