Shades of Fuchsia #AD5BBB
Tints of Fuchsia #AD5BBB
RGB
CMYK
RGB Variations
Color information
#AD5BBB (or 0xAD5BBB) is known color: Fuchsia. HEX triplet: AD, 5B and BB. RGB value is (173,91,187). Sum of RGB (Red+Green+Blue) = 173+91+187=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD5BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5BBB is #52A444. Grayscale: #7E7E7E. Windows color (decimal): -5416005 or 12278701. OLE color: 12278701.
HSL color Cylindrical-coordinate representation of color #AD5BBB: hue angle of 291.25º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5BBB is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 91 | 187 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.27 |
| HSL | 291.25º | 0.41% | 0.55% | - |
| HSV(B) | 291.25º | 0.51% | 0.73% | - |
| XYZ | 29.94 | 19.95 | 49.29 | - |
| YUV | 126.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 187 | 0.07 | 0.51 | 0 | 0.27 | 291.25 | 0.41 | 0.55 |
| Hex | AD | 5B | BB | 7 | 33 | 0 | 1B | 123 | 29 | 37 |
| Octal | 255 | 133 | 273 | 7 | 63 | 0 | 33 | 443 | 51 | 67 |
| Binary | 10101101 | 1011011 | 10111011 | 111 | 110011 | 0 | 11011 | 100100011 | 101001 | 110111 |
Color Harmonies of #AD5BBB
Complementary color
Monochromatic Colors of #AD5BBB
Black with #AD5BBB
Text Example
Text Example
White with #AD5BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5BBB; }
p { color: rgb(173,91,187); }
H1.HeaderClassName
{
color: #AD5BBB;
}
.AnyTagClassName
{
color: #AD5BBB;
}
</style>
background-color css
<style>
a { background-color: #AD5BBB; }
a { background-color: rgb(173,91,187); }
div.DivClassName
{
background-color: #AD5BBB;
}
.BgClassName
{
background-color: #AD5BBB;
}
</style>
border-color css
<style>
span { border-color: #AD5BBB; }
span { border-color: rgb(173,91,187); }
td.TdClassName
{
border-color: #AD5BBB;
}
.TagClassName
{
border-color: #AD5BBB;
}
</style>