Shades of Medium Purple #A381DA
Tints of Medium Purple #A381DA
RGB
CMYK
RGB Variations
Color information
#A381DA (or 0xA381DA) is known color: Medium Purple. HEX triplet: A3, 81 and DA. RGB value is (163,129,218). Sum of RGB (Red+Green+Blue) = 163+129+218=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #A381DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A381DA is #5C7E25. Grayscale: #949494. Windows color (decimal): -6061606 or 14320035. OLE color: 14320035.
HSL color Cylindrical-coordinate representation of color #A381DA: hue angle of 262.92º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A381DA is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 129 | 218 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.15 |
| HSL | 262.92º | 0.55% | 0.68% | - |
| HSV(B) | 262.92º | 0.41% | 0.85% | - |
| XYZ | 35.61 | 28.55 | 69.96 | - |
| YUV | 149.31 | 166.76 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 218 | 0.25 | 0.41 | 0 | 0.15 | 262.92 | 0.55 | 0.68 |
| Hex | A3 | 81 | DA | 19 | 29 | 0 | F | 107 | 37 | 44 |
| Octal | 243 | 201 | 332 | 31 | 51 | 0 | 17 | 407 | 67 | 104 |
| Binary | 10100011 | 10000001 | 11011010 | 11001 | 101001 | 0 | 1111 | 100000111 | 110111 | 1000100 |
Color Harmonies of #A381DA
Complementary color
Monochromatic Colors of #A381DA
Black with #A381DA
Text Example
Text Example
White with #A381DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A381DA; }
p { color: rgb(163,129,218); }
H1.HeaderClassName
{
color: #A381DA;
}
.AnyTagClassName
{
color: #A381DA;
}
</style>
background-color css
<style>
a { background-color: #A381DA; }
a { background-color: rgb(163,129,218); }
div.DivClassName
{
background-color: #A381DA;
}
.BgClassName
{
background-color: #A381DA;
}
</style>
border-color css
<style>
span { border-color: #A381DA; }
span { border-color: rgb(163,129,218); }
td.TdClassName
{
border-color: #A381DA;
}
.TagClassName
{
border-color: #A381DA;
}
</style>