Shades of Medium Purple #AC66F2
Tints of Medium Purple #AC66F2
RGB
CMYK
RGB Variations
Color information
#AC66F2 (or 0xAC66F2) is known color: Medium Purple. HEX triplet: AC, 66 and F2. RGB value is (172,102,242). Sum of RGB (Red+Green+Blue) = 172+102+242=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC66F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC66F2 is #53990D. Grayscale: #8A8A8A. Windows color (decimal): -5478670 or 15885996. OLE color: 15885996.
HSL color Cylindrical-coordinate representation of color #AC66F2: hue angle of 270º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC66F2 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 102 | 242 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.05 |
| HSL | 270º | 0.84% | 0.67% | - |
| HSV(B) | 270º | 0.58% | 0.95% | - |
| XYZ | 37.79 | 24.68 | 86.78 | - |
| YUV | 138.89 | 186.19 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 242 | 0.29 | 0.58 | 0 | 0.05 | 270 | 0.84 | 0.67 |
| Hex | AC | 66 | F2 | 1D | 3A | 0 | 5 | 10E | 54 | 43 |
| Octal | 254 | 146 | 362 | 35 | 72 | 0 | 5 | 416 | 124 | 103 |
| Binary | 10101100 | 1100110 | 11110010 | 11101 | 111010 | 0 | 101 | 100001110 | 1010100 | 1000011 |
Color Harmonies of #AC66F2
Complementary color
Monochromatic Colors of #AC66F2
Black with #AC66F2
Text Example
Text Example
White with #AC66F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC66F2; }
p { color: rgb(172,102,242); }
H1.HeaderClassName
{
color: #AC66F2;
}
.AnyTagClassName
{
color: #AC66F2;
}
</style>
background-color css
<style>
a { background-color: #AC66F2; }
a { background-color: rgb(172,102,242); }
div.DivClassName
{
background-color: #AC66F2;
}
.BgClassName
{
background-color: #AC66F2;
}
</style>
border-color css
<style>
span { border-color: #AC66F2; }
span { border-color: rgb(172,102,242); }
td.TdClassName
{
border-color: #AC66F2;
}
.TagClassName
{
border-color: #AC66F2;
}
</style>