Shades of Medium Purple #AC7BFC
Tints of Medium Purple #AC7BFC
RGB
CMYK
RGB Variations
Color information
#AC7BFC (or 0xAC7BFC) is known color: Medium Purple. HEX triplet: AC, 7B and FC. RGB value is (172,123,252). Sum of RGB (Red+Green+Blue) = 172+123+252=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC7BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7BFC is #538403. Grayscale: #979797. Windows color (decimal): -5473284 or 16546732. OLE color: 16546732.
HSL color Cylindrical-coordinate representation of color #AC7BFC: hue angle of 262.79º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC7BFC is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 123 | 252 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.01 |
| HSL | 262.79º | 0.96% | 0.74% | - |
| HSV(B) | 262.79º | 0.51% | 0.99% | - |
| XYZ | 41.67 | 29.96 | 95.68 | - |
| YUV | 152.36 | 184.23 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 252 | 0.32 | 0.51 | 0 | 0.01 | 262.79 | 0.96 | 0.74 |
| Hex | AC | 7B | FC | 20 | 33 | 0 | 1 | 107 | 60 | 4A |
| Octal | 254 | 173 | 374 | 40 | 63 | 0 | 1 | 407 | 140 | 112 |
| Binary | 10101100 | 1111011 | 11111100 | 100000 | 110011 | 0 | 1 | 100000111 | 1100000 | 1001010 |
Color Harmonies of #AC7BFC
Complementary color
Monochromatic Colors of #AC7BFC
Black with #AC7BFC
Text Example
Text Example
White with #AC7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7BFC; }
p { color: rgb(172,123,252); }
H1.HeaderClassName
{
color: #AC7BFC;
}
.AnyTagClassName
{
color: #AC7BFC;
}
</style>
background-color css
<style>
a { background-color: #AC7BFC; }
a { background-color: rgb(172,123,252); }
div.DivClassName
{
background-color: #AC7BFC;
}
.BgClassName
{
background-color: #AC7BFC;
}
</style>
border-color css
<style>
span { border-color: #AC7BFC; }
span { border-color: rgb(172,123,252); }
td.TdClassName
{
border-color: #AC7BFC;
}
.TagClassName
{
border-color: #AC7BFC;
}
</style>