Shades of Fuchsia #AD4CB7
Tints of Fuchsia #AD4CB7
RGB
CMYK
RGB Variations
Color information
#AD4CB7 (or 0xAD4CB7) is known color: Fuchsia. HEX triplet: AD, 4C and B7. RGB value is (173,76,183). Sum of RGB (Red+Green+Blue) = 173+76+183=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD4CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4CB7 is #52B348. Grayscale: #747474. Windows color (decimal): -5419849 or 12012717. OLE color: 12012717.
HSL color Cylindrical-coordinate representation of color #AD4CB7: hue angle of 294.39º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4CB7 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 76 | 183 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.28 |
| HSL | 294.39º | 0.43% | 0.51% | - |
| HSV(B) | 294.39º | 0.58% | 0.72% | - |
| XYZ | 28.37 | 17.47 | 46.68 | - |
| YUV | 117.2 | 165.14 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 183 | 0.05 | 0.58 | 0 | 0.28 | 294.39 | 0.43 | 0.51 |
| Hex | AD | 4C | B7 | 5 | 3A | 0 | 1C | 126 | 2B | 33 |
| Octal | 255 | 114 | 267 | 5 | 72 | 0 | 34 | 446 | 53 | 63 |
| Binary | 10101101 | 1001100 | 10110111 | 101 | 111010 | 0 | 11100 | 100100110 | 101011 | 110011 |
Color Harmonies of #AD4CB7
Complementary color
Monochromatic Colors of #AD4CB7
Black with #AD4CB7
Text Example
Text Example
White with #AD4CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4CB7; }
p { color: rgb(173,76,183); }
H1.HeaderClassName
{
color: #AD4CB7;
}
.AnyTagClassName
{
color: #AD4CB7;
}
</style>
background-color css
<style>
a { background-color: #AD4CB7; }
a { background-color: rgb(173,76,183); }
div.DivClassName
{
background-color: #AD4CB7;
}
.BgClassName
{
background-color: #AD4CB7;
}
</style>
border-color css
<style>
span { border-color: #AD4CB7; }
span { border-color: rgb(173,76,183); }
td.TdClassName
{
border-color: #AD4CB7;
}
.TagClassName
{
border-color: #AD4CB7;
}
</style>