Shades of Medium Purple #A14FF3
Tints of Medium Purple #A14FF3
RGB
CMYK
RGB Variations
Color information
#A14FF3 (or 0xA14FF3) is known color: Medium Purple. HEX triplet: A1, 4F and F3. RGB value is (161,79,243). Sum of RGB (Red+Green+Blue) = 161+79+243=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 243 (95.31% from 255 or 50.31% from 483); Max value from RGB is 243 - color contains mainly: blue. Hex color #A14FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14FF3 is #5EB00C. Grayscale: #797979. Windows color (decimal): -6205453 or 15945633. OLE color: 15945633.
HSL color Cylindrical-coordinate representation of color #A14FF3: hue angle of 270º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A14FF3 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 79 | 243 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.05 |
| HSL | 270º | 0.87% | 0.63% | - |
| HSV(B) | 270º | 0.67% | 0.95% | - |
| XYZ | 33.67 | 19.64 | 86.81 | - |
| YUV | 122.21 | 196.17 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 243 | 0.34 | 0.67 | 0 | 0.05 | 270 | 0.87 | 0.63 |
| Hex | A1 | 4F | F3 | 22 | 43 | 0 | 5 | 10E | 57 | 3F |
| Octal | 241 | 117 | 363 | 42 | 103 | 0 | 5 | 416 | 127 | 77 |
| Binary | 10100001 | 1001111 | 11110011 | 100010 | 1000011 | 0 | 101 | 100001110 | 1010111 | 111111 |
Color Harmonies of #A14FF3
Complementary color
Monochromatic Colors of #A14FF3
Black with #A14FF3
Text Example
Text Example
White with #A14FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14FF3; }
p { color: rgb(161,79,243); }
H1.HeaderClassName
{
color: #A14FF3;
}
.AnyTagClassName
{
color: #A14FF3;
}
</style>
background-color css
<style>
a { background-color: #A14FF3; }
a { background-color: rgb(161,79,243); }
div.DivClassName
{
background-color: #A14FF3;
}
.BgClassName
{
background-color: #A14FF3;
}
</style>
border-color css
<style>
span { border-color: #A14FF3; }
span { border-color: rgb(161,79,243); }
td.TdClassName
{
border-color: #A14FF3;
}
.TagClassName
{
border-color: #A14FF3;
}
</style>