Shades of Fuchsia #AD43BA
Tints of Fuchsia #AD43BA
RGB
CMYK
RGB Variations
Color information
#AD43BA (or 0xAD43BA) is known color: Fuchsia. HEX triplet: AD, 43 and BA. RGB value is (173,67,186). Sum of RGB (Red+Green+Blue) = 173+67+186=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD43BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD43BA is #52BC45. Grayscale: #6F6F6F. Windows color (decimal): -5422150 or 12207021. OLE color: 12207021.
HSL color Cylindrical-coordinate representation of color #AD43BA: hue angle of 293.45º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD43BA is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 67 | 186 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.27 |
| HSL | 293.45º | 0.47% | 0.5% | - |
| HSV(B) | 293.45º | 0.64% | 0.73% | - |
| XYZ | 28.1 | 16.44 | 48.15 | - |
| YUV | 112.26 | 169.62 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 186 | 0.07 | 0.64 | 0 | 0.27 | 293.45 | 0.47 | 0.5 |
| Hex | AD | 43 | BA | 7 | 40 | 0 | 1B | 125 | 2F | 32 |
| Octal | 255 | 103 | 272 | 7 | 100 | 0 | 33 | 445 | 57 | 62 |
| Binary | 10101101 | 1000011 | 10111010 | 111 | 1000000 | 0 | 11011 | 100100101 | 101111 | 110010 |
Color Harmonies of #AD43BA
Complementary color
Monochromatic Colors of #AD43BA
Black with #AD43BA
Text Example
Text Example
White with #AD43BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD43BA; }
p { color: rgb(173,67,186); }
H1.HeaderClassName
{
color: #AD43BA;
}
.AnyTagClassName
{
color: #AD43BA;
}
</style>
background-color css
<style>
a { background-color: #AD43BA; }
a { background-color: rgb(173,67,186); }
div.DivClassName
{
background-color: #AD43BA;
}
.BgClassName
{
background-color: #AD43BA;
}
</style>
border-color css
<style>
span { border-color: #AD43BA; }
span { border-color: rgb(173,67,186); }
td.TdClassName
{
border-color: #AD43BA;
}
.TagClassName
{
border-color: #AD43BA;
}
</style>