Shades of Medium Purple #AC80F2
Tints of Medium Purple #AC80F2
RGB
CMYK
RGB Variations
Color information
#AC80F2 (or 0xAC80F2) is known color: Medium Purple. HEX triplet: AC, 80 and F2. RGB value is (172,128,242). Sum of RGB (Red+Green+Blue) = 172+128+242=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC80F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC80F2 is #537F0D. Grayscale: #999999. Windows color (decimal): -5472014 or 15892652. OLE color: 15892652.
HSL color Cylindrical-coordinate representation of color #AC80F2: hue angle of 263.16º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC80F2 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 128 | 242 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.05 |
| HSL | 263.16º | 0.81% | 0.73% | - |
| HSV(B) | 263.16º | 0.47% | 0.95% | - |
| XYZ | 40.76 | 30.62 | 87.77 | - |
| YUV | 154.15 | 177.58 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 242 | 0.29 | 0.47 | 0 | 0.05 | 263.16 | 0.81 | 0.73 |
| Hex | AC | 80 | F2 | 1D | 2F | 0 | 5 | 107 | 51 | 49 |
| Octal | 254 | 200 | 362 | 35 | 57 | 0 | 5 | 407 | 121 | 111 |
| Binary | 10101100 | 10000000 | 11110010 | 11101 | 101111 | 0 | 101 | 100000111 | 1010001 | 1001001 |
Color Harmonies of #AC80F2
Complementary color
Monochromatic Colors of #AC80F2
Black with #AC80F2
Text Example
Text Example
White with #AC80F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC80F2; }
p { color: rgb(172,128,242); }
H1.HeaderClassName
{
color: #AC80F2;
}
.AnyTagClassName
{
color: #AC80F2;
}
</style>
background-color css
<style>
a { background-color: #AC80F2; }
a { background-color: rgb(172,128,242); }
div.DivClassName
{
background-color: #AC80F2;
}
.BgClassName
{
background-color: #AC80F2;
}
</style>
border-color css
<style>
span { border-color: #AC80F2; }
span { border-color: rgb(172,128,242); }
td.TdClassName
{
border-color: #AC80F2;
}
.TagClassName
{
border-color: #AC80F2;
}
</style>