Shades of Fuchsia #AC43B5
Tints of Fuchsia #AC43B5
RGB
CMYK
RGB Variations
Color information
#AC43B5 (or 0xAC43B5) is known color: Fuchsia. HEX triplet: AC, 43 and B5. RGB value is (172,67,181). Sum of RGB (Red+Green+Blue) = 172+67+181=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC43B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC43B5 is #53BC4A. Grayscale: #6F6F6F. Windows color (decimal): -5487691 or 11879340. OLE color: 11879340.
HSL color Cylindrical-coordinate representation of color #AC43B5: hue angle of 295.26º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC43B5 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 172 | 67 | 181 | - |
CMYK | 0.05 | 0.63 | 0 | 0.29 |
HSL | 295.26º | 0.46% | 0.49% | - |
HSV(B) | 295.26º | 0.63% | 0.71% | - |
XYZ | 27.36 | 16.12 | 45.39 | - |
YUV | 111.39 | 167.29 | 171.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 67 | 181 | 0.05 | 0.63 | 0 | 0.29 | 295.26 | 0.46 | 0.49 |
Hex | AC | 43 | B5 | 5 | 3F | 0 | 1D | 127 | 2E | 31 |
Octal | 254 | 103 | 265 | 5 | 77 | 0 | 35 | 447 | 56 | 61 |
Binary | 10101100 | 1000011 | 10110101 | 101 | 111111 | 0 | 11101 | 100100111 | 101110 | 110001 |
Color Harmonies of #AC43B5
Complementary color
Monochromatic Colors of #AC43B5
Black with #AC43B5
Text Example
Text Example
White with #AC43B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC43B5; }
p { color: rgb(172,67,181); }
H1.HeaderClassName
{
color: #AC43B5;
}
.AnyTagClassName
{
color: #AC43B5;
}
</style>
background-color css
<style>
a { background-color: #AC43B5; }
a { background-color: rgb(172,67,181); }
div.DivClassName
{
background-color: #AC43B5;
}
.BgClassName
{
background-color: #AC43B5;
}
</style>
border-color css
<style>
span { border-color: #AC43B5; }
span { border-color: rgb(172,67,181); }
td.TdClassName
{
border-color: #AC43B5;
}
.TagClassName
{
border-color: #AC43B5;
}
</style>