Shades of Medium Purple #A374ED
Tints of Medium Purple #A374ED
RGB
CMYK
RGB Variations
Color information
#A374ED (or 0xA374ED) is known color: Medium Purple. HEX triplet: A3, 74 and ED. RGB value is (163,116,237). Sum of RGB (Red+Green+Blue) = 163+116+237=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #A374ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A374ED is #5C8B12. Grayscale: #8F8F8F. Windows color (decimal): -6064915 or 15561891. OLE color: 15561891.
HSL color Cylindrical-coordinate representation of color #A374ED: hue angle of 263.31º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A374ED is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 116 | 237 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.07 |
| HSL | 263.31º | 0.77% | 0.69% | - |
| HSV(B) | 263.31º | 0.51% | 0.93% | - |
| XYZ | 36.64 | 26.39 | 83.28 | - |
| YUV | 143.85 | 180.57 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 237 | 0.31 | 0.51 | 0 | 0.07 | 263.31 | 0.77 | 0.69 |
| Hex | A3 | 74 | ED | 1F | 33 | 0 | 7 | 107 | 4D | 45 |
| Octal | 243 | 164 | 355 | 37 | 63 | 0 | 7 | 407 | 115 | 105 |
| Binary | 10100011 | 1110100 | 11101101 | 11111 | 110011 | 0 | 111 | 100000111 | 1001101 | 1000101 |
Color Harmonies of #A374ED
Complementary color
Monochromatic Colors of #A374ED
Black with #A374ED
Text Example
Text Example
White with #A374ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A374ED; }
p { color: rgb(163,116,237); }
H1.HeaderClassName
{
color: #A374ED;
}
.AnyTagClassName
{
color: #A374ED;
}
</style>
background-color css
<style>
a { background-color: #A374ED; }
a { background-color: rgb(163,116,237); }
div.DivClassName
{
background-color: #A374ED;
}
.BgClassName
{
background-color: #A374ED;
}
</style>
border-color css
<style>
span { border-color: #A374ED; }
span { border-color: rgb(163,116,237); }
td.TdClassName
{
border-color: #A374ED;
}
.TagClassName
{
border-color: #A374ED;
}
</style>