Shades of Medium Purple #A380E0
Tints of Medium Purple #A380E0
RGB
CMYK
RGB Variations
Color information
#A380E0 (or 0xA380E0) is known color: Medium Purple. HEX triplet: A3, 80 and E0. RGB value is (163,128,224). Sum of RGB (Red+Green+Blue) = 163+128+224=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #A380E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380E0 is #5C7F1F. Grayscale: #959595. Windows color (decimal): -6061856 or 14712995. OLE color: 14712995.
HSL color Cylindrical-coordinate representation of color #A380E0: hue angle of 261.88º degrees, saturation: 0.61, 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 #A380E0 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 128 | 224 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.12 |
| HSL | 261.88º | 0.61% | 0.69% | - |
| HSV(B) | 261.88º | 0.43% | 0.88% | - |
| XYZ | 36.28 | 28.61 | 74.13 | - |
| YUV | 149.41 | 170.1 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 224 | 0.27 | 0.43 | 0 | 0.12 | 261.88 | 0.61 | 0.69 |
| Hex | A3 | 80 | E0 | 1B | 2B | 0 | C | 106 | 3D | 45 |
| Octal | 243 | 200 | 340 | 33 | 53 | 0 | 14 | 406 | 75 | 105 |
| Binary | 10100011 | 10000000 | 11100000 | 11011 | 101011 | 0 | 1100 | 100000110 | 111101 | 1000101 |
Color Harmonies of #A380E0
Complementary color
Monochromatic Colors of #A380E0
Black with #A380E0
Text Example
Text Example
White with #A380E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A380E0; }
p { color: rgb(163,128,224); }
H1.HeaderClassName
{
color: #A380E0;
}
.AnyTagClassName
{
color: #A380E0;
}
</style>
background-color css
<style>
a { background-color: #A380E0; }
a { background-color: rgb(163,128,224); }
div.DivClassName
{
background-color: #A380E0;
}
.BgClassName
{
background-color: #A380E0;
}
</style>
border-color css
<style>
span { border-color: #A380E0; }
span { border-color: rgb(163,128,224); }
td.TdClassName
{
border-color: #A380E0;
}
.TagClassName
{
border-color: #A380E0;
}
</style>