Shades of Medium Purple #AC7BFB
Tints of Medium Purple #AC7BFB
RGB
CMYK
RGB Variations
Color information
#AC7BFB (or 0xAC7BFB) is known color: Medium Purple. HEX triplet: AC, 7B and FB. RGB value is (172,123,251). Sum of RGB (Red+Green+Blue) = 172+123+251=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC7BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7BFB is #538404. Grayscale: #979797. Windows color (decimal): -5473285 or 16481196. OLE color: 16481196.
HSL color Cylindrical-coordinate representation of color #AC7BFB: hue angle of 262.97º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC7BFB is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 123 | 251 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.02 |
| HSL | 262.97º | 0.94% | 0.73% | - |
| HSV(B) | 262.97º | 0.51% | 0.98% | - |
| XYZ | 41.51 | 29.9 | 94.85 | - |
| YUV | 152.24 | 183.73 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 251 | 0.31 | 0.51 | 0 | 0.02 | 262.97 | 0.94 | 0.73 |
| Hex | AC | 7B | FB | 1F | 33 | 0 | 2 | 107 | 5E | 49 |
| Octal | 254 | 173 | 373 | 37 | 63 | 0 | 2 | 407 | 136 | 111 |
| Binary | 10101100 | 1111011 | 11111011 | 11111 | 110011 | 0 | 10 | 100000111 | 1011110 | 1001001 |
Color Harmonies of #AC7BFB
Complementary color
Monochromatic Colors of #AC7BFB
Black with #AC7BFB
Text Example
Text Example
White with #AC7BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7BFB; }
p { color: rgb(172,123,251); }
H1.HeaderClassName
{
color: #AC7BFB;
}
.AnyTagClassName
{
color: #AC7BFB;
}
</style>
background-color css
<style>
a { background-color: #AC7BFB; }
a { background-color: rgb(172,123,251); }
div.DivClassName
{
background-color: #AC7BFB;
}
.BgClassName
{
background-color: #AC7BFB;
}
</style>
border-color css
<style>
span { border-color: #AC7BFB; }
span { border-color: rgb(172,123,251); }
td.TdClassName
{
border-color: #AC7BFB;
}
.TagClassName
{
border-color: #AC7BFB;
}
</style>