Shades of Fuchsia #AD37B4
Tints of Fuchsia #AD37B4
RGB
CMYK
RGB Variations
Color information
#AD37B4 (or 0xAD37B4) is known color: Fuchsia. HEX triplet: AD, 37 and B4. RGB value is (173,55,180). Sum of RGB (Red+Green+Blue) = 173+55+180=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 55 (21.88% from 255 or 13.48% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD37B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD37B4 is #52C84B. Grayscale: #686868. Windows color (decimal): -5425228 or 11810733. OLE color: 11810733.
HSL color Cylindrical-coordinate representation of color #AD37B4: hue angle of 296.64º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD37B4 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 55 | 180 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.29 |
| HSL | 296.64º | 0.53% | 0.46% | - |
| HSV(B) | 296.64º | 0.69% | 0.71% | - |
| XYZ | 26.84 | 14.91 | 44.64 | - |
| YUV | 104.53 | 170.59 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 180 | 0.04 | 0.69 | 0 | 0.29 | 296.64 | 0.53 | 0.46 |
| Hex | AD | 37 | B4 | 4 | 45 | 0 | 1D | 129 | 35 | 2E |
| Octal | 255 | 67 | 264 | 4 | 105 | 0 | 35 | 451 | 65 | 56 |
| Binary | 10101101 | 110111 | 10110100 | 100 | 1000101 | 0 | 11101 | 100101001 | 110101 | 101110 |
Color Harmonies of #AD37B4
Complementary color
Monochromatic Colors of #AD37B4
Black with #AD37B4
Text Example
Text Example
White with #AD37B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD37B4; }
p { color: rgb(173,55,180); }
H1.HeaderClassName
{
color: #AD37B4;
}
.AnyTagClassName
{
color: #AD37B4;
}
</style>
background-color css
<style>
a { background-color: #AD37B4; }
a { background-color: rgb(173,55,180); }
div.DivClassName
{
background-color: #AD37B4;
}
.BgClassName
{
background-color: #AD37B4;
}
</style>
border-color css
<style>
span { border-color: #AD37B4; }
span { border-color: rgb(173,55,180); }
td.TdClassName
{
border-color: #AD37B4;
}
.TagClassName
{
border-color: #AD37B4;
}
</style>