Shades of Medium Purple #A374EF
Tints of Medium Purple #A374EF
RGB
CMYK
RGB Variations
Color information
#A374EF (or 0xA374EF) is known color: Medium Purple. HEX triplet: A3, 74 and EF. RGB value is (163,116,239). Sum of RGB (Red+Green+Blue) = 163+116+239=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #A374EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A374EF is #5C8B10. Grayscale: #8F8F8F. Windows color (decimal): -6064913 or 15692963. OLE color: 15692963.
HSL color Cylindrical-coordinate representation of color #A374EF: hue angle of 262.93º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A374EF is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 116 | 239 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.06 |
| HSL | 262.93º | 0.79% | 0.7% | - |
| HSV(B) | 262.93º | 0.51% | 0.94% | - |
| XYZ | 36.93 | 26.51 | 84.83 | - |
| YUV | 144.08 | 181.57 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 239 | 0.32 | 0.51 | 0 | 0.06 | 262.93 | 0.79 | 0.7 |
| Hex | A3 | 74 | EF | 20 | 33 | 0 | 6 | 107 | 4F | 46 |
| Octal | 243 | 164 | 357 | 40 | 63 | 0 | 6 | 407 | 117 | 106 |
| Binary | 10100011 | 1110100 | 11101111 | 100000 | 110011 | 0 | 110 | 100000111 | 1001111 | 1000110 |
Color Harmonies of #A374EF
Complementary color
Monochromatic Colors of #A374EF
Black with #A374EF
Text Example
Text Example
White with #A374EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A374EF; }
p { color: rgb(163,116,239); }
H1.HeaderClassName
{
color: #A374EF;
}
.AnyTagClassName
{
color: #A374EF;
}
</style>
background-color css
<style>
a { background-color: #A374EF; }
a { background-color: rgb(163,116,239); }
div.DivClassName
{
background-color: #A374EF;
}
.BgClassName
{
background-color: #A374EF;
}
</style>
border-color css
<style>
span { border-color: #A374EF; }
span { border-color: rgb(163,116,239); }
td.TdClassName
{
border-color: #A374EF;
}
.TagClassName
{
border-color: #A374EF;
}
</style>