Shades of Medium Purple #A374E5
Tints of Medium Purple #A374E5
RGB
CMYK
RGB Variations
Color information
#A374E5 (or 0xA374E5) is known color: Medium Purple. HEX triplet: A3, 74 and E5. RGB value is (163,116,229). Sum of RGB (Red+Green+Blue) = 163+116+229=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #A374E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A374E5 is #5C8B1A. Grayscale: #8E8E8E. Windows color (decimal): -6064923 or 15037603. OLE color: 15037603.
HSL color Cylindrical-coordinate representation of color #A374E5: hue angle of 264.96º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A374E5 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 116 | 229 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.10 |
| HSL | 264.96º | 0.68% | 0.68% | - |
| HSV(B) | 264.96º | 0.49% | 0.9% | - |
| XYZ | 35.49 | 25.93 | 77.26 | - |
| YUV | 142.94 | 176.57 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 229 | 0.29 | 0.49 | 0 | 0.10 | 264.96 | 0.68 | 0.68 |
| Hex | A3 | 74 | E5 | 1D | 31 | 0 | A | 109 | 44 | 44 |
| Octal | 243 | 164 | 345 | 35 | 61 | 0 | 12 | 411 | 104 | 104 |
| Binary | 10100011 | 1110100 | 11100101 | 11101 | 110001 | 0 | 1010 | 100001001 | 1000100 | 1000100 |
Color Harmonies of #A374E5
Complementary color
Monochromatic Colors of #A374E5
Black with #A374E5
Text Example
Text Example
White with #A374E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A374E5; }
p { color: rgb(163,116,229); }
H1.HeaderClassName
{
color: #A374E5;
}
.AnyTagClassName
{
color: #A374E5;
}
</style>
background-color css
<style>
a { background-color: #A374E5; }
a { background-color: rgb(163,116,229); }
div.DivClassName
{
background-color: #A374E5;
}
.BgClassName
{
background-color: #A374E5;
}
</style>
border-color css
<style>
span { border-color: #A374E5; }
span { border-color: rgb(163,116,229); }
td.TdClassName
{
border-color: #A374E5;
}
.TagClassName
{
border-color: #A374E5;
}
</style>