Shades of Medium Purple #A380DF
Tints of Medium Purple #A380DF
RGB
CMYK
RGB Variations
Color information
#A380DF (or 0xA380DF) is known color: Medium Purple. HEX triplet: A3, 80 and DF. RGB value is (163,128,223). Sum of RGB (Red+Green+Blue) = 163+128+223=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #A380DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380DF is #5C7F20. Grayscale: #949494. Windows color (decimal): -6061857 or 14647459. OLE color: 14647459.
HSL color Cylindrical-coordinate representation of color #A380DF: hue angle of 262.11º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A380DF is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 128 | 223 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.13 |
| HSL | 262.11º | 0.6% | 0.69% | - |
| HSV(B) | 262.11º | 0.43% | 0.87% | - |
| XYZ | 36.14 | 28.55 | 73.42 | - |
| YUV | 149.3 | 169.6 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 223 | 0.27 | 0.43 | 0 | 0.13 | 262.11 | 0.6 | 0.69 |
| Hex | A3 | 80 | DF | 1B | 2B | 0 | D | 106 | 3C | 45 |
| Octal | 243 | 200 | 337 | 33 | 53 | 0 | 15 | 406 | 74 | 105 |
| Binary | 10100011 | 10000000 | 11011111 | 11011 | 101011 | 0 | 1101 | 100000110 | 111100 | 1000101 |
Color Harmonies of #A380DF
Complementary color
Monochromatic Colors of #A380DF
Black with #A380DF
Text Example
Text Example
White with #A380DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A380DF; }
p { color: rgb(163,128,223); }
H1.HeaderClassName
{
color: #A380DF;
}
.AnyTagClassName
{
color: #A380DF;
}
</style>
background-color css
<style>
a { background-color: #A380DF; }
a { background-color: rgb(163,128,223); }
div.DivClassName
{
background-color: #A380DF;
}
.BgClassName
{
background-color: #A380DF;
}
</style>
border-color css
<style>
span { border-color: #A380DF; }
span { border-color: rgb(163,128,223); }
td.TdClassName
{
border-color: #A380DF;
}
.TagClassName
{
border-color: #A380DF;
}
</style>