Shades of Fuchsia #AD3FB1
Tints of Fuchsia #AD3FB1
RGB
CMYK
RGB Variations
Color information
#AD3FB1 (or 0xAD3FB1) is known color: Fuchsia. HEX triplet: AD, 3F and B1. RGB value is (173,63,177). Sum of RGB (Red+Green+Blue) = 173+63+177=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD3FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3FB1 is #52C04E. Grayscale: #6C6C6C. Windows color (decimal): -5423183 or 11616173. OLE color: 11616173.
HSL color Cylindrical-coordinate representation of color #AD3FB1: hue angle of 297.89º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD3FB1 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 63 | 177 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.31 |
| HSL | 297.89º | 0.48% | 0.47% | - |
| HSV(B) | 297.89º | 0.64% | 0.69% | - |
| XYZ | 26.95 | 15.61 | 43.19 | - |
| YUV | 108.89 | 166.44 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 177 | 0.02 | 0.64 | 0 | 0.31 | 297.89 | 0.48 | 0.47 |
| Hex | AD | 3F | B1 | 2 | 40 | 0 | 1F | 12A | 30 | 2F |
| Octal | 255 | 77 | 261 | 2 | 100 | 0 | 37 | 452 | 60 | 57 |
| Binary | 10101101 | 111111 | 10110001 | 10 | 1000000 | 0 | 11111 | 100101010 | 110000 | 101111 |
Color Harmonies of #AD3FB1
Complementary color
Monochromatic Colors of #AD3FB1
Black with #AD3FB1
Text Example
Text Example
White with #AD3FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3FB1; }
p { color: rgb(173,63,177); }
H1.HeaderClassName
{
color: #AD3FB1;
}
.AnyTagClassName
{
color: #AD3FB1;
}
</style>
background-color css
<style>
a { background-color: #AD3FB1; }
a { background-color: rgb(173,63,177); }
div.DivClassName
{
background-color: #AD3FB1;
}
.BgClassName
{
background-color: #AD3FB1;
}
</style>
border-color css
<style>
span { border-color: #AD3FB1; }
span { border-color: rgb(173,63,177); }
td.TdClassName
{
border-color: #AD3FB1;
}
.TagClassName
{
border-color: #AD3FB1;
}
</style>