Shades of Medium Purple #AC82F2
Tints of Medium Purple #AC82F2
RGB
CMYK
RGB Variations
Color information
#AC82F2 (or 0xAC82F2) is known color: Medium Purple. HEX triplet: AC, 82 and F2. RGB value is (172,130,242). Sum of RGB (Red+Green+Blue) = 172+130+242=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC82F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC82F2 is #537D0D. Grayscale: #9A9A9A. Windows color (decimal): -5471502 or 15893164. OLE color: 15893164.
HSL color Cylindrical-coordinate representation of color #AC82F2: hue angle of 262.5º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC82F2 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 130 | 242 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.05 |
| HSL | 262.5º | 0.81% | 0.73% | - |
| HSV(B) | 262.5º | 0.46% | 0.95% | - |
| XYZ | 41.02 | 31.15 | 87.85 | - |
| YUV | 155.33 | 176.91 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 242 | 0.29 | 0.46 | 0 | 0.05 | 262.5 | 0.81 | 0.73 |
| Hex | AC | 82 | F2 | 1D | 2E | 0 | 5 | 106 | 51 | 49 |
| Octal | 254 | 202 | 362 | 35 | 56 | 0 | 5 | 406 | 121 | 111 |
| Binary | 10101100 | 10000010 | 11110010 | 11101 | 101110 | 0 | 101 | 100000110 | 1010001 | 1001001 |
Color Harmonies of #AC82F2
Complementary color
Monochromatic Colors of #AC82F2
Black with #AC82F2
Text Example
Text Example
White with #AC82F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC82F2; }
p { color: rgb(172,130,242); }
H1.HeaderClassName
{
color: #AC82F2;
}
.AnyTagClassName
{
color: #AC82F2;
}
</style>
background-color css
<style>
a { background-color: #AC82F2; }
a { background-color: rgb(172,130,242); }
div.DivClassName
{
background-color: #AC82F2;
}
.BgClassName
{
background-color: #AC82F2;
}
</style>
border-color css
<style>
span { border-color: #AC82F2; }
span { border-color: rgb(172,130,242); }
td.TdClassName
{
border-color: #AC82F2;
}
.TagClassName
{
border-color: #AC82F2;
}
</style>