Shades of Fuchsia #AD37AB
Tints of Fuchsia #AD37AB
RGB
CMYK
RGB Variations
Color information
#AD37AB (or 0xAD37AB) is known color: Fuchsia. HEX triplet: AD, 37 and AB. RGB value is (173,55,171). Sum of RGB (Red+Green+Blue) = 173+55+171=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD37AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD37AB is #52C854. Grayscale: #676767. Windows color (decimal): -5425237 or 11220909. OLE color: 11220909.
HSL color Cylindrical-coordinate representation of color #AD37AB: hue angle of 301.02º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD37AB is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 171 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.32 |
| HSL | 301.02º | 0.52% | 0.45% | - |
| HSV(B) | 301.02º | 0.68% | 0.68% | - |
| XYZ | 25.95 | 14.56 | 39.97 | - |
| YUV | 103.51 | 166.09 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 171 | 0 | 0.68 | 0.01 | 0.32 | 301.02 | 0.52 | 0.45 |
| Hex | AD | 37 | AB | 0 | 44 | 1 | 20 | 12D | 34 | 2D |
| Octal | 255 | 67 | 253 | 0 | 104 | 1 | 40 | 455 | 64 | 55 |
| Binary | 10101101 | 110111 | 10101011 | 0 | 1000100 | 1 | 100000 | 100101101 | 110100 | 101101 |
Color Harmonies of #AD37AB
Complementary color
Monochromatic Colors of #AD37AB
Black with #AD37AB
Text Example
Text Example
White with #AD37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD37AB; }
p { color: rgb(173,55,171); }
H1.HeaderClassName
{
color: #AD37AB;
}
.AnyTagClassName
{
color: #AD37AB;
}
</style>
background-color css
<style>
a { background-color: #AD37AB; }
a { background-color: rgb(173,55,171); }
div.DivClassName
{
background-color: #AD37AB;
}
.BgClassName
{
background-color: #AD37AB;
}
</style>
border-color css
<style>
span { border-color: #AD37AB; }
span { border-color: rgb(173,55,171); }
td.TdClassName
{
border-color: #AD37AB;
}
.TagClassName
{
border-color: #AD37AB;
}
</style>