Shades of Fuchsia #AD40AB
Tints of Fuchsia #AD40AB
RGB
CMYK
RGB Variations
Color information
#AD40AB (or 0xAD40AB) is known color: Fuchsia. HEX triplet: AD, 40 and AB. RGB value is (173,64,171). Sum of RGB (Red+Green+Blue) = 173+64+171=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD40AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD40AB is #52BF54. Grayscale: #6C6C6C. Windows color (decimal): -5422933 or 11223213. OLE color: 11223213.
HSL color Cylindrical-coordinate representation of color #AD40AB: hue angle of 301.1º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD40AB is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 171 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.32 |
| HSL | 301.1º | 0.46% | 0.46% | - |
| HSV(B) | 301.1º | 0.63% | 0.68% | - |
| XYZ | 26.42 | 15.49 | 40.13 | - |
| YUV | 108.79 | 163.11 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 171 | 0 | 0.63 | 0.01 | 0.32 | 301.1 | 0.46 | 0.46 |
| Hex | AD | 40 | AB | 0 | 3F | 1 | 20 | 12D | 2E | 2E |
| Octal | 255 | 100 | 253 | 0 | 77 | 1 | 40 | 455 | 56 | 56 |
| Binary | 10101101 | 1000000 | 10101011 | 0 | 111111 | 1 | 100000 | 100101101 | 101110 | 101110 |
Color Harmonies of #AD40AB
Complementary color
Monochromatic Colors of #AD40AB
Black with #AD40AB
Text Example
Text Example
White with #AD40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD40AB; }
p { color: rgb(173,64,171); }
H1.HeaderClassName
{
color: #AD40AB;
}
.AnyTagClassName
{
color: #AD40AB;
}
</style>
background-color css
<style>
a { background-color: #AD40AB; }
a { background-color: rgb(173,64,171); }
div.DivClassName
{
background-color: #AD40AB;
}
.BgClassName
{
background-color: #AD40AB;
}
</style>
border-color css
<style>
span { border-color: #AD40AB; }
span { border-color: rgb(173,64,171); }
td.TdClassName
{
border-color: #AD40AB;
}
.TagClassName
{
border-color: #AD40AB;
}
</style>