Shades of Fuchsia #AD53BA
Tints of Fuchsia #AD53BA
RGB
CMYK
RGB Variations
Color information
#AD53BA (or 0xAD53BA) is known color: Fuchsia. HEX triplet: AD, 53 and BA. RGB value is (173,83,186). Sum of RGB (Red+Green+Blue) = 173+83+186=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD53BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD53BA is #52AC45. Grayscale: #797979. Windows color (decimal): -5418054 or 12211117. OLE color: 12211117.
HSL color Cylindrical-coordinate representation of color #AD53BA: hue angle of 292.43º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD53BA is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 83 | 186 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.27 |
| HSL | 292.43º | 0.43% | 0.53% | - |
| HSV(B) | 292.43º | 0.55% | 0.73% | - |
| XYZ | 29.19 | 18.62 | 48.51 | - |
| YUV | 121.65 | 164.32 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 186 | 0.07 | 0.55 | 0 | 0.27 | 292.43 | 0.43 | 0.53 |
| Hex | AD | 53 | BA | 7 | 37 | 0 | 1B | 124 | 2B | 35 |
| Octal | 255 | 123 | 272 | 7 | 67 | 0 | 33 | 444 | 53 | 65 |
| Binary | 10101101 | 1010011 | 10111010 | 111 | 110111 | 0 | 11011 | 100100100 | 101011 | 110101 |
Color Harmonies of #AD53BA
Complementary color
Monochromatic Colors of #AD53BA
Black with #AD53BA
Text Example
Text Example
White with #AD53BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD53BA; }
p { color: rgb(173,83,186); }
H1.HeaderClassName
{
color: #AD53BA;
}
.AnyTagClassName
{
color: #AD53BA;
}
</style>
background-color css
<style>
a { background-color: #AD53BA; }
a { background-color: rgb(173,83,186); }
div.DivClassName
{
background-color: #AD53BA;
}
.BgClassName
{
background-color: #AD53BA;
}
</style>
border-color css
<style>
span { border-color: #AD53BA; }
span { border-color: rgb(173,83,186); }
td.TdClassName
{
border-color: #AD53BA;
}
.TagClassName
{
border-color: #AD53BA;
}
</style>