Shades of Medium Purple #A374E0
Tints of Medium Purple #A374E0
RGB
CMYK
RGB Variations
Color information
#A374E0 (or 0xA374E0) is known color: Medium Purple. HEX triplet: A3, 74 and E0. RGB value is (163,116,224). Sum of RGB (Red+Green+Blue) = 163+116+224=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #A374E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A374E0 is #5C8B1F. Grayscale: #8D8D8D. Windows color (decimal): -6064928 or 14709923. OLE color: 14709923.
HSL color Cylindrical-coordinate representation of color #A374E0: hue angle of 266.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A374E0 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 116 | 224 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.12 |
| HSL | 266.11º | 0.64% | 0.67% | - |
| HSV(B) | 266.11º | 0.48% | 0.88% | - |
| XYZ | 34.8 | 25.66 | 73.64 | - |
| YUV | 142.37 | 174.07 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 224 | 0.27 | 0.48 | 0 | 0.12 | 266.11 | 0.64 | 0.67 |
| Hex | A3 | 74 | E0 | 1B | 30 | 0 | C | 10A | 40 | 43 |
| Octal | 243 | 164 | 340 | 33 | 60 | 0 | 14 | 412 | 100 | 103 |
| Binary | 10100011 | 1110100 | 11100000 | 11011 | 110000 | 0 | 1100 | 100001010 | 1000000 | 1000011 |
Color Harmonies of #A374E0
Complementary color
Monochromatic Colors of #A374E0
Black with #A374E0
Text Example
Text Example
White with #A374E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A374E0; }
p { color: rgb(163,116,224); }
H1.HeaderClassName
{
color: #A374E0;
}
.AnyTagClassName
{
color: #A374E0;
}
</style>
background-color css
<style>
a { background-color: #A374E0; }
a { background-color: rgb(163,116,224); }
div.DivClassName
{
background-color: #A374E0;
}
.BgClassName
{
background-color: #A374E0;
}
</style>
border-color css
<style>
span { border-color: #A374E0; }
span { border-color: rgb(163,116,224); }
td.TdClassName
{
border-color: #A374E0;
}
.TagClassName
{
border-color: #A374E0;
}
</style>