Shades of Medium Purple #AC63F3
Tints of Medium Purple #AC63F3
RGB
CMYK
RGB Variations
Color information
#AC63F3 (or 0xAC63F3) is known color: Medium Purple. HEX triplet: AC, 63 and F3. RGB value is (172,99,243). Sum of RGB (Red+Green+Blue) = 172+99+243=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #AC63F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC63F3 is #539C0C. Grayscale: #888888. Windows color (decimal): -5479437 or 15950764. OLE color: 15950764.
HSL color Cylindrical-coordinate representation of color #AC63F3: hue angle of 270.42º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC63F3 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 99 | 243 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.05 |
| HSL | 270.42º | 0.86% | 0.67% | - |
| HSV(B) | 270.42º | 0.59% | 0.95% | - |
| XYZ | 37.65 | 24.17 | 87.47 | - |
| YUV | 137.24 | 187.68 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 243 | 0.29 | 0.59 | 0 | 0.05 | 270.42 | 0.86 | 0.67 |
| Hex | AC | 63 | F3 | 1D | 3B | 0 | 5 | 10E | 56 | 43 |
| Octal | 254 | 143 | 363 | 35 | 73 | 0 | 5 | 416 | 126 | 103 |
| Binary | 10101100 | 1100011 | 11110011 | 11101 | 111011 | 0 | 101 | 100001110 | 1010110 | 1000011 |
Color Harmonies of #AC63F3
Complementary color
Monochromatic Colors of #AC63F3
Black with #AC63F3
Text Example
Text Example
White with #AC63F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC63F3; }
p { color: rgb(172,99,243); }
H1.HeaderClassName
{
color: #AC63F3;
}
.AnyTagClassName
{
color: #AC63F3;
}
</style>
background-color css
<style>
a { background-color: #AC63F3; }
a { background-color: rgb(172,99,243); }
div.DivClassName
{
background-color: #AC63F3;
}
.BgClassName
{
background-color: #AC63F3;
}
</style>
border-color css
<style>
span { border-color: #AC63F3; }
span { border-color: rgb(172,99,243); }
td.TdClassName
{
border-color: #AC63F3;
}
.TagClassName
{
border-color: #AC63F3;
}
</style>