Shades of Fuchsia #AD50B5
Tints of Fuchsia #AD50B5
RGB
CMYK
RGB Variations
Color information
#AD50B5 (or 0xAD50B5) is known color: Fuchsia. HEX triplet: AD, 50 and B5. RGB value is (173,80,181). Sum of RGB (Red+Green+Blue) = 173+80+181=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD50B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50B5 is #52AF4A. Grayscale: #777777. Windows color (decimal): -5418827 or 11882669. OLE color: 11882669.
HSL color Cylindrical-coordinate representation of color #AD50B5: hue angle of 295.25º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD50B5 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 80 | 181 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.29 |
| HSL | 295.25º | 0.41% | 0.51% | - |
| HSV(B) | 295.25º | 0.56% | 0.71% | - |
| XYZ | 28.44 | 17.96 | 45.68 | - |
| YUV | 119.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 181 | 0.04 | 0.56 | 0 | 0.29 | 295.25 | 0.41 | 0.51 |
| Hex | AD | 50 | B5 | 4 | 38 | 0 | 1D | 127 | 29 | 33 |
| Octal | 255 | 120 | 265 | 4 | 70 | 0 | 35 | 447 | 51 | 63 |
| Binary | 10101101 | 1010000 | 10110101 | 100 | 111000 | 0 | 11101 | 100100111 | 101001 | 110011 |
Color Harmonies of #AD50B5
Complementary color
Monochromatic Colors of #AD50B5
Black with #AD50B5
Text Example
Text Example
White with #AD50B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50B5; }
p { color: rgb(173,80,181); }
H1.HeaderClassName
{
color: #AD50B5;
}
.AnyTagClassName
{
color: #AD50B5;
}
</style>
background-color css
<style>
a { background-color: #AD50B5; }
a { background-color: rgb(173,80,181); }
div.DivClassName
{
background-color: #AD50B5;
}
.BgClassName
{
background-color: #AD50B5;
}
</style>
border-color css
<style>
span { border-color: #AD50B5; }
span { border-color: rgb(173,80,181); }
td.TdClassName
{
border-color: #AD50B5;
}
.TagClassName
{
border-color: #AD50B5;
}
</style>