Shades of Fuchsia #AD4ABA
Tints of Fuchsia #AD4ABA
RGB
CMYK
RGB Variations
Color information
#AD4ABA (or 0xAD4ABA) is known color: Fuchsia. HEX triplet: AD, 4A and BA. RGB value is (173,74,186). Sum of RGB (Red+Green+Blue) = 173+74+186=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD4ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4ABA is #52B545. Grayscale: #747474. Windows color (decimal): -5420358 or 12208813. OLE color: 12208813.
HSL color Cylindrical-coordinate representation of color #AD4ABA: hue angle of 293.04º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4ABA is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 74 | 186 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.27 |
| HSL | 293.04º | 0.45% | 0.51% | - |
| HSV(B) | 293.04º | 0.6% | 0.73% | - |
| XYZ | 28.55 | 17.33 | 48.29 | - |
| YUV | 116.37 | 167.3 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 186 | 0.07 | 0.60 | 0 | 0.27 | 293.04 | 0.45 | 0.51 |
| Hex | AD | 4A | BA | 7 | 3C | 0 | 1B | 125 | 2D | 33 |
| Octal | 255 | 112 | 272 | 7 | 74 | 0 | 33 | 445 | 55 | 63 |
| Binary | 10101101 | 1001010 | 10111010 | 111 | 111100 | 0 | 11011 | 100100101 | 101101 | 110011 |
Color Harmonies of #AD4ABA
Complementary color
Monochromatic Colors of #AD4ABA
Black with #AD4ABA
Text Example
Text Example
White with #AD4ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4ABA; }
p { color: rgb(173,74,186); }
H1.HeaderClassName
{
color: #AD4ABA;
}
.AnyTagClassName
{
color: #AD4ABA;
}
</style>
background-color css
<style>
a { background-color: #AD4ABA; }
a { background-color: rgb(173,74,186); }
div.DivClassName
{
background-color: #AD4ABA;
}
.BgClassName
{
background-color: #AD4ABA;
}
</style>
border-color css
<style>
span { border-color: #AD4ABA; }
span { border-color: rgb(173,74,186); }
td.TdClassName
{
border-color: #AD4ABA;
}
.TagClassName
{
border-color: #AD4ABA;
}
</style>