Shades of Fuchsia #AD4DBE
Tints of Fuchsia #AD4DBE
RGB
CMYK
RGB Variations
Color information
#AD4DBE (or 0xAD4DBE) is known color: Fuchsia. HEX triplet: AD, 4D and BE. RGB value is (173,77,190). Sum of RGB (Red+Green+Blue) = 173+77+190=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD4DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DBE is #52B241. Grayscale: #767676. Windows color (decimal): -5419586 or 12471725. OLE color: 12471725.
HSL color Cylindrical-coordinate representation of color #AD4DBE: hue angle of 290.97º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD4DBE is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 77 | 190 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.25 |
| HSL | 290.97º | 0.47% | 0.52% | - |
| HSV(B) | 290.97º | 0.59% | 0.75% | - |
| XYZ | 29.18 | 17.91 | 50.63 | - |
| YUV | 118.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 190 | 0.09 | 0.59 | 0 | 0.25 | 290.97 | 0.47 | 0.52 |
| Hex | AD | 4D | BE | 9 | 3B | 0 | 19 | 123 | 2F | 34 |
| Octal | 255 | 115 | 276 | 11 | 73 | 0 | 31 | 443 | 57 | 64 |
| Binary | 10101101 | 1001101 | 10111110 | 1001 | 111011 | 0 | 11001 | 100100011 | 101111 | 110100 |
Color Harmonies of #AD4DBE
Complementary color
Monochromatic Colors of #AD4DBE
Black with #AD4DBE
Text Example
Text Example
White with #AD4DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4DBE; }
p { color: rgb(173,77,190); }
H1.HeaderClassName
{
color: #AD4DBE;
}
.AnyTagClassName
{
color: #AD4DBE;
}
</style>
background-color css
<style>
a { background-color: #AD4DBE; }
a { background-color: rgb(173,77,190); }
div.DivClassName
{
background-color: #AD4DBE;
}
.BgClassName
{
background-color: #AD4DBE;
}
</style>
border-color css
<style>
span { border-color: #AD4DBE; }
span { border-color: rgb(173,77,190); }
td.TdClassName
{
border-color: #AD4DBE;
}
.TagClassName
{
border-color: #AD4DBE;
}
</style>