Shades of Medium Purple #A864F3
Tints of Medium Purple #A864F3
RGB
CMYK
RGB Variations
Color information
#A864F3 (or 0xA864F3) is known color: Medium Purple. HEX triplet: A8, 64 and F3. RGB value is (168,100,243). Sum of RGB (Red+Green+Blue) = 168+100+243=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #A864F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A864F3 is #579B0C. Grayscale: #888888. Windows color (decimal): -5741325 or 15951016. OLE color: 15951016.
HSL color Cylindrical-coordinate representation of color #A864F3: hue angle of 268.53º 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 #A864F3 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 100 | 243 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.05 |
| HSL | 268.53º | 0.86% | 0.67% | - |
| HSV(B) | 268.53º | 0.59% | 0.95% | - |
| XYZ | 36.88 | 23.91 | 87.47 | - |
| YUV | 136.63 | 188.03 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 243 | 0.31 | 0.59 | 0 | 0.05 | 268.53 | 0.86 | 0.67 |
| Hex | A8 | 64 | F3 | 1F | 3B | 0 | 5 | 10D | 56 | 43 |
| Octal | 250 | 144 | 363 | 37 | 73 | 0 | 5 | 415 | 126 | 103 |
| Binary | 10101000 | 1100100 | 11110011 | 11111 | 111011 | 0 | 101 | 100001101 | 1010110 | 1000011 |
Color Harmonies of #A864F3
Complementary color
Monochromatic Colors of #A864F3
Black with #A864F3
Text Example
Text Example
White with #A864F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A864F3; }
p { color: rgb(168,100,243); }
H1.HeaderClassName
{
color: #A864F3;
}
.AnyTagClassName
{
color: #A864F3;
}
</style>
background-color css
<style>
a { background-color: #A864F3; }
a { background-color: rgb(168,100,243); }
div.DivClassName
{
background-color: #A864F3;
}
.BgClassName
{
background-color: #A864F3;
}
</style>
border-color css
<style>
span { border-color: #A864F3; }
span { border-color: rgb(168,100,243); }
td.TdClassName
{
border-color: #A864F3;
}
.TagClassName
{
border-color: #A864F3;
}
</style>