Shades of Medium Purple #A381EC
Tints of Medium Purple #A381EC
RGB
CMYK
RGB Variations
Color information
#A381EC (or 0xA381EC) is known color: Medium Purple. HEX triplet: A3, 81 and EC. RGB value is (163,129,236). Sum of RGB (Red+Green+Blue) = 163+129+236=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #A381EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A381EC is #5C7E13. Grayscale: #969696. Windows color (decimal): -6061588 or 15499683. OLE color: 15499683.
HSL color Cylindrical-coordinate representation of color #A381EC: hue angle of 259.07º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A381EC is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 129 | 236 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.07 |
| HSL | 259.07º | 0.74% | 0.72% | - |
| HSV(B) | 259.07º | 0.45% | 0.93% | - |
| XYZ | 38.09 | 29.54 | 83.05 | - |
| YUV | 151.36 | 175.76 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 236 | 0.31 | 0.45 | 0 | 0.07 | 259.07 | 0.74 | 0.72 |
| Hex | A3 | 81 | EC | 1F | 2D | 0 | 7 | 103 | 4A | 48 |
| Octal | 243 | 201 | 354 | 37 | 55 | 0 | 7 | 403 | 112 | 110 |
| Binary | 10100011 | 10000001 | 11101100 | 11111 | 101101 | 0 | 111 | 100000011 | 1001010 | 1001000 |
Color Harmonies of #A381EC
Complementary color
Monochromatic Colors of #A381EC
Black with #A381EC
Text Example
Text Example
White with #A381EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A381EC; }
p { color: rgb(163,129,236); }
H1.HeaderClassName
{
color: #A381EC;
}
.AnyTagClassName
{
color: #A381EC;
}
</style>
background-color css
<style>
a { background-color: #A381EC; }
a { background-color: rgb(163,129,236); }
div.DivClassName
{
background-color: #A381EC;
}
.BgClassName
{
background-color: #A381EC;
}
</style>
border-color css
<style>
span { border-color: #A381EC; }
span { border-color: rgb(163,129,236); }
td.TdClassName
{
border-color: #A381EC;
}
.TagClassName
{
border-color: #A381EC;
}
</style>