Shades of Medium Purple #AC7AFF
Tints of Medium Purple #AC7AFF
RGB
CMYK
RGB Variations
Color information
#AC7AFF (or 0xAC7AFF) is known color: Medium Purple. HEX triplet: AC, 7A and FF. RGB value is (172,122,255). Sum of RGB (Red+Green+Blue) = 172+122+255=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC7AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7AFF is #538500. Grayscale: #979797. Windows color (decimal): -5473537 or 16743084. OLE color: 16743084.
HSL color Cylindrical-coordinate representation of color #AC7AFF: hue angle of 262.56º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC7AFF is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 122 | 255 | - |
| CMYK | 0.33 | 0.52 | 0 | 0 |
| HSL | 262.56º | 1% | 0.74% | - |
| HSV(B) | 262.56º | 0.52% | 1% | - |
| XYZ | 42.02 | 29.91 | 98.17 | - |
| YUV | 152.11 | 186.07 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 255 | 0.33 | 0.52 | 0 | 0 | 262.56 | 1 | 0.74 |
| Hex | AC | 7A | FF | 21 | 34 | 0 | 0 | 107 | 64 | 4A |
| Octal | 254 | 172 | 377 | 41 | 64 | 0 | 0 | 407 | 144 | 112 |
| Binary | 10101100 | 1111010 | 11111111 | 100001 | 110100 | 0 | 0 | 100000111 | 1100100 | 1001010 |
Color Harmonies of #AC7AFF
Complementary color
Monochromatic Colors of #AC7AFF
Black with #AC7AFF
Text Example
Text Example
White with #AC7AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7AFF; }
p { color: rgb(172,122,255); }
H1.HeaderClassName
{
color: #AC7AFF;
}
.AnyTagClassName
{
color: #AC7AFF;
}
</style>
background-color css
<style>
a { background-color: #AC7AFF; }
a { background-color: rgb(172,122,255); }
div.DivClassName
{
background-color: #AC7AFF;
}
.BgClassName
{
background-color: #AC7AFF;
}
</style>
border-color css
<style>
span { border-color: #AC7AFF; }
span { border-color: rgb(172,122,255); }
td.TdClassName
{
border-color: #AC7AFF;
}
.TagClassName
{
border-color: #AC7AFF;
}
</style>