Shades of Fuchsia #AD3FB0
Tints of Fuchsia #AD3FB0
RGB
CMYK
RGB Variations
Color information
#AD3FB0 (or 0xAD3FB0) is known color: Fuchsia. HEX triplet: AD, 3F and B0. RGB value is (173,63,176). Sum of RGB (Red+Green+Blue) = 173+63+176=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD3FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3FB0 is #52C04F. Grayscale: #6C6C6C. Windows color (decimal): -5423184 or 11550637. OLE color: 11550637.
HSL color Cylindrical-coordinate representation of color #AD3FB0: hue angle of 298.41º 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 #AD3FB0 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 63 | 176 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.31 |
| HSL | 298.41º | 0.47% | 0.47% | - |
| HSV(B) | 298.41º | 0.64% | 0.69% | - |
| XYZ | 26.85 | 15.57 | 42.67 | - |
| YUV | 108.77 | 165.94 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 176 | 0.02 | 0.64 | 0 | 0.31 | 298.41 | 0.47 | 0.47 |
| Hex | AD | 3F | B0 | 2 | 40 | 0 | 1F | 12A | 2F | 2F |
| Octal | 255 | 77 | 260 | 2 | 100 | 0 | 37 | 452 | 57 | 57 |
| Binary | 10101101 | 111111 | 10110000 | 10 | 1000000 | 0 | 11111 | 100101010 | 101111 | 101111 |
Color Harmonies of #AD3FB0
Complementary color
Monochromatic Colors of #AD3FB0
Black with #AD3FB0
Text Example
Text Example
White with #AD3FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3FB0; }
p { color: rgb(173,63,176); }
H1.HeaderClassName
{
color: #AD3FB0;
}
.AnyTagClassName
{
color: #AD3FB0;
}
</style>
background-color css
<style>
a { background-color: #AD3FB0; }
a { background-color: rgb(173,63,176); }
div.DivClassName
{
background-color: #AD3FB0;
}
.BgClassName
{
background-color: #AD3FB0;
}
</style>
border-color css
<style>
span { border-color: #AD3FB0; }
span { border-color: rgb(173,63,176); }
td.TdClassName
{
border-color: #AD3FB0;
}
.TagClassName
{
border-color: #AD3FB0;
}
</style>