Shades of Medium Purple #AC80F0
Tints of Medium Purple #AC80F0
RGB
CMYK
RGB Variations
Color information
#AC80F0 (or 0xAC80F0) is known color: Medium Purple. HEX triplet: AC, 80 and F0. RGB value is (172,128,240). Sum of RGB (Red+Green+Blue) = 172+128+240=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC80F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC80F0 is #537F0F. Grayscale: #999999. Windows color (decimal): -5472016 or 15761580. OLE color: 15761580.
HSL color Cylindrical-coordinate representation of color #AC80F0: hue angle of 263.57º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC80F0 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 128 | 240 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.06 |
| HSL | 263.57º | 0.79% | 0.72% | - |
| HSV(B) | 263.57º | 0.47% | 0.94% | - |
| XYZ | 40.46 | 30.5 | 86.19 | - |
| YUV | 153.92 | 176.58 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 240 | 0.28 | 0.47 | 0 | 0.06 | 263.57 | 0.79 | 0.72 |
| Hex | AC | 80 | F0 | 1C | 2F | 0 | 6 | 108 | 4F | 48 |
| Octal | 254 | 200 | 360 | 34 | 57 | 0 | 6 | 410 | 117 | 110 |
| Binary | 10101100 | 10000000 | 11110000 | 11100 | 101111 | 0 | 110 | 100001000 | 1001111 | 1001000 |
Color Harmonies of #AC80F0
Complementary color
Monochromatic Colors of #AC80F0
Black with #AC80F0
Text Example
Text Example
White with #AC80F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC80F0; }
p { color: rgb(172,128,240); }
H1.HeaderClassName
{
color: #AC80F0;
}
.AnyTagClassName
{
color: #AC80F0;
}
</style>
background-color css
<style>
a { background-color: #AC80F0; }
a { background-color: rgb(172,128,240); }
div.DivClassName
{
background-color: #AC80F0;
}
.BgClassName
{
background-color: #AC80F0;
}
</style>
border-color css
<style>
span { border-color: #AC80F0; }
span { border-color: rgb(172,128,240); }
td.TdClassName
{
border-color: #AC80F0;
}
.TagClassName
{
border-color: #AC80F0;
}
</style>