Shades of Fuchsia #AD5BBC
Tints of Fuchsia #AD5BBC
RGB
CMYK
RGB Variations
Color information
#AD5BBC (or 0xAD5BBC) is known color: Fuchsia. HEX triplet: AD, 5B and BC. RGB value is (173,91,188). Sum of RGB (Red+Green+Blue) = 173+91+188=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD5BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5BBC is #52A443. Grayscale: #7E7E7E. Windows color (decimal): -5416004 or 12344237. OLE color: 12344237.
HSL color Cylindrical-coordinate representation of color #AD5BBC: hue angle of 290.72º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD5BBC is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 91 | 188 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.26 |
| HSL | 290.72º | 0.42% | 0.55% | - |
| HSV(B) | 290.72º | 0.52% | 0.74% | - |
| XYZ | 30.05 | 20 | 49.85 | - |
| YUV | 126.58 | 162.67 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 188 | 0.08 | 0.52 | 0 | 0.26 | 290.72 | 0.42 | 0.55 |
| Hex | AD | 5B | BC | 8 | 34 | 0 | 1A | 123 | 2A | 37 |
| Octal | 255 | 133 | 274 | 10 | 64 | 0 | 32 | 443 | 52 | 67 |
| Binary | 10101101 | 1011011 | 10111100 | 1000 | 110100 | 0 | 11010 | 100100011 | 101010 | 110111 |
Color Harmonies of #AD5BBC
Complementary color
Monochromatic Colors of #AD5BBC
Black with #AD5BBC
Text Example
Text Example
White with #AD5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5BBC; }
p { color: rgb(173,91,188); }
H1.HeaderClassName
{
color: #AD5BBC;
}
.AnyTagClassName
{
color: #AD5BBC;
}
</style>
background-color css
<style>
a { background-color: #AD5BBC; }
a { background-color: rgb(173,91,188); }
div.DivClassName
{
background-color: #AD5BBC;
}
.BgClassName
{
background-color: #AD5BBC;
}
</style>
border-color css
<style>
span { border-color: #AD5BBC; }
span { border-color: rgb(173,91,188); }
td.TdClassName
{
border-color: #AD5BBC;
}
.TagClassName
{
border-color: #AD5BBC;
}
</style>