Shades of Fuchsia #AD5FBA
Tints of Fuchsia #AD5FBA
RGB
CMYK
RGB Variations
Color information
#AD5FBA (or 0xAD5FBA) is known color: Fuchsia. HEX triplet: AD, 5F and BA. RGB value is (173,95,186). Sum of RGB (Red+Green+Blue) = 173+95+186=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD5FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FBA is #52A045. Grayscale: #808080. Windows color (decimal): -5414982 or 12214189. OLE color: 12214189.
HSL color Cylindrical-coordinate representation of color #AD5FBA: hue angle of 291.43º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5FBA is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 95 | 186 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.27 |
| HSL | 291.43º | 0.4% | 0.55% | - |
| HSV(B) | 291.43º | 0.49% | 0.73% | - |
| XYZ | 30.19 | 20.61 | 48.84 | - |
| YUV | 128.7 | 160.34 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 186 | 0.07 | 0.49 | 0 | 0.27 | 291.43 | 0.4 | 0.55 |
| Hex | AD | 5F | BA | 7 | 31 | 0 | 1B | 123 | 28 | 37 |
| Octal | 255 | 137 | 272 | 7 | 61 | 0 | 33 | 443 | 50 | 67 |
| Binary | 10101101 | 1011111 | 10111010 | 111 | 110001 | 0 | 11011 | 100100011 | 101000 | 110111 |
Color Harmonies of #AD5FBA
Complementary color
Monochromatic Colors of #AD5FBA
Black with #AD5FBA
Text Example
Text Example
White with #AD5FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5FBA; }
p { color: rgb(173,95,186); }
H1.HeaderClassName
{
color: #AD5FBA;
}
.AnyTagClassName
{
color: #AD5FBA;
}
</style>
background-color css
<style>
a { background-color: #AD5FBA; }
a { background-color: rgb(173,95,186); }
div.DivClassName
{
background-color: #AD5FBA;
}
.BgClassName
{
background-color: #AD5FBA;
}
</style>
border-color css
<style>
span { border-color: #AD5FBA; }
span { border-color: rgb(173,95,186); }
td.TdClassName
{
border-color: #AD5FBA;
}
.TagClassName
{
border-color: #AD5FBA;
}
</style>