Shades of Fuchsia #AD53BC
Tints of Fuchsia #AD53BC
RGB
CMYK
RGB Variations
Color information
#AD53BC (or 0xAD53BC) is known color: Fuchsia. HEX triplet: AD, 53 and BC. RGB value is (173,83,188). Sum of RGB (Red+Green+Blue) = 173+83+188=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD53BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD53BC is #52AC43. Grayscale: #797979. Windows color (decimal): -5418052 or 12342189. OLE color: 12342189.
HSL color Cylindrical-coordinate representation of color #AD53BC: hue angle of 291.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD53BC is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 83 | 188 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.26 |
| HSL | 291.43º | 0.44% | 0.53% | - |
| HSV(B) | 291.43º | 0.56% | 0.74% | - |
| XYZ | 29.4 | 18.7 | 49.64 | - |
| YUV | 121.88 | 165.32 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 188 | 0.08 | 0.56 | 0 | 0.26 | 291.43 | 0.44 | 0.53 |
| Hex | AD | 53 | BC | 8 | 38 | 0 | 1A | 123 | 2C | 35 |
| Octal | 255 | 123 | 274 | 10 | 70 | 0 | 32 | 443 | 54 | 65 |
| Binary | 10101101 | 1010011 | 10111100 | 1000 | 111000 | 0 | 11010 | 100100011 | 101100 | 110101 |
Color Harmonies of #AD53BC
Complementary color
Monochromatic Colors of #AD53BC
Black with #AD53BC
Text Example
Text Example
White with #AD53BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD53BC; }
p { color: rgb(173,83,188); }
H1.HeaderClassName
{
color: #AD53BC;
}
.AnyTagClassName
{
color: #AD53BC;
}
</style>
background-color css
<style>
a { background-color: #AD53BC; }
a { background-color: rgb(173,83,188); }
div.DivClassName
{
background-color: #AD53BC;
}
.BgClassName
{
background-color: #AD53BC;
}
</style>
border-color css
<style>
span { border-color: #AD53BC; }
span { border-color: rgb(173,83,188); }
td.TdClassName
{
border-color: #AD53BC;
}
.TagClassName
{
border-color: #AD53BC;
}
</style>