Shades of Medium Purple #AC80F3
Tints of Medium Purple #AC80F3
RGB
CMYK
RGB Variations
Color information
#AC80F3 (or 0xAC80F3) is known color: Medium Purple. HEX triplet: AC, 80 and F3. RGB value is (172,128,243). Sum of RGB (Red+Green+Blue) = 172+128+243=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 243 - color contains mainly: blue. Hex color #AC80F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC80F3 is #537F0C. Grayscale: #999999. Windows color (decimal): -5472013 or 15958188. OLE color: 15958188.
HSL color Cylindrical-coordinate representation of color #AC80F3: hue angle of 262.96º degrees, saturation: 0.83, 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 #AC80F3 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 128 | 243 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.05 |
| HSL | 262.96º | 0.83% | 0.73% | - |
| HSV(B) | 262.96º | 0.47% | 0.95% | - |
| XYZ | 40.91 | 30.68 | 88.56 | - |
| YUV | 154.27 | 178.08 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 243 | 0.29 | 0.47 | 0 | 0.05 | 262.96 | 0.83 | 0.73 |
| Hex | AC | 80 | F3 | 1D | 2F | 0 | 5 | 107 | 53 | 49 |
| Octal | 254 | 200 | 363 | 35 | 57 | 0 | 5 | 407 | 123 | 111 |
| Binary | 10101100 | 10000000 | 11110011 | 11101 | 101111 | 0 | 101 | 100000111 | 1010011 | 1001001 |
Color Harmonies of #AC80F3
Complementary color
Monochromatic Colors of #AC80F3
Black with #AC80F3
Text Example
Text Example
White with #AC80F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC80F3; }
p { color: rgb(172,128,243); }
H1.HeaderClassName
{
color: #AC80F3;
}
.AnyTagClassName
{
color: #AC80F3;
}
</style>
background-color css
<style>
a { background-color: #AC80F3; }
a { background-color: rgb(172,128,243); }
div.DivClassName
{
background-color: #AC80F3;
}
.BgClassName
{
background-color: #AC80F3;
}
</style>
border-color css
<style>
span { border-color: #AC80F3; }
span { border-color: rgb(172,128,243); }
td.TdClassName
{
border-color: #AC80F3;
}
.TagClassName
{
border-color: #AC80F3;
}
</style>