Shades of Medium Purple #A381E9
Tints of Medium Purple #A381E9
RGB
CMYK
RGB Variations
Color information
#A381E9 (or 0xA381E9) is known color: Medium Purple. HEX triplet: A3, 81 and E9. RGB value is (163,129,233). Sum of RGB (Red+Green+Blue) = 163+129+233=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 233 (91.41% from 255 or 44.38% from 525); Max value from RGB is 233 - color contains mainly: blue. Hex color #A381E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A381E9 is #5C7E16. Grayscale: #969696. Windows color (decimal): -6061591 or 15303075. OLE color: 15303075.
HSL color Cylindrical-coordinate representation of color #A381E9: hue angle of 259.62º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A381E9 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 129 | 233 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.09 |
| HSL | 259.62º | 0.7% | 0.71% | - |
| HSV(B) | 259.62º | 0.45% | 0.91% | - |
| XYZ | 37.66 | 29.37 | 80.77 | - |
| YUV | 151.02 | 174.26 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 233 | 0.30 | 0.45 | 0 | 0.09 | 259.62 | 0.7 | 0.71 |
| Hex | A3 | 81 | E9 | 1E | 2D | 0 | 9 | 104 | 46 | 47 |
| Octal | 243 | 201 | 351 | 36 | 55 | 0 | 11 | 404 | 106 | 107 |
| Binary | 10100011 | 10000001 | 11101001 | 11110 | 101101 | 0 | 1001 | 100000100 | 1000110 | 1000111 |
Color Harmonies of #A381E9
Complementary color
Monochromatic Colors of #A381E9
Black with #A381E9
Text Example
Text Example
White with #A381E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A381E9; }
p { color: rgb(163,129,233); }
H1.HeaderClassName
{
color: #A381E9;
}
.AnyTagClassName
{
color: #A381E9;
}
</style>
background-color css
<style>
a { background-color: #A381E9; }
a { background-color: rgb(163,129,233); }
div.DivClassName
{
background-color: #A381E9;
}
.BgClassName
{
background-color: #A381E9;
}
</style>
border-color css
<style>
span { border-color: #A381E9; }
span { border-color: rgb(163,129,233); }
td.TdClassName
{
border-color: #A381E9;
}
.TagClassName
{
border-color: #A381E9;
}
</style>