Shades of Fuchsia #AD4CB1
Tints of Fuchsia #AD4CB1
RGB
CMYK
RGB Variations
Color information
#AD4CB1 (or 0xAD4CB1) is known color: Fuchsia. HEX triplet: AD, 4C and B1. RGB value is (173,76,177). Sum of RGB (Red+Green+Blue) = 173+76+177=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 177 (69.53% from 255 or 41.55% from 426); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD4CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4CB1 is #52B34E. Grayscale: #747474. Windows color (decimal): -5419855 or 11619501. OLE color: 11619501.
HSL color Cylindrical-coordinate representation of color #AD4CB1: hue angle of 297.62º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4CB1 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 76 | 177 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.31 |
| HSL | 297.62º | 0.4% | 0.5% | - |
| HSV(B) | 297.62º | 0.57% | 0.69% | - |
| XYZ | 27.75 | 17.23 | 43.46 | - |
| YUV | 116.52 | 162.14 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 177 | 0.02 | 0.57 | 0 | 0.31 | 297.62 | 0.4 | 0.5 |
| Hex | AD | 4C | B1 | 2 | 39 | 0 | 1F | 12A | 28 | 32 |
| Octal | 255 | 114 | 261 | 2 | 71 | 0 | 37 | 452 | 50 | 62 |
| Binary | 10101101 | 1001100 | 10110001 | 10 | 111001 | 0 | 11111 | 100101010 | 101000 | 110010 |
Color Harmonies of #AD4CB1
Complementary color
Monochromatic Colors of #AD4CB1
Black with #AD4CB1
Text Example
Text Example
White with #AD4CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4CB1; }
p { color: rgb(173,76,177); }
H1.HeaderClassName
{
color: #AD4CB1;
}
.AnyTagClassName
{
color: #AD4CB1;
}
</style>
background-color css
<style>
a { background-color: #AD4CB1; }
a { background-color: rgb(173,76,177); }
div.DivClassName
{
background-color: #AD4CB1;
}
.BgClassName
{
background-color: #AD4CB1;
}
</style>
border-color css
<style>
span { border-color: #AD4CB1; }
span { border-color: rgb(173,76,177); }
td.TdClassName
{
border-color: #AD4CB1;
}
.TagClassName
{
border-color: #AD4CB1;
}
</style>