Shades of Medium Purple #AC7FF1
Tints of Medium Purple #AC7FF1
RGB
CMYK
RGB Variations
Color information
#AC7FF1 (or 0xAC7FF1) is known color: Medium Purple. HEX triplet: AC, 7F and F1. RGB value is (172,127,241). Sum of RGB (Red+Green+Blue) = 172+127+241=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC7FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7FF1 is #53800E. Grayscale: #999999. Windows color (decimal): -5472271 or 15826860. OLE color: 15826860.
HSL color Cylindrical-coordinate representation of color #AC7FF1: hue angle of 263.68º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC7FF1 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 127 | 241 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.05 |
| HSL | 263.68º | 0.8% | 0.72% | - |
| HSV(B) | 263.68º | 0.47% | 0.95% | - |
| XYZ | 40.48 | 30.3 | 86.93 | - |
| YUV | 153.45 | 177.41 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 241 | 0.29 | 0.47 | 0 | 0.05 | 263.68 | 0.8 | 0.72 |
| Hex | AC | 7F | F1 | 1D | 2F | 0 | 5 | 108 | 50 | 48 |
| Octal | 254 | 177 | 361 | 35 | 57 | 0 | 5 | 410 | 120 | 110 |
| Binary | 10101100 | 1111111 | 11110001 | 11101 | 101111 | 0 | 101 | 100001000 | 1010000 | 1001000 |
Color Harmonies of #AC7FF1
Complementary color
Monochromatic Colors of #AC7FF1
Black with #AC7FF1
Text Example
Text Example
White with #AC7FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7FF1; }
p { color: rgb(172,127,241); }
H1.HeaderClassName
{
color: #AC7FF1;
}
.AnyTagClassName
{
color: #AC7FF1;
}
</style>
background-color css
<style>
a { background-color: #AC7FF1; }
a { background-color: rgb(172,127,241); }
div.DivClassName
{
background-color: #AC7FF1;
}
.BgClassName
{
background-color: #AC7FF1;
}
</style>
border-color css
<style>
span { border-color: #AC7FF1; }
span { border-color: rgb(172,127,241); }
td.TdClassName
{
border-color: #AC7FF1;
}
.TagClassName
{
border-color: #AC7FF1;
}
</style>