Shades of Fuchsia #AD4DB3
Tints of Fuchsia #AD4DB3
RGB
CMYK
RGB Variations
Color information
#AD4DB3 (or 0xAD4DB3) is known color: Fuchsia. HEX triplet: AD, 4D and B3. RGB value is (173,77,179). Sum of RGB (Red+Green+Blue) = 173+77+179=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD4DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DB3 is #52B24C. Grayscale: #757575. Windows color (decimal): -5419597 or 11750829. OLE color: 11750829.
HSL color Cylindrical-coordinate representation of color #AD4DB3: hue angle of 296.47º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4DB3 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 77 | 179 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.30 |
| HSL | 296.47º | 0.4% | 0.5% | - |
| HSV(B) | 296.47º | 0.57% | 0.7% | - |
| XYZ | 28.02 | 17.45 | 44.54 | - |
| YUV | 117.33 | 162.8 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 179 | 0.03 | 0.57 | 0 | 0.30 | 296.47 | 0.4 | 0.5 |
| Hex | AD | 4D | B3 | 3 | 39 | 0 | 1E | 128 | 28 | 32 |
| Octal | 255 | 115 | 263 | 3 | 71 | 0 | 36 | 450 | 50 | 62 |
| Binary | 10101101 | 1001101 | 10110011 | 11 | 111001 | 0 | 11110 | 100101000 | 101000 | 110010 |
Color Harmonies of #AD4DB3
Complementary color
Monochromatic Colors of #AD4DB3
Black with #AD4DB3
Text Example
Text Example
White with #AD4DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4DB3; }
p { color: rgb(173,77,179); }
H1.HeaderClassName
{
color: #AD4DB3;
}
.AnyTagClassName
{
color: #AD4DB3;
}
</style>
background-color css
<style>
a { background-color: #AD4DB3; }
a { background-color: rgb(173,77,179); }
div.DivClassName
{
background-color: #AD4DB3;
}
.BgClassName
{
background-color: #AD4DB3;
}
</style>
border-color css
<style>
span { border-color: #AD4DB3; }
span { border-color: rgb(173,77,179); }
td.TdClassName
{
border-color: #AD4DB3;
}
.TagClassName
{
border-color: #AD4DB3;
}
</style>