Shades of Medium Purple #AC67F1
Tints of Medium Purple #AC67F1
RGB
CMYK
RGB Variations
Color information
#AC67F1 (or 0xAC67F1) is known color: Medium Purple. HEX triplet: AC, 67 and F1. RGB value is (172,103,241). Sum of RGB (Red+Green+Blue) = 172+103+241=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC67F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC67F1 is #53980E. Grayscale: #8A8A8A. Windows color (decimal): -5478415 or 15820716. OLE color: 15820716.
HSL color Cylindrical-coordinate representation of color #AC67F1: hue angle of 270º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC67F1 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 103 | 241 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.05 |
| HSL | 270º | 0.83% | 0.67% | - |
| HSV(B) | 270º | 0.57% | 0.95% | - |
| XYZ | 37.74 | 24.82 | 86.02 | - |
| YUV | 139.36 | 185.36 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 241 | 0.29 | 0.57 | 0 | 0.05 | 270 | 0.83 | 0.67 |
| Hex | AC | 67 | F1 | 1D | 39 | 0 | 5 | 10E | 53 | 43 |
| Octal | 254 | 147 | 361 | 35 | 71 | 0 | 5 | 416 | 123 | 103 |
| Binary | 10101100 | 1100111 | 11110001 | 11101 | 111001 | 0 | 101 | 100001110 | 1010011 | 1000011 |
Color Harmonies of #AC67F1
Complementary color
Monochromatic Colors of #AC67F1
Black with #AC67F1
Text Example
Text Example
White with #AC67F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC67F1; }
p { color: rgb(172,103,241); }
H1.HeaderClassName
{
color: #AC67F1;
}
.AnyTagClassName
{
color: #AC67F1;
}
</style>
background-color css
<style>
a { background-color: #AC67F1; }
a { background-color: rgb(172,103,241); }
div.DivClassName
{
background-color: #AC67F1;
}
.BgClassName
{
background-color: #AC67F1;
}
</style>
border-color css
<style>
span { border-color: #AC67F1; }
span { border-color: rgb(172,103,241); }
td.TdClassName
{
border-color: #AC67F1;
}
.TagClassName
{
border-color: #AC67F1;
}
</style>