Shades of Medium Purple #A374EA
Tints of Medium Purple #A374EA
RGB
CMYK
RGB Variations
Color information
#A374EA (or 0xA374EA) is known color: Medium Purple. HEX triplet: A3, 74 and EA. RGB value is (163,116,234). Sum of RGB (Red+Green+Blue) = 163+116+234=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #A374EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A374EA is #5C8B15. Grayscale: #8F8F8F. Windows color (decimal): -6064918 or 15365283. OLE color: 15365283.
HSL color Cylindrical-coordinate representation of color #A374EA: hue angle of 263.9º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A374EA is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 116 | 234 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.08 |
| HSL | 263.9º | 0.74% | 0.69% | - |
| HSV(B) | 263.9º | 0.5% | 0.92% | - |
| XYZ | 36.2 | 26.22 | 80.99 | - |
| YUV | 143.51 | 179.07 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 234 | 0.30 | 0.50 | 0 | 0.08 | 263.9 | 0.74 | 0.69 |
| Hex | A3 | 74 | EA | 1E | 32 | 0 | 8 | 108 | 4A | 45 |
| Octal | 243 | 164 | 352 | 36 | 62 | 0 | 10 | 410 | 112 | 105 |
| Binary | 10100011 | 1110100 | 11101010 | 11110 | 110010 | 0 | 1000 | 100001000 | 1001010 | 1000101 |
Color Harmonies of #A374EA
Complementary color
Monochromatic Colors of #A374EA
Black with #A374EA
Text Example
Text Example
White with #A374EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A374EA; }
p { color: rgb(163,116,234); }
H1.HeaderClassName
{
color: #A374EA;
}
.AnyTagClassName
{
color: #A374EA;
}
</style>
background-color css
<style>
a { background-color: #A374EA; }
a { background-color: rgb(163,116,234); }
div.DivClassName
{
background-color: #A374EA;
}
.BgClassName
{
background-color: #A374EA;
}
</style>
border-color css
<style>
span { border-color: #A374EA; }
span { border-color: rgb(163,116,234); }
td.TdClassName
{
border-color: #A374EA;
}
.TagClassName
{
border-color: #A374EA;
}
</style>