Shades of Medium Purple #A374FA
Tints of Medium Purple #A374FA
RGB
CMYK
RGB Variations
Color information
#A374FA (or 0xA374FA) is known color: Medium Purple. HEX triplet: A3, 74 and FA. RGB value is (163,116,250). Sum of RGB (Red+Green+Blue) = 163+116+250=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #A374FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A374FA is #5C8B05. Grayscale: #909090. Windows color (decimal): -6064902 or 16413859. OLE color: 16413859.
HSL color Cylindrical-coordinate representation of color #A374FA: hue angle of 261.04º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A374FA is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 116 | 250 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.02 |
| HSL | 261.04º | 0.93% | 0.72% | - |
| HSV(B) | 261.04º | 0.54% | 0.98% | - |
| XYZ | 38.6 | 27.18 | 93.65 | - |
| YUV | 145.33 | 187.07 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 250 | 0.35 | 0.54 | 0 | 0.02 | 261.04 | 0.93 | 0.72 |
| Hex | A3 | 74 | FA | 23 | 36 | 0 | 2 | 105 | 5D | 48 |
| Octal | 243 | 164 | 372 | 43 | 66 | 0 | 2 | 405 | 135 | 110 |
| Binary | 10100011 | 1110100 | 11111010 | 100011 | 110110 | 0 | 10 | 100000101 | 1011101 | 1001000 |
Color Harmonies of #A374FA
Complementary color
Monochromatic Colors of #A374FA
Black with #A374FA
Text Example
Text Example
White with #A374FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A374FA; }
p { color: rgb(163,116,250); }
H1.HeaderClassName
{
color: #A374FA;
}
.AnyTagClassName
{
color: #A374FA;
}
</style>
background-color css
<style>
a { background-color: #A374FA; }
a { background-color: rgb(163,116,250); }
div.DivClassName
{
background-color: #A374FA;
}
.BgClassName
{
background-color: #A374FA;
}
</style>
border-color css
<style>
span { border-color: #A374FA; }
span { border-color: rgb(163,116,250); }
td.TdClassName
{
border-color: #A374FA;
}
.TagClassName
{
border-color: #A374FA;
}
</style>