Shades of Fuchsia #AD48BC
Tints of Fuchsia #AD48BC
RGB
CMYK
RGB Variations
Color information
#AD48BC (or 0xAD48BC) is known color: Fuchsia. HEX triplet: AD, 48 and BC. RGB value is (173,72,188). Sum of RGB (Red+Green+Blue) = 173+72+188=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD48BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD48BC is #52B743. Grayscale: #737373. Windows color (decimal): -5420868 or 12339373. OLE color: 12339373.
HSL color Cylindrical-coordinate representation of color #AD48BC: hue angle of 292.24º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD48BC is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 72 | 188 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.26 |
| HSL | 292.24º | 0.46% | 0.51% | - |
| HSV(B) | 292.24º | 0.62% | 0.74% | - |
| XYZ | 28.63 | 17.15 | 49.38 | - |
| YUV | 115.42 | 168.96 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 188 | 0.08 | 0.62 | 0 | 0.26 | 292.24 | 0.46 | 0.51 |
| Hex | AD | 48 | BC | 8 | 3E | 0 | 1A | 124 | 2E | 33 |
| Octal | 255 | 110 | 274 | 10 | 76 | 0 | 32 | 444 | 56 | 63 |
| Binary | 10101101 | 1001000 | 10111100 | 1000 | 111110 | 0 | 11010 | 100100100 | 101110 | 110011 |
Color Harmonies of #AD48BC
Complementary color
Monochromatic Colors of #AD48BC
Black with #AD48BC
Text Example
Text Example
White with #AD48BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD48BC; }
p { color: rgb(173,72,188); }
H1.HeaderClassName
{
color: #AD48BC;
}
.AnyTagClassName
{
color: #AD48BC;
}
</style>
background-color css
<style>
a { background-color: #AD48BC; }
a { background-color: rgb(173,72,188); }
div.DivClassName
{
background-color: #AD48BC;
}
.BgClassName
{
background-color: #AD48BC;
}
</style>
border-color css
<style>
span { border-color: #AD48BC; }
span { border-color: rgb(173,72,188); }
td.TdClassName
{
border-color: #AD48BC;
}
.TagClassName
{
border-color: #AD48BC;
}
</style>