Shades of Fuchsia #AD4CBF
Tints of Fuchsia #AD4CBF
RGB
CMYK
RGB Variations
Color information
#AD4CBF (or 0xAD4CBF) is known color: Fuchsia. HEX triplet: AD, 4C and BF. RGB value is (173,76,191). Sum of RGB (Red+Green+Blue) = 173+76+191=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD4CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4CBF is #52B340. Grayscale: #757575. Windows color (decimal): -5419841 or 12537005. OLE color: 12537005.
HSL color Cylindrical-coordinate representation of color #AD4CBF: hue angle of 290.61º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4CBF is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 76 | 191 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.25 |
| HSL | 290.61º | 0.47% | 0.52% | - |
| HSV(B) | 290.61º | 0.6% | 0.75% | - |
| XYZ | 29.22 | 17.81 | 51.19 | - |
| YUV | 118.11 | 169.14 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 191 | 0.09 | 0.60 | 0 | 0.25 | 290.61 | 0.47 | 0.52 |
| Hex | AD | 4C | BF | 9 | 3C | 0 | 19 | 123 | 2F | 34 |
| Octal | 255 | 114 | 277 | 11 | 74 | 0 | 31 | 443 | 57 | 64 |
| Binary | 10101101 | 1001100 | 10111111 | 1001 | 111100 | 0 | 11001 | 100100011 | 101111 | 110100 |
Color Harmonies of #AD4CBF
Complementary color
Monochromatic Colors of #AD4CBF
Black with #AD4CBF
Text Example
Text Example
White with #AD4CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4CBF; }
p { color: rgb(173,76,191); }
H1.HeaderClassName
{
color: #AD4CBF;
}
.AnyTagClassName
{
color: #AD4CBF;
}
</style>
background-color css
<style>
a { background-color: #AD4CBF; }
a { background-color: rgb(173,76,191); }
div.DivClassName
{
background-color: #AD4CBF;
}
.BgClassName
{
background-color: #AD4CBF;
}
</style>
border-color css
<style>
span { border-color: #AD4CBF; }
span { border-color: rgb(173,76,191); }
td.TdClassName
{
border-color: #AD4CBF;
}
.TagClassName
{
border-color: #AD4CBF;
}
</style>