Shades of Medium Purple #AC6AFC
Tints of Medium Purple #AC6AFC
RGB
CMYK
RGB Variations
Color information
#AC6AFC (or 0xAC6AFC) is known color: Medium Purple. HEX triplet: AC, 6A and FC. RGB value is (172,106,252). Sum of RGB (Red+Green+Blue) = 172+106+252=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC6AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6AFC is #539503. Grayscale: #8D8D8D. Windows color (decimal): -5477636 or 16542380. OLE color: 16542380.
HSL color Cylindrical-coordinate representation of color #AC6AFC: hue angle of 267.12º 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 #AC6AFC is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 106 | 252 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.01 |
| HSL | 267.12º | 0.96% | 0.7% | - |
| HSV(B) | 267.12º | 0.58% | 0.99% | - |
| XYZ | 39.74 | 26.11 | 95.04 | - |
| YUV | 142.38 | 189.87 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 252 | 0.32 | 0.58 | 0 | 0.01 | 267.12 | 0.96 | 0.7 |
| Hex | AC | 6A | FC | 20 | 3A | 0 | 1 | 10B | 60 | 46 |
| Octal | 254 | 152 | 374 | 40 | 72 | 0 | 1 | 413 | 140 | 106 |
| Binary | 10101100 | 1101010 | 11111100 | 100000 | 111010 | 0 | 1 | 100001011 | 1100000 | 1000110 |
Color Harmonies of #AC6AFC
Complementary color
Monochromatic Colors of #AC6AFC
Black with #AC6AFC
Text Example
Text Example
White with #AC6AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6AFC; }
p { color: rgb(172,106,252); }
H1.HeaderClassName
{
color: #AC6AFC;
}
.AnyTagClassName
{
color: #AC6AFC;
}
</style>
background-color css
<style>
a { background-color: #AC6AFC; }
a { background-color: rgb(172,106,252); }
div.DivClassName
{
background-color: #AC6AFC;
}
.BgClassName
{
background-color: #AC6AFC;
}
</style>
border-color css
<style>
span { border-color: #AC6AFC; }
span { border-color: rgb(172,106,252); }
td.TdClassName
{
border-color: #AC6AFC;
}
.TagClassName
{
border-color: #AC6AFC;
}
</style>