Shades of Fuchsia #AD3FB7
Tints of Fuchsia #AD3FB7
RGB
CMYK
RGB Variations
Color information
#AD3FB7 (or 0xAD3FB7) is known color: Fuchsia. HEX triplet: AD, 3F and B7. RGB value is (173,63,183). Sum of RGB (Red+Green+Blue) = 173+63+183=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD3FB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3FB7 is #52C048. Grayscale: #6D6D6D. Windows color (decimal): -5423177 or 12009389. OLE color: 12009389.
HSL color Cylindrical-coordinate representation of color #AD3FB7: hue angle of 295º 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 #AD3FB7 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 63 | 183 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.28 |
| HSL | 295º | 0.49% | 0.48% | - |
| HSV(B) | 295º | 0.66% | 0.72% | - |
| XYZ | 27.56 | 15.86 | 46.41 | - |
| YUV | 109.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 183 | 0.05 | 0.66 | 0 | 0.28 | 295 | 0.49 | 0.48 |
| Hex | AD | 3F | B7 | 5 | 42 | 0 | 1C | 127 | 31 | 30 |
| Octal | 255 | 77 | 267 | 5 | 102 | 0 | 34 | 447 | 61 | 60 |
| Binary | 10101101 | 111111 | 10110111 | 101 | 1000010 | 0 | 11100 | 100100111 | 110001 | 110000 |
Color Harmonies of #AD3FB7
Complementary color
Monochromatic Colors of #AD3FB7
Black with #AD3FB7
Text Example
Text Example
White with #AD3FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3FB7; }
p { color: rgb(173,63,183); }
H1.HeaderClassName
{
color: #AD3FB7;
}
.AnyTagClassName
{
color: #AD3FB7;
}
</style>
background-color css
<style>
a { background-color: #AD3FB7; }
a { background-color: rgb(173,63,183); }
div.DivClassName
{
background-color: #AD3FB7;
}
.BgClassName
{
background-color: #AD3FB7;
}
</style>
border-color css
<style>
span { border-color: #AD3FB7; }
span { border-color: rgb(173,63,183); }
td.TdClassName
{
border-color: #AD3FB7;
}
.TagClassName
{
border-color: #AD3FB7;
}
</style>