Shades of Medium Purple #AC6BFC
Tints of Medium Purple #AC6BFC
RGB
CMYK
RGB Variations
Color information
#AC6BFC (or 0xAC6BFC) is known color: Medium Purple. HEX triplet: AC, 6B and FC. RGB value is (172,107,252). Sum of RGB (Red+Green+Blue) = 172+107+252=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC6BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6BFC is #539403. Grayscale: #8E8E8E. Windows color (decimal): -5477380 or 16542636. OLE color: 16542636.
HSL color Cylindrical-coordinate representation of color #AC6BFC: hue angle of 266.9º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC6BFC is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 107 | 252 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.01 |
| HSL | 266.9º | 0.96% | 0.7% | - |
| HSV(B) | 266.9º | 0.58% | 0.99% | - |
| XYZ | 39.84 | 26.31 | 95.07 | - |
| YUV | 142.97 | 189.53 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 107 | 252 | 0.32 | 0.58 | 0 | 0.01 | 266.9 | 0.96 | 0.7 |
| Hex | AC | 6B | FC | 20 | 3A | 0 | 1 | 10B | 60 | 46 |
| Octal | 254 | 153 | 374 | 40 | 72 | 0 | 1 | 413 | 140 | 106 |
| Binary | 10101100 | 1101011 | 11111100 | 100000 | 111010 | 0 | 1 | 100001011 | 1100000 | 1000110 |
Color Harmonies of #AC6BFC
Complementary color
Monochromatic Colors of #AC6BFC
Black with #AC6BFC
Text Example
Text Example
White with #AC6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6BFC; }
p { color: rgb(172,107,252); }
H1.HeaderClassName
{
color: #AC6BFC;
}
.AnyTagClassName
{
color: #AC6BFC;
}
</style>
background-color css
<style>
a { background-color: #AC6BFC; }
a { background-color: rgb(172,107,252); }
div.DivClassName
{
background-color: #AC6BFC;
}
.BgClassName
{
background-color: #AC6BFC;
}
</style>
border-color css
<style>
span { border-color: #AC6BFC; }
span { border-color: rgb(172,107,252); }
td.TdClassName
{
border-color: #AC6BFC;
}
.TagClassName
{
border-color: #AC6BFC;
}
</style>