Shades of Medium Purple #A381DD
Tints of Medium Purple #A381DD
RGB
CMYK
RGB Variations
Color information
#A381DD (or 0xA381DD) is known color: Medium Purple. HEX triplet: A3, 81 and DD. RGB value is (163,129,221). Sum of RGB (Red+Green+Blue) = 163+129+221=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #A381DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A381DD is #5C7E22. Grayscale: #959595. Windows color (decimal): -6061603 or 14516643. OLE color: 14516643.
HSL color Cylindrical-coordinate representation of color #A381DD: hue angle of 262.17º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A381DD is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 129 | 221 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.13 |
| HSL | 262.17º | 0.58% | 0.69% | - |
| HSV(B) | 262.17º | 0.42% | 0.87% | - |
| XYZ | 36.01 | 28.71 | 72.05 | - |
| YUV | 149.65 | 168.26 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 221 | 0.26 | 0.42 | 0 | 0.13 | 262.17 | 0.58 | 0.69 |
| Hex | A3 | 81 | DD | 1A | 2A | 0 | D | 106 | 3A | 45 |
| Octal | 243 | 201 | 335 | 32 | 52 | 0 | 15 | 406 | 72 | 105 |
| Binary | 10100011 | 10000001 | 11011101 | 11010 | 101010 | 0 | 1101 | 100000110 | 111010 | 1000101 |
Color Harmonies of #A381DD
Complementary color
Monochromatic Colors of #A381DD
Black with #A381DD
Text Example
Text Example
White with #A381DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A381DD; }
p { color: rgb(163,129,221); }
H1.HeaderClassName
{
color: #A381DD;
}
.AnyTagClassName
{
color: #A381DD;
}
</style>
background-color css
<style>
a { background-color: #A381DD; }
a { background-color: rgb(163,129,221); }
div.DivClassName
{
background-color: #A381DD;
}
.BgClassName
{
background-color: #A381DD;
}
</style>
border-color css
<style>
span { border-color: #A381DD; }
span { border-color: rgb(163,129,221); }
td.TdClassName
{
border-color: #A381DD;
}
.TagClassName
{
border-color: #A381DD;
}
</style>