Shades of Medium Purple #AC6AFF
Tints of Medium Purple #AC6AFF
RGB
CMYK
RGB Variations
Color information
#AC6AFF (or 0xAC6AFF) is known color: Medium Purple. HEX triplet: AC, 6A and FF. RGB value is (172,106,255). Sum of RGB (Red+Green+Blue) = 172+106+255=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC6AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6AFF is #539500. Grayscale: #8E8E8E. Windows color (decimal): -5477633 or 16738988. OLE color: 16738988.
HSL color Cylindrical-coordinate representation of color #AC6AFF: hue angle of 266.58º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC6AFF is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 106 | 255 | - |
| CMYK | 0.33 | 0.58 | 0 | 0 |
| HSL | 266.58º | 1% | 0.71% | - |
| HSV(B) | 266.58º | 0.58% | 1% | - |
| XYZ | 40.22 | 26.3 | 97.56 | - |
| YUV | 142.72 | 191.37 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 255 | 0.33 | 0.58 | 0 | 0 | 266.58 | 1 | 0.71 |
| Hex | AC | 6A | FF | 21 | 3A | 0 | 0 | 10B | 64 | 47 |
| Octal | 254 | 152 | 377 | 41 | 72 | 0 | 0 | 413 | 144 | 107 |
| Binary | 10101100 | 1101010 | 11111111 | 100001 | 111010 | 0 | 0 | 100001011 | 1100100 | 1000111 |
Color Harmonies of #AC6AFF
Complementary color
Monochromatic Colors of #AC6AFF
Black with #AC6AFF
Text Example
Text Example
White with #AC6AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6AFF; }
p { color: rgb(172,106,255); }
H1.HeaderClassName
{
color: #AC6AFF;
}
.AnyTagClassName
{
color: #AC6AFF;
}
</style>
background-color css
<style>
a { background-color: #AC6AFF; }
a { background-color: rgb(172,106,255); }
div.DivClassName
{
background-color: #AC6AFF;
}
.BgClassName
{
background-color: #AC6AFF;
}
</style>
border-color css
<style>
span { border-color: #AC6AFF; }
span { border-color: rgb(172,106,255); }
td.TdClassName
{
border-color: #AC6AFF;
}
.TagClassName
{
border-color: #AC6AFF;
}
</style>