Shades of Medium Purple #AC6AFE
Tints of Medium Purple #AC6AFE
RGB
CMYK
RGB Variations
Color information
#AC6AFE (or 0xAC6AFE) is known color: Medium Purple. HEX triplet: AC, 6A and FE. RGB value is (172,106,254). Sum of RGB (Red+Green+Blue) = 172+106+254=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC6AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6AFE is #539501. Grayscale: #8E8E8E. Windows color (decimal): -5477634 or 16673452. OLE color: 16673452.
HSL color Cylindrical-coordinate representation of color #AC6AFE: hue angle of 266.76º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC6AFE is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 106 | 254 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.00 |
| HSL | 266.76º | 0.99% | 0.71% | - |
| HSV(B) | 266.76º | 0.58% | 1% | - |
| XYZ | 40.06 | 26.23 | 96.72 | - |
| YUV | 142.61 | 190.87 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 106 | 254 | 0.32 | 0.58 | 0 | 0.00 | 266.76 | 0.99 | 0.71 |
| Hex | AC | 6A | FE | 20 | 3A | 0 | 0 | 10B | 63 | 47 |
| Octal | 254 | 152 | 376 | 40 | 72 | 0 | 0 | 413 | 143 | 107 |
| Binary | 10101100 | 1101010 | 11111110 | 100000 | 111010 | 0 | 0 | 100001011 | 1100011 | 1000111 |
Color Harmonies of #AC6AFE
Complementary color
Monochromatic Colors of #AC6AFE
Black with #AC6AFE
Text Example
Text Example
White with #AC6AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6AFE; }
p { color: rgb(172,106,254); }
H1.HeaderClassName
{
color: #AC6AFE;
}
.AnyTagClassName
{
color: #AC6AFE;
}
</style>
background-color css
<style>
a { background-color: #AC6AFE; }
a { background-color: rgb(172,106,254); }
div.DivClassName
{
background-color: #AC6AFE;
}
.BgClassName
{
background-color: #AC6AFE;
}
</style>
border-color css
<style>
span { border-color: #AC6AFE; }
span { border-color: rgb(172,106,254); }
td.TdClassName
{
border-color: #AC6AFE;
}
.TagClassName
{
border-color: #AC6AFE;
}
</style>