Shades of Fuchsia #AD40BB
Tints of Fuchsia #AD40BB
RGB
CMYK
RGB Variations
Color information
#AD40BB (or 0xAD40BB) is known color: Fuchsia. HEX triplet: AD, 40 and BB. RGB value is (173,64,187). Sum of RGB (Red+Green+Blue) = 173+64+187=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD40BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD40BB is #52BF44. Grayscale: #6E6E6E. Windows color (decimal): -5422917 or 12271789. OLE color: 12271789.
HSL color Cylindrical-coordinate representation of color #AD40BB: hue angle of 293.17º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD40BB is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 64 | 187 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.27 |
| HSL | 293.17º | 0.49% | 0.49% | - |
| HSV(B) | 293.17º | 0.66% | 0.73% | - |
| XYZ | 28.04 | 16.14 | 48.65 | - |
| YUV | 110.61 | 171.11 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 187 | 0.07 | 0.66 | 0 | 0.27 | 293.17 | 0.49 | 0.49 |
| Hex | AD | 40 | BB | 7 | 42 | 0 | 1B | 125 | 31 | 31 |
| Octal | 255 | 100 | 273 | 7 | 102 | 0 | 33 | 445 | 61 | 61 |
| Binary | 10101101 | 1000000 | 10111011 | 111 | 1000010 | 0 | 11011 | 100100101 | 110001 | 110001 |
Color Harmonies of #AD40BB
Complementary color
Monochromatic Colors of #AD40BB
Black with #AD40BB
Text Example
Text Example
White with #AD40BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD40BB; }
p { color: rgb(173,64,187); }
H1.HeaderClassName
{
color: #AD40BB;
}
.AnyTagClassName
{
color: #AD40BB;
}
</style>
background-color css
<style>
a { background-color: #AD40BB; }
a { background-color: rgb(173,64,187); }
div.DivClassName
{
background-color: #AD40BB;
}
.BgClassName
{
background-color: #AD40BB;
}
</style>
border-color css
<style>
span { border-color: #AD40BB; }
span { border-color: rgb(173,64,187); }
td.TdClassName
{
border-color: #AD40BB;
}
.TagClassName
{
border-color: #AD40BB;
}
</style>