Shades of Fuchsia #AD5EBA
Tints of Fuchsia #AD5EBA
RGB
CMYK
RGB Variations
Color information
#AD5EBA (or 0xAD5EBA) is known color: Fuchsia. HEX triplet: AD, 5E and BA. RGB value is (173,94,186). Sum of RGB (Red+Green+Blue) = 173+94+186=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD5EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5EBA is #52A145. Grayscale: #7F7F7F. Windows color (decimal): -5415238 or 12213933. OLE color: 12213933.
HSL color Cylindrical-coordinate representation of color #AD5EBA: hue angle of 291.52º 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 #AD5EBA is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 94 | 186 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.27 |
| HSL | 291.52º | 0.4% | 0.55% | - |
| HSV(B) | 291.52º | 0.49% | 0.73% | - |
| XYZ | 30.1 | 20.43 | 48.81 | - |
| YUV | 128.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 186 | 0.07 | 0.49 | 0 | 0.27 | 291.52 | 0.4 | 0.55 |
| Hex | AD | 5E | BA | 7 | 31 | 0 | 1B | 124 | 28 | 37 |
| Octal | 255 | 136 | 272 | 7 | 61 | 0 | 33 | 444 | 50 | 67 |
| Binary | 10101101 | 1011110 | 10111010 | 111 | 110001 | 0 | 11011 | 100100100 | 101000 | 110111 |
Color Harmonies of #AD5EBA
Complementary color
Monochromatic Colors of #AD5EBA
Black with #AD5EBA
Text Example
Text Example
White with #AD5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EBA; }
p { color: rgb(173,94,186); }
H1.HeaderClassName
{
color: #AD5EBA;
}
.AnyTagClassName
{
color: #AD5EBA;
}
</style>
background-color css
<style>
a { background-color: #AD5EBA; }
a { background-color: rgb(173,94,186); }
div.DivClassName
{
background-color: #AD5EBA;
}
.BgClassName
{
background-color: #AD5EBA;
}
</style>
border-color css
<style>
span { border-color: #AD5EBA; }
span { border-color: rgb(173,94,186); }
td.TdClassName
{
border-color: #AD5EBA;
}
.TagClassName
{
border-color: #AD5EBA;
}
</style>