Shades of Fuchsia #AD5DBA
Tints of Fuchsia #AD5DBA
RGB
CMYK
RGB Variations
Color information
#AD5DBA (or 0xAD5DBA) is known color: Fuchsia. HEX triplet: AD, 5D and BA. RGB value is (173,93,186). Sum of RGB (Red+Green+Blue) = 173+93+186=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD5DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DBA is #52A245. Grayscale: #7F7F7F. Windows color (decimal): -5415494 or 12213677. OLE color: 12213677.
HSL color Cylindrical-coordinate representation of color #AD5DBA: hue angle of 291.61º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5DBA is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 93 | 186 | - |
| CMYK | 0.07 | 0.5 | 0 | 0.27 |
| HSL | 291.61º | 0.4% | 0.55% | - |
| HSV(B) | 291.61º | 0.5% | 0.73% | - |
| XYZ | 30.01 | 20.26 | 48.78 | - |
| YUV | 127.52 | 161 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 186 | 0.07 | 0.5 | 0 | 0.27 | 291.61 | 0.4 | 0.55 |
| Hex | AD | 5D | BA | 7 | 32 | 0 | 1B | 124 | 28 | 37 |
| Octal | 255 | 135 | 272 | 7 | 62 | 0 | 33 | 444 | 50 | 67 |
| Binary | 10101101 | 1011101 | 10111010 | 111 | 110010 | 0 | 11011 | 100100100 | 101000 | 110111 |
Color Harmonies of #AD5DBA
Complementary color
Monochromatic Colors of #AD5DBA
Black with #AD5DBA
Text Example
Text Example
White with #AD5DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5DBA; }
p { color: rgb(173,93,186); }
H1.HeaderClassName
{
color: #AD5DBA;
}
.AnyTagClassName
{
color: #AD5DBA;
}
</style>
background-color css
<style>
a { background-color: #AD5DBA; }
a { background-color: rgb(173,93,186); }
div.DivClassName
{
background-color: #AD5DBA;
}
.BgClassName
{
background-color: #AD5DBA;
}
</style>
border-color css
<style>
span { border-color: #AD5DBA; }
span { border-color: rgb(173,93,186); }
td.TdClassName
{
border-color: #AD5DBA;
}
.TagClassName
{
border-color: #AD5DBA;
}
</style>