Shades of Fuchsia #AD50B2
Tints of Fuchsia #AD50B2
RGB
CMYK
RGB Variations
Color information
#AD50B2 (or 0xAD50B2) is known color: Fuchsia. HEX triplet: AD, 50 and B2. RGB value is (173,80,178). Sum of RGB (Red+Green+Blue) = 173+80+178=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD50B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD50B2 is #52AF4D. Grayscale: #767676. Windows color (decimal): -5418830 or 11686061. OLE color: 11686061.
HSL color Cylindrical-coordinate representation of color #AD50B2: hue angle of 296.94º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD50B2 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 80 | 178 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.30 |
| HSL | 296.94º | 0.39% | 0.51% | - |
| HSV(B) | 296.94º | 0.55% | 0.7% | - |
| XYZ | 28.14 | 17.84 | 44.08 | - |
| YUV | 118.98 | 161.31 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 178 | 0.03 | 0.55 | 0 | 0.30 | 296.94 | 0.39 | 0.51 |
| Hex | AD | 50 | B2 | 3 | 37 | 0 | 1E | 129 | 27 | 33 |
| Octal | 255 | 120 | 262 | 3 | 67 | 0 | 36 | 451 | 47 | 63 |
| Binary | 10101101 | 1010000 | 10110010 | 11 | 110111 | 0 | 11110 | 100101001 | 100111 | 110011 |
Color Harmonies of #AD50B2
Complementary color
Monochromatic Colors of #AD50B2
Black with #AD50B2
Text Example
Text Example
White with #AD50B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50B2; }
p { color: rgb(173,80,178); }
H1.HeaderClassName
{
color: #AD50B2;
}
.AnyTagClassName
{
color: #AD50B2;
}
</style>
background-color css
<style>
a { background-color: #AD50B2; }
a { background-color: rgb(173,80,178); }
div.DivClassName
{
background-color: #AD50B2;
}
.BgClassName
{
background-color: #AD50B2;
}
</style>
border-color css
<style>
span { border-color: #AD50B2; }
span { border-color: rgb(173,80,178); }
td.TdClassName
{
border-color: #AD50B2;
}
.TagClassName
{
border-color: #AD50B2;
}
</style>