Shades of Fuchsia #AC43AD
Tints of Fuchsia #AC43AD
RGB
CMYK
RGB Variations
Color information
#AC43AD (or 0xAC43AD) is known color: Fuchsia. HEX triplet: AC, 43 and AD. RGB value is (172,67,173). Sum of RGB (Red+Green+Blue) = 172+67+173=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 67 (26.56% from 255 or 16.26% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC43AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC43AD is #53BC52. Grayscale: #6E6E6E. Windows color (decimal): -5487699 or 11355052. OLE color: 11355052.
HSL color Cylindrical-coordinate representation of color #AC43AD: hue angle of 299.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC43AD is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 67 | 173 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.32 |
| HSL | 299.43º | 0.44% | 0.47% | - |
| HSV(B) | 299.43º | 0.61% | 0.68% | - |
| XYZ | 26.56 | 15.8 | 41.19 | - |
| YUV | 110.48 | 163.29 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 173 | 0.01 | 0.61 | 0 | 0.32 | 299.43 | 0.44 | 0.47 |
| Hex | AC | 43 | AD | 1 | 3D | 0 | 20 | 12B | 2C | 2F |
| Octal | 254 | 103 | 255 | 1 | 75 | 0 | 40 | 453 | 54 | 57 |
| Binary | 10101100 | 1000011 | 10101101 | 1 | 111101 | 0 | 100000 | 100101011 | 101100 | 101111 |
Color Harmonies of #AC43AD
Complementary color
Monochromatic Colors of #AC43AD
Black with #AC43AD
Text Example
Text Example
White with #AC43AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC43AD; }
p { color: rgb(172,67,173); }
H1.HeaderClassName
{
color: #AC43AD;
}
.AnyTagClassName
{
color: #AC43AD;
}
</style>
background-color css
<style>
a { background-color: #AC43AD; }
a { background-color: rgb(172,67,173); }
div.DivClassName
{
background-color: #AC43AD;
}
.BgClassName
{
background-color: #AC43AD;
}
</style>
border-color css
<style>
span { border-color: #AC43AD; }
span { border-color: rgb(172,67,173); }
td.TdClassName
{
border-color: #AC43AD;
}
.TagClassName
{
border-color: #AC43AD;
}
</style>