Shades of Medium Purple #AC81F0
Tints of Medium Purple #AC81F0
RGB
CMYK
RGB Variations
Color information
#AC81F0 (or 0xAC81F0) is known color: Medium Purple. HEX triplet: AC, 81 and F0. RGB value is (172,129,240). Sum of RGB (Red+Green+Blue) = 172+129+240=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC81F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC81F0 is #537E0F. Grayscale: #9A9A9A. Windows color (decimal): -5471760 or 15761836. OLE color: 15761836.
HSL color Cylindrical-coordinate representation of color #AC81F0: hue angle of 263.24º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC81F0 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 129 | 240 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.06 |
| HSL | 263.24º | 0.79% | 0.72% | - |
| HSV(B) | 263.24º | 0.46% | 0.94% | - |
| XYZ | 40.59 | 30.76 | 86.24 | - |
| YUV | 154.51 | 176.25 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 240 | 0.28 | 0.46 | 0 | 0.06 | 263.24 | 0.79 | 0.72 |
| Hex | AC | 81 | F0 | 1C | 2E | 0 | 6 | 107 | 4F | 48 |
| Octal | 254 | 201 | 360 | 34 | 56 | 0 | 6 | 407 | 117 | 110 |
| Binary | 10101100 | 10000001 | 11110000 | 11100 | 101110 | 0 | 110 | 100000111 | 1001111 | 1001000 |
Color Harmonies of #AC81F0
Complementary color
Monochromatic Colors of #AC81F0
Black with #AC81F0
Text Example
Text Example
White with #AC81F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC81F0; }
p { color: rgb(172,129,240); }
H1.HeaderClassName
{
color: #AC81F0;
}
.AnyTagClassName
{
color: #AC81F0;
}
</style>
background-color css
<style>
a { background-color: #AC81F0; }
a { background-color: rgb(172,129,240); }
div.DivClassName
{
background-color: #AC81F0;
}
.BgClassName
{
background-color: #AC81F0;
}
</style>
border-color css
<style>
span { border-color: #AC81F0; }
span { border-color: rgb(172,129,240); }
td.TdClassName
{
border-color: #AC81F0;
}
.TagClassName
{
border-color: #AC81F0;
}
</style>