Shades of Medium Purple #A383DF
Tints of Medium Purple #A383DF
RGB
CMYK
RGB Variations
Color information
#A383DF (or 0xA383DF) is known color: Medium Purple. HEX triplet: A3, 83 and DF. RGB value is (163,131,223). Sum of RGB (Red+Green+Blue) = 163+131+223=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #A383DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A383DF is #5C7C20. Grayscale: #969696. Windows color (decimal): -6061089 or 14648227. OLE color: 14648227.
HSL color Cylindrical-coordinate representation of color #A383DF: hue angle of 260.87º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A383DF is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 131 | 223 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.13 |
| HSL | 260.87º | 0.59% | 0.69% | - |
| HSV(B) | 260.87º | 0.41% | 0.87% | - |
| XYZ | 36.54 | 29.35 | 73.55 | - |
| YUV | 151.06 | 168.6 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 131 | 223 | 0.27 | 0.41 | 0 | 0.13 | 260.87 | 0.59 | 0.69 |
| Hex | A3 | 83 | DF | 1B | 29 | 0 | D | 105 | 3B | 45 |
| Octal | 243 | 203 | 337 | 33 | 51 | 0 | 15 | 405 | 73 | 105 |
| Binary | 10100011 | 10000011 | 11011111 | 11011 | 101001 | 0 | 1101 | 100000101 | 111011 | 1000101 |
Color Harmonies of #A383DF
Complementary color
Monochromatic Colors of #A383DF
Black with #A383DF
Text Example
Text Example
White with #A383DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A383DF; }
p { color: rgb(163,131,223); }
H1.HeaderClassName
{
color: #A383DF;
}
.AnyTagClassName
{
color: #A383DF;
}
</style>
background-color css
<style>
a { background-color: #A383DF; }
a { background-color: rgb(163,131,223); }
div.DivClassName
{
background-color: #A383DF;
}
.BgClassName
{
background-color: #A383DF;
}
</style>
border-color css
<style>
span { border-color: #A383DF; }
span { border-color: rgb(163,131,223); }
td.TdClassName
{
border-color: #A383DF;
}
.TagClassName
{
border-color: #A383DF;
}
</style>