Shades of Medium Purple #AC81F8
Tints of Medium Purple #AC81F8
RGB
CMYK
RGB Variations
Color information
#AC81F8 (or 0xAC81F8) is known color: Medium Purple. HEX triplet: AC, 81 and F8. RGB value is (172,129,248). Sum of RGB (Red+Green+Blue) = 172+129+248=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 248 (97.27% from 255 or 45.17% from 549); Max value from RGB is 248 - color contains mainly: blue. Hex color #AC81F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC81F8 is #537E07. Grayscale: #9A9A9A. Windows color (decimal): -5471752 or 16286124. OLE color: 16286124.
HSL color Cylindrical-coordinate representation of color #AC81F8: hue angle of 261.68º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC81F8 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 129 | 248 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.03 |
| HSL | 261.68º | 0.89% | 0.74% | - |
| HSV(B) | 261.68º | 0.48% | 0.97% | - |
| XYZ | 41.81 | 31.25 | 92.64 | - |
| YUV | 155.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 248 | 0.31 | 0.48 | 0 | 0.03 | 261.68 | 0.89 | 0.74 |
| Hex | AC | 81 | F8 | 1F | 30 | 0 | 3 | 106 | 59 | 4A |
| Octal | 254 | 201 | 370 | 37 | 60 | 0 | 3 | 406 | 131 | 112 |
| Binary | 10101100 | 10000001 | 11111000 | 11111 | 110000 | 0 | 11 | 100000110 | 1011001 | 1001010 |
Color Harmonies of #AC81F8
Complementary color
Monochromatic Colors of #AC81F8
Black with #AC81F8
Text Example
Text Example
White with #AC81F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC81F8; }
p { color: rgb(172,129,248); }
H1.HeaderClassName
{
color: #AC81F8;
}
.AnyTagClassName
{
color: #AC81F8;
}
</style>
background-color css
<style>
a { background-color: #AC81F8; }
a { background-color: rgb(172,129,248); }
div.DivClassName
{
background-color: #AC81F8;
}
.BgClassName
{
background-color: #AC81F8;
}
</style>
border-color css
<style>
span { border-color: #AC81F8; }
span { border-color: rgb(172,129,248); }
td.TdClassName
{
border-color: #AC81F8;
}
.TagClassName
{
border-color: #AC81F8;
}
</style>