Shades of Fuchsia #AD3FB8
Tints of Fuchsia #AD3FB8
RGB
CMYK
RGB Variations
Color information
#AD3FB8 (or 0xAD3FB8) is known color: Fuchsia. HEX triplet: AD, 3F and B8. RGB value is (173,63,184). Sum of RGB (Red+Green+Blue) = 173+63+184=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD3FB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3FB8 is #52C047. Grayscale: #6D6D6D. Windows color (decimal): -5423176 or 12074925. OLE color: 12074925.
HSL color Cylindrical-coordinate representation of color #AD3FB8: hue angle of 294.55º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD3FB8 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 63 | 184 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.28 |
| HSL | 294.55º | 0.49% | 0.48% | - |
| HSV(B) | 294.55º | 0.66% | 0.72% | - |
| XYZ | 27.66 | 15.9 | 46.96 | - |
| YUV | 109.68 | 169.94 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 184 | 0.06 | 0.66 | 0 | 0.28 | 294.55 | 0.49 | 0.48 |
| Hex | AD | 3F | B8 | 6 | 42 | 0 | 1C | 127 | 31 | 30 |
| Octal | 255 | 77 | 270 | 6 | 102 | 0 | 34 | 447 | 61 | 60 |
| Binary | 10101101 | 111111 | 10111000 | 110 | 1000010 | 0 | 11100 | 100100111 | 110001 | 110000 |
Color Harmonies of #AD3FB8
Complementary color
Monochromatic Colors of #AD3FB8
Black with #AD3FB8
Text Example
Text Example
White with #AD3FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3FB8; }
p { color: rgb(173,63,184); }
H1.HeaderClassName
{
color: #AD3FB8;
}
.AnyTagClassName
{
color: #AD3FB8;
}
</style>
background-color css
<style>
a { background-color: #AD3FB8; }
a { background-color: rgb(173,63,184); }
div.DivClassName
{
background-color: #AD3FB8;
}
.BgClassName
{
background-color: #AD3FB8;
}
</style>
border-color css
<style>
span { border-color: #AD3FB8; }
span { border-color: rgb(173,63,184); }
td.TdClassName
{
border-color: #AD3FB8;
}
.TagClassName
{
border-color: #AD3FB8;
}
</style>