Shades of Medium Purple #A380E1
Tints of Medium Purple #A380E1
RGB
CMYK
RGB Variations
Color information
#A380E1 (or 0xA380E1) is known color: Medium Purple. HEX triplet: A3, 80 and E1. RGB value is (163,128,225). Sum of RGB (Red+Green+Blue) = 163+128+225=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 225 - color contains mainly: blue. Hex color #A380E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380E1 is #5C7F1E. Grayscale: #959595. Windows color (decimal): -6061855 or 14778531. OLE color: 14778531.
HSL color Cylindrical-coordinate representation of color #A380E1: hue angle of 261.65º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A380E1 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 128 | 225 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.12 |
| HSL | 261.65º | 0.62% | 0.69% | - |
| HSV(B) | 261.65º | 0.43% | 0.88% | - |
| XYZ | 36.41 | 28.66 | 74.85 | - |
| YUV | 149.52 | 170.6 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 225 | 0.28 | 0.43 | 0 | 0.12 | 261.65 | 0.62 | 0.69 |
| Hex | A3 | 80 | E1 | 1C | 2B | 0 | C | 106 | 3E | 45 |
| Octal | 243 | 200 | 341 | 34 | 53 | 0 | 14 | 406 | 76 | 105 |
| Binary | 10100011 | 10000000 | 11100001 | 11100 | 101011 | 0 | 1100 | 100000110 | 111110 | 1000101 |
Color Harmonies of #A380E1
Complementary color
Monochromatic Colors of #A380E1
Black with #A380E1
Text Example
Text Example
White with #A380E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A380E1; }
p { color: rgb(163,128,225); }
H1.HeaderClassName
{
color: #A380E1;
}
.AnyTagClassName
{
color: #A380E1;
}
</style>
background-color css
<style>
a { background-color: #A380E1; }
a { background-color: rgb(163,128,225); }
div.DivClassName
{
background-color: #A380E1;
}
.BgClassName
{
background-color: #A380E1;
}
</style>
border-color css
<style>
span { border-color: #A380E1; }
span { border-color: rgb(163,128,225); }
td.TdClassName
{
border-color: #A380E1;
}
.TagClassName
{
border-color: #A380E1;
}
</style>