Shades of Fuchsia #AD41B3
Tints of Fuchsia #AD41B3
RGB
CMYK
RGB Variations
Color information
#AD41B3 (or 0xAD41B3) is known color: Fuchsia. HEX triplet: AD, 41 and B3. RGB value is (173,65,179). Sum of RGB (Red+Green+Blue) = 173+65+179=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD41B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD41B3 is #52BE4C. Grayscale: #6D6D6D. Windows color (decimal): -5422669 or 11747757. OLE color: 11747757.
HSL color Cylindrical-coordinate representation of color #AD41B3: hue angle of 296.84º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD41B3 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 65 | 179 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.30 |
| HSL | 296.84º | 0.47% | 0.48% | - |
| HSV(B) | 296.84º | 0.64% | 0.7% | - |
| XYZ | 27.26 | 15.92 | 44.28 | - |
| YUV | 110.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 179 | 0.03 | 0.64 | 0 | 0.30 | 296.84 | 0.47 | 0.48 |
| Hex | AD | 41 | B3 | 3 | 40 | 0 | 1E | 129 | 2F | 30 |
| Octal | 255 | 101 | 263 | 3 | 100 | 0 | 36 | 451 | 57 | 60 |
| Binary | 10101101 | 1000001 | 10110011 | 11 | 1000000 | 0 | 11110 | 100101001 | 101111 | 110000 |
Color Harmonies of #AD41B3
Complementary color
Monochromatic Colors of #AD41B3
Black with #AD41B3
Text Example
Text Example
White with #AD41B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD41B3; }
p { color: rgb(173,65,179); }
H1.HeaderClassName
{
color: #AD41B3;
}
.AnyTagClassName
{
color: #AD41B3;
}
</style>
background-color css
<style>
a { background-color: #AD41B3; }
a { background-color: rgb(173,65,179); }
div.DivClassName
{
background-color: #AD41B3;
}
.BgClassName
{
background-color: #AD41B3;
}
</style>
border-color css
<style>
span { border-color: #AD41B3; }
span { border-color: rgb(173,65,179); }
td.TdClassName
{
border-color: #AD41B3;
}
.TagClassName
{
border-color: #AD41B3;
}
</style>