Shades of Fuchsia #AD49B4
Tints of Fuchsia #AD49B4
RGB
CMYK
RGB Variations
Color information
#AD49B4 (or 0xAD49B4) is known color: Fuchsia. HEX triplet: AD, 49 and B4. RGB value is (173,73,180). Sum of RGB (Red+Green+Blue) = 173+73+180=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD49B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD49B4 is #52B64B. Grayscale: #727272. Windows color (decimal): -5420620 or 11815341. OLE color: 11815341.
HSL color Cylindrical-coordinate representation of color #AD49B4: hue angle of 296.07º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD49B4 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 73 | 180 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.29 |
| HSL | 296.07º | 0.42% | 0.5% | - |
| HSV(B) | 296.07º | 0.59% | 0.71% | - |
| XYZ | 27.85 | 16.94 | 44.98 | - |
| YUV | 115.1 | 164.63 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 180 | 0.04 | 0.59 | 0 | 0.29 | 296.07 | 0.42 | 0.5 |
| Hex | AD | 49 | B4 | 4 | 3B | 0 | 1D | 128 | 2A | 32 |
| Octal | 255 | 111 | 264 | 4 | 73 | 0 | 35 | 450 | 52 | 62 |
| Binary | 10101101 | 1001001 | 10110100 | 100 | 111011 | 0 | 11101 | 100101000 | 101010 | 110010 |
Color Harmonies of #AD49B4
Complementary color
Monochromatic Colors of #AD49B4
Black with #AD49B4
Text Example
Text Example
White with #AD49B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD49B4; }
p { color: rgb(173,73,180); }
H1.HeaderClassName
{
color: #AD49B4;
}
.AnyTagClassName
{
color: #AD49B4;
}
</style>
background-color css
<style>
a { background-color: #AD49B4; }
a { background-color: rgb(173,73,180); }
div.DivClassName
{
background-color: #AD49B4;
}
.BgClassName
{
background-color: #AD49B4;
}
</style>
border-color css
<style>
span { border-color: #AD49B4; }
span { border-color: rgb(173,73,180); }
td.TdClassName
{
border-color: #AD49B4;
}
.TagClassName
{
border-color: #AD49B4;
}
</style>