Shades of Fuchsia #AD49BD
Tints of Fuchsia #AD49BD
RGB
CMYK
RGB Variations
Color information
#AD49BD (or 0xAD49BD) is known color: Fuchsia. HEX triplet: AD, 49 and BD. RGB value is (173,73,189). Sum of RGB (Red+Green+Blue) = 173+73+189=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD49BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD49BD is #52B642. Grayscale: #737373. Windows color (decimal): -5420611 or 12405165. OLE color: 12405165.
HSL color Cylindrical-coordinate representation of color #AD49BD: hue angle of 291.72º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD49BD is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 73 | 189 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.26 |
| HSL | 291.72º | 0.47% | 0.51% | - |
| HSV(B) | 291.72º | 0.61% | 0.74% | - |
| XYZ | 28.8 | 17.32 | 49.97 | - |
| YUV | 116.12 | 169.13 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 189 | 0.08 | 0.61 | 0 | 0.26 | 291.72 | 0.47 | 0.51 |
| Hex | AD | 49 | BD | 8 | 3D | 0 | 1A | 124 | 2F | 33 |
| Octal | 255 | 111 | 275 | 10 | 75 | 0 | 32 | 444 | 57 | 63 |
| Binary | 10101101 | 1001001 | 10111101 | 1000 | 111101 | 0 | 11010 | 100100100 | 101111 | 110011 |
Color Harmonies of #AD49BD
Complementary color
Monochromatic Colors of #AD49BD
Black with #AD49BD
Text Example
Text Example
White with #AD49BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD49BD; }
p { color: rgb(173,73,189); }
H1.HeaderClassName
{
color: #AD49BD;
}
.AnyTagClassName
{
color: #AD49BD;
}
</style>
background-color css
<style>
a { background-color: #AD49BD; }
a { background-color: rgb(173,73,189); }
div.DivClassName
{
background-color: #AD49BD;
}
.BgClassName
{
background-color: #AD49BD;
}
</style>
border-color css
<style>
span { border-color: #AD49BD; }
span { border-color: rgb(173,73,189); }
td.TdClassName
{
border-color: #AD49BD;
}
.TagClassName
{
border-color: #AD49BD;
}
</style>