Shades of Medium Purple #AC81FE
Tints of Medium Purple #AC81FE
RGB
CMYK
RGB Variations
Color information
#AC81FE (or 0xAC81FE) is known color: Medium Purple. HEX triplet: AC, 81 and FE. RGB value is (172,129,254). Sum of RGB (Red+Green+Blue) = 172+129+254=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC81FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC81FE is #537E01. Grayscale: #9B9B9B. Windows color (decimal): -5471746 or 16679340. OLE color: 16679340.
HSL color Cylindrical-coordinate representation of color #AC81FE: hue angle of 260.64º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC81FE is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 129 | 254 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.00 |
| HSL | 260.64º | 0.98% | 0.75% | - |
| HSV(B) | 260.64º | 0.49% | 1% | - |
| XYZ | 42.75 | 31.63 | 97.62 | - |
| YUV | 156.11 | 183.25 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 254 | 0.32 | 0.49 | 0 | 0.00 | 260.64 | 0.98 | 0.75 |
| Hex | AC | 81 | FE | 20 | 31 | 0 | 0 | 105 | 62 | 4B |
| Octal | 254 | 201 | 376 | 40 | 61 | 0 | 0 | 405 | 142 | 113 |
| Binary | 10101100 | 10000001 | 11111110 | 100000 | 110001 | 0 | 0 | 100000101 | 1100010 | 1001011 |
Color Harmonies of #AC81FE
Complementary color
Monochromatic Colors of #AC81FE
Black with #AC81FE
Text Example
Text Example
White with #AC81FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC81FE; }
p { color: rgb(172,129,254); }
H1.HeaderClassName
{
color: #AC81FE;
}
.AnyTagClassName
{
color: #AC81FE;
}
</style>
background-color css
<style>
a { background-color: #AC81FE; }
a { background-color: rgb(172,129,254); }
div.DivClassName
{
background-color: #AC81FE;
}
.BgClassName
{
background-color: #AC81FE;
}
</style>
border-color css
<style>
span { border-color: #AC81FE; }
span { border-color: rgb(172,129,254); }
td.TdClassName
{
border-color: #AC81FE;
}
.TagClassName
{
border-color: #AC81FE;
}
</style>