Shades of Fuchsia #AD4AB8
Tints of Fuchsia #AD4AB8
RGB
CMYK
RGB Variations
Color information
#AD4AB8 (or 0xAD4AB8) is known color: Fuchsia. HEX triplet: AD, 4A and B8. RGB value is (173,74,184). Sum of RGB (Red+Green+Blue) = 173+74+184=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD4AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4AB8 is #52B547. Grayscale: #737373. Windows color (decimal): -5420360 or 12077741. OLE color: 12077741.
HSL color Cylindrical-coordinate representation of color #AD4AB8: hue angle of 294º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4AB8 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 74 | 184 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.28 |
| HSL | 294º | 0.44% | 0.51% | - |
| HSV(B) | 294º | 0.6% | 0.72% | - |
| XYZ | 28.33 | 17.24 | 47.18 | - |
| YUV | 116.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 184 | 0.06 | 0.60 | 0 | 0.28 | 294 | 0.44 | 0.51 |
| Hex | AD | 4A | B8 | 6 | 3C | 0 | 1C | 126 | 2C | 33 |
| Octal | 255 | 112 | 270 | 6 | 74 | 0 | 34 | 446 | 54 | 63 |
| Binary | 10101101 | 1001010 | 10111000 | 110 | 111100 | 0 | 11100 | 100100110 | 101100 | 110011 |
Color Harmonies of #AD4AB8
Complementary color
Monochromatic Colors of #AD4AB8
Black with #AD4AB8
Text Example
Text Example
White with #AD4AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4AB8; }
p { color: rgb(173,74,184); }
H1.HeaderClassName
{
color: #AD4AB8;
}
.AnyTagClassName
{
color: #AD4AB8;
}
</style>
background-color css
<style>
a { background-color: #AD4AB8; }
a { background-color: rgb(173,74,184); }
div.DivClassName
{
background-color: #AD4AB8;
}
.BgClassName
{
background-color: #AD4AB8;
}
</style>
border-color css
<style>
span { border-color: #AD4AB8; }
span { border-color: rgb(173,74,184); }
td.TdClassName
{
border-color: #AD4AB8;
}
.TagClassName
{
border-color: #AD4AB8;
}
</style>