Shades of Fuchsia #AD60BB
Tints of Fuchsia #AD60BB
RGB
CMYK
RGB Variations
Color information
#AD60BB (or 0xAD60BB) is known color: Fuchsia. HEX triplet: AD, 60 and BB. RGB value is (173,96,187). Sum of RGB (Red+Green+Blue) = 173+96+187=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD60BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60BB is #529F44. Grayscale: #818181. Windows color (decimal): -5414725 or 12279981. OLE color: 12279981.
HSL color Cylindrical-coordinate representation of color #AD60BB: hue angle of 290.77º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD60BB is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 96 | 187 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.27 |
| HSL | 290.77º | 0.4% | 0.55% | - |
| HSV(B) | 290.77º | 0.49% | 0.73% | - |
| XYZ | 30.39 | 20.84 | 49.43 | - |
| YUV | 129.4 | 160.51 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 187 | 0.07 | 0.49 | 0 | 0.27 | 290.77 | 0.4 | 0.55 |
| Hex | AD | 60 | BB | 7 | 31 | 0 | 1B | 123 | 28 | 37 |
| Octal | 255 | 140 | 273 | 7 | 61 | 0 | 33 | 443 | 50 | 67 |
| Binary | 10101101 | 1100000 | 10111011 | 111 | 110001 | 0 | 11011 | 100100011 | 101000 | 110111 |
Color Harmonies of #AD60BB
Complementary color
Monochromatic Colors of #AD60BB
Black with #AD60BB
Text Example
Text Example
White with #AD60BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD60BB; }
p { color: rgb(173,96,187); }
H1.HeaderClassName
{
color: #AD60BB;
}
.AnyTagClassName
{
color: #AD60BB;
}
</style>
background-color css
<style>
a { background-color: #AD60BB; }
a { background-color: rgb(173,96,187); }
div.DivClassName
{
background-color: #AD60BB;
}
.BgClassName
{
background-color: #AD60BB;
}
</style>
border-color css
<style>
span { border-color: #AD60BB; }
span { border-color: rgb(173,96,187); }
td.TdClassName
{
border-color: #AD60BB;
}
.TagClassName
{
border-color: #AD60BB;
}
</style>