Shades of Fuchsia #AD49BE
Tints of Fuchsia #AD49BE
RGB
CMYK
RGB Variations
Color information
#AD49BE (or 0xAD49BE) is known color: Fuchsia. HEX triplet: AD, 49 and BE. RGB value is (173,73,190). Sum of RGB (Red+Green+Blue) = 173+73+190=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD49BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD49BE is #52B641. Grayscale: #737373. Windows color (decimal): -5420610 or 12470701. OLE color: 12470701.
HSL color Cylindrical-coordinate representation of color #AD49BE: hue angle of 291.28º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD49BE is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 73 | 190 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.25 |
| HSL | 291.28º | 0.47% | 0.52% | - |
| HSV(B) | 291.28º | 0.62% | 0.75% | - |
| XYZ | 28.91 | 17.37 | 50.54 | - |
| YUV | 116.24 | 169.63 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 190 | 0.09 | 0.62 | 0 | 0.25 | 291.28 | 0.47 | 0.52 |
| Hex | AD | 49 | BE | 9 | 3E | 0 | 19 | 123 | 2F | 34 |
| Octal | 255 | 111 | 276 | 11 | 76 | 0 | 31 | 443 | 57 | 64 |
| Binary | 10101101 | 1001001 | 10111110 | 1001 | 111110 | 0 | 11001 | 100100011 | 101111 | 110100 |
Color Harmonies of #AD49BE
Complementary color
Monochromatic Colors of #AD49BE
Black with #AD49BE
Text Example
Text Example
White with #AD49BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD49BE; }
p { color: rgb(173,73,190); }
H1.HeaderClassName
{
color: #AD49BE;
}
.AnyTagClassName
{
color: #AD49BE;
}
</style>
background-color css
<style>
a { background-color: #AD49BE; }
a { background-color: rgb(173,73,190); }
div.DivClassName
{
background-color: #AD49BE;
}
.BgClassName
{
background-color: #AD49BE;
}
</style>
border-color css
<style>
span { border-color: #AD49BE; }
span { border-color: rgb(173,73,190); }
td.TdClassName
{
border-color: #AD49BE;
}
.TagClassName
{
border-color: #AD49BE;
}
</style>