Shades of Fuchsia #AD44B3
Tints of Fuchsia #AD44B3
RGB
CMYK
RGB Variations
Color information
#AD44B3 (or 0xAD44B3) is known color: Fuchsia. HEX triplet: AD, 44 and B3. RGB value is (173,68,179). Sum of RGB (Red+Green+Blue) = 173+68+179=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD44B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD44B3 is #52BB4C. Grayscale: #6F6F6F. Windows color (decimal): -5421901 or 11748525. OLE color: 11748525.
HSL color Cylindrical-coordinate representation of color #AD44B3: hue angle of 296.76º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD44B3 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 68 | 179 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.30 |
| HSL | 296.76º | 0.45% | 0.48% | - |
| HSV(B) | 296.76º | 0.62% | 0.7% | - |
| XYZ | 27.44 | 16.27 | 44.34 | - |
| YUV | 112.05 | 165.79 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 179 | 0.03 | 0.62 | 0 | 0.30 | 296.76 | 0.45 | 0.48 |
| Hex | AD | 44 | B3 | 3 | 3E | 0 | 1E | 129 | 2D | 30 |
| Octal | 255 | 104 | 263 | 3 | 76 | 0 | 36 | 451 | 55 | 60 |
| Binary | 10101101 | 1000100 | 10110011 | 11 | 111110 | 0 | 11110 | 100101001 | 101101 | 110000 |
Color Harmonies of #AD44B3
Complementary color
Monochromatic Colors of #AD44B3
Black with #AD44B3
Text Example
Text Example
White with #AD44B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD44B3; }
p { color: rgb(173,68,179); }
H1.HeaderClassName
{
color: #AD44B3;
}
.AnyTagClassName
{
color: #AD44B3;
}
</style>
background-color css
<style>
a { background-color: #AD44B3; }
a { background-color: rgb(173,68,179); }
div.DivClassName
{
background-color: #AD44B3;
}
.BgClassName
{
background-color: #AD44B3;
}
</style>
border-color css
<style>
span { border-color: #AD44B3; }
span { border-color: rgb(173,68,179); }
td.TdClassName
{
border-color: #AD44B3;
}
.TagClassName
{
border-color: #AD44B3;
}
</style>