Shades of Medium Purple #AC80F1
Tints of Medium Purple #AC80F1
RGB
CMYK
RGB Variations
Color information
#AC80F1 (or 0xAC80F1) is known color: Medium Purple. HEX triplet: AC, 80 and F1. RGB value is (172,128,241). Sum of RGB (Red+Green+Blue) = 172+128+241=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC80F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC80F1 is #537F0E. Grayscale: #999999. Windows color (decimal): -5472015 or 15827116. OLE color: 15827116.
HSL color Cylindrical-coordinate representation of color #AC80F1: hue angle of 263.36º 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 #AC80F1 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 128 | 241 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.05 |
| HSL | 263.36º | 0.8% | 0.72% | - |
| HSV(B) | 263.36º | 0.47% | 0.95% | - |
| XYZ | 40.61 | 30.56 | 86.98 | - |
| YUV | 154.04 | 177.08 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 241 | 0.29 | 0.47 | 0 | 0.05 | 263.36 | 0.8 | 0.72 |
| Hex | AC | 80 | F1 | 1D | 2F | 0 | 5 | 107 | 50 | 48 |
| Octal | 254 | 200 | 361 | 35 | 57 | 0 | 5 | 407 | 120 | 110 |
| Binary | 10101100 | 10000000 | 11110001 | 11101 | 101111 | 0 | 101 | 100000111 | 1010000 | 1001000 |
Color Harmonies of #AC80F1
Complementary color
Monochromatic Colors of #AC80F1
Black with #AC80F1
Text Example
Text Example
White with #AC80F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC80F1; }
p { color: rgb(172,128,241); }
H1.HeaderClassName
{
color: #AC80F1;
}
.AnyTagClassName
{
color: #AC80F1;
}
</style>
background-color css
<style>
a { background-color: #AC80F1; }
a { background-color: rgb(172,128,241); }
div.DivClassName
{
background-color: #AC80F1;
}
.BgClassName
{
background-color: #AC80F1;
}
</style>
border-color css
<style>
span { border-color: #AC80F1; }
span { border-color: rgb(172,128,241); }
td.TdClassName
{
border-color: #AC80F1;
}
.TagClassName
{
border-color: #AC80F1;
}
</style>