Shades of Fuchsia #AD47B1
Tints of Fuchsia #AD47B1
RGB
CMYK
RGB Variations
Color information
#AD47B1 (or 0xAD47B1) is known color: Fuchsia. HEX triplet: AD, 47 and B1. RGB value is (173,71,177). Sum of RGB (Red+Green+Blue) = 173+71+177=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD47B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD47B1 is #52B84E. Grayscale: #717171. Windows color (decimal): -5421135 or 11618221. OLE color: 11618221.
HSL color Cylindrical-coordinate representation of color #AD47B1: hue angle of 297.74º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD47B1 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 71 | 177 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.31 |
| HSL | 297.74º | 0.43% | 0.49% | - |
| HSV(B) | 297.74º | 0.6% | 0.69% | - |
| XYZ | 27.42 | 16.57 | 43.35 | - |
| YUV | 113.58 | 163.79 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 177 | 0.02 | 0.60 | 0 | 0.31 | 297.74 | 0.43 | 0.49 |
| Hex | AD | 47 | B1 | 2 | 3C | 0 | 1F | 12A | 2B | 31 |
| Octal | 255 | 107 | 261 | 2 | 74 | 0 | 37 | 452 | 53 | 61 |
| Binary | 10101101 | 1000111 | 10110001 | 10 | 111100 | 0 | 11111 | 100101010 | 101011 | 110001 |
Color Harmonies of #AD47B1
Complementary color
Monochromatic Colors of #AD47B1
Black with #AD47B1
Text Example
Text Example
White with #AD47B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD47B1; }
p { color: rgb(173,71,177); }
H1.HeaderClassName
{
color: #AD47B1;
}
.AnyTagClassName
{
color: #AD47B1;
}
</style>
background-color css
<style>
a { background-color: #AD47B1; }
a { background-color: rgb(173,71,177); }
div.DivClassName
{
background-color: #AD47B1;
}
.BgClassName
{
background-color: #AD47B1;
}
</style>
border-color css
<style>
span { border-color: #AD47B1; }
span { border-color: rgb(173,71,177); }
td.TdClassName
{
border-color: #AD47B1;
}
.TagClassName
{
border-color: #AD47B1;
}
</style>