Shades of Fuchsia #AD3FB9
Tints of Fuchsia #AD3FB9
RGB
CMYK
RGB Variations
Color information
#AD3FB9 (or 0xAD3FB9) is known color: Fuchsia. HEX triplet: AD, 3F and B9. RGB value is (173,63,185). Sum of RGB (Red+Green+Blue) = 173+63+185=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD3FB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3FB9 is #52C046. Grayscale: #6D6D6D. Windows color (decimal): -5423175 or 12140461. OLE color: 12140461.
HSL color Cylindrical-coordinate representation of color #AD3FB9: hue angle of 294.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD3FB9 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 63 | 185 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.27 |
| HSL | 294.1º | 0.49% | 0.49% | - |
| HSV(B) | 294.1º | 0.66% | 0.73% | - |
| XYZ | 27.77 | 15.94 | 47.51 | - |
| YUV | 109.8 | 170.44 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 185 | 0.06 | 0.66 | 0 | 0.27 | 294.1 | 0.49 | 0.49 |
| Hex | AD | 3F | B9 | 6 | 42 | 0 | 1B | 126 | 31 | 31 |
| Octal | 255 | 77 | 271 | 6 | 102 | 0 | 33 | 446 | 61 | 61 |
| Binary | 10101101 | 111111 | 10111001 | 110 | 1000010 | 0 | 11011 | 100100110 | 110001 | 110001 |
Color Harmonies of #AD3FB9
Complementary color
Monochromatic Colors of #AD3FB9
Black with #AD3FB9
Text Example
Text Example
White with #AD3FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3FB9; }
p { color: rgb(173,63,185); }
H1.HeaderClassName
{
color: #AD3FB9;
}
.AnyTagClassName
{
color: #AD3FB9;
}
</style>
background-color css
<style>
a { background-color: #AD3FB9; }
a { background-color: rgb(173,63,185); }
div.DivClassName
{
background-color: #AD3FB9;
}
.BgClassName
{
background-color: #AD3FB9;
}
</style>
border-color css
<style>
span { border-color: #AD3FB9; }
span { border-color: rgb(173,63,185); }
td.TdClassName
{
border-color: #AD3FB9;
}
.TagClassName
{
border-color: #AD3FB9;
}
</style>