Shades of Medium Purple #AC7AFE
Tints of Medium Purple #AC7AFE
RGB
CMYK
RGB Variations
Color information
#AC7AFE (or 0xAC7AFE) is known color: Medium Purple. HEX triplet: AC, 7A and FE. RGB value is (172,122,254). Sum of RGB (Red+Green+Blue) = 172+122+254=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC7AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7AFE is #538501. Grayscale: #979797. Windows color (decimal): -5473538 or 16677548. OLE color: 16677548.
HSL color Cylindrical-coordinate representation of color #AC7AFE: hue angle of 262.73º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC7AFE is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 122 | 254 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.00 |
| HSL | 262.73º | 0.99% | 0.74% | - |
| HSV(B) | 262.73º | 0.52% | 1% | - |
| XYZ | 41.86 | 29.85 | 97.32 | - |
| YUV | 152 | 185.57 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 254 | 0.32 | 0.52 | 0 | 0.00 | 262.73 | 0.99 | 0.74 |
| Hex | AC | 7A | FE | 20 | 34 | 0 | 0 | 107 | 63 | 4A |
| Octal | 254 | 172 | 376 | 40 | 64 | 0 | 0 | 407 | 143 | 112 |
| Binary | 10101100 | 1111010 | 11111110 | 100000 | 110100 | 0 | 0 | 100000111 | 1100011 | 1001010 |
Color Harmonies of #AC7AFE
Complementary color
Monochromatic Colors of #AC7AFE
Black with #AC7AFE
Text Example
Text Example
White with #AC7AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7AFE; }
p { color: rgb(172,122,254); }
H1.HeaderClassName
{
color: #AC7AFE;
}
.AnyTagClassName
{
color: #AC7AFE;
}
</style>
background-color css
<style>
a { background-color: #AC7AFE; }
a { background-color: rgb(172,122,254); }
div.DivClassName
{
background-color: #AC7AFE;
}
.BgClassName
{
background-color: #AC7AFE;
}
</style>
border-color css
<style>
span { border-color: #AC7AFE; }
span { border-color: rgb(172,122,254); }
td.TdClassName
{
border-color: #AC7AFE;
}
.TagClassName
{
border-color: #AC7AFE;
}
</style>