Shades of Fuchsia #AD5CBB
Tints of Fuchsia #AD5CBB
RGB
CMYK
RGB Variations
Color information
#AD5CBB (or 0xAD5CBB) is known color: Fuchsia. HEX triplet: AD, 5C and BB. RGB value is (173,92,187). Sum of RGB (Red+Green+Blue) = 173+92+187=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD5CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CBB is #52A344. Grayscale: #7E7E7E. Windows color (decimal): -5415749 or 12278957. OLE color: 12278957.
HSL color Cylindrical-coordinate representation of color #AD5CBB: hue angle of 291.16º 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 #AD5CBB is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 92 | 187 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.27 |
| HSL | 291.16º | 0.41% | 0.55% | - |
| HSV(B) | 291.16º | 0.51% | 0.73% | - |
| XYZ | 30.03 | 20.13 | 49.32 | - |
| YUV | 127.05 | 161.84 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 187 | 0.07 | 0.51 | 0 | 0.27 | 291.16 | 0.41 | 0.55 |
| Hex | AD | 5C | BB | 7 | 33 | 0 | 1B | 123 | 29 | 37 |
| Octal | 255 | 134 | 273 | 7 | 63 | 0 | 33 | 443 | 51 | 67 |
| Binary | 10101101 | 1011100 | 10111011 | 111 | 110011 | 0 | 11011 | 100100011 | 101001 | 110111 |
Color Harmonies of #AD5CBB
Complementary color
Monochromatic Colors of #AD5CBB
Black with #AD5CBB
Text Example
Text Example
White with #AD5CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5CBB; }
p { color: rgb(173,92,187); }
H1.HeaderClassName
{
color: #AD5CBB;
}
.AnyTagClassName
{
color: #AD5CBB;
}
</style>
background-color css
<style>
a { background-color: #AD5CBB; }
a { background-color: rgb(173,92,187); }
div.DivClassName
{
background-color: #AD5CBB;
}
.BgClassName
{
background-color: #AD5CBB;
}
</style>
border-color css
<style>
span { border-color: #AD5CBB; }
span { border-color: rgb(173,92,187); }
td.TdClassName
{
border-color: #AD5CBB;
}
.TagClassName
{
border-color: #AD5CBB;
}
</style>