Shades of Deep Magenta #AC03B7
Tints of Deep Magenta #AC03B7
RGB
CMYK
RGB Variations
Color information
#AC03B7 (or 0xAC03B7) is known color: Deep Magenta. HEX triplet: AC, 03 and B7. RGB value is (172,3,183). Sum of RGB (Red+Green+Blue) = 172+3+183=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 183 (71.88% from 255 or 51.12% from 358); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC03B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC03B7 is #53FC48. Grayscale: #494949. Windows color (decimal): -5504073 or 11994028. OLE color: 11994028.
HSL color Cylindrical-coordinate representation of color #AC03B7: hue angle of 296.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC03B7 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 172 | 3 | 183 | - |
CMYK | 0.06 | 0.98 | 0 | 0.28 |
HSL | 296.33º | 0.97% | 0.36% | - |
HSV(B) | 296.33º | 0.98% | 0.72% | - |
XYZ | 25.59 | 12.25 | 45.82 | - |
YUV | 74.05 | 189.49 | 197.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 3 | 183 | 0.06 | 0.98 | 0 | 0.28 | 296.33 | 0.97 | 0.36 |
Hex | AC | 3 | B7 | 6 | 62 | 0 | 1C | 128 | 61 | 24 |
Octal | 254 | 3 | 267 | 6 | 142 | 0 | 34 | 450 | 141 | 44 |
Binary | 10101100 | 11 | 10110111 | 110 | 1100010 | 0 | 11100 | 100101000 | 1100001 | 100100 |
Color Harmonies of #AC03B7
Complementary color
Monochromatic Colors of #AC03B7
Black with #AC03B7
Text Example
Text Example
White with #AC03B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC03B7; }
p { color: rgb(172,3,183); }
H1.HeaderClassName
{
color: #AC03B7;
}
.AnyTagClassName
{
color: #AC03B7;
}
</style>
background-color css
<style>
a { background-color: #AC03B7; }
a { background-color: rgb(172,3,183); }
div.DivClassName
{
background-color: #AC03B7;
}
.BgClassName
{
background-color: #AC03B7;
}
</style>
border-color css
<style>
span { border-color: #AC03B7; }
span { border-color: rgb(172,3,183); }
td.TdClassName
{
border-color: #AC03B7;
}
.TagClassName
{
border-color: #AC03B7;
}
</style>