Shades of Medium Purple #A380EC
Tints of Medium Purple #A380EC
RGB
CMYK
RGB Variations
Color information
#A380EC (or 0xA380EC) is known color: Medium Purple. HEX triplet: A3, 80 and EC. RGB value is (163,128,236). Sum of RGB (Red+Green+Blue) = 163+128+236=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #A380EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A380EC is #5C7F13. Grayscale: #969696. Windows color (decimal): -6061844 or 15499427. OLE color: 15499427.
HSL color Cylindrical-coordinate representation of color #A380EC: hue angle of 259.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A380EC is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 128 | 236 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.07 |
| HSL | 259.44º | 0.74% | 0.71% | - |
| HSV(B) | 259.44º | 0.46% | 0.93% | - |
| XYZ | 37.96 | 29.28 | 83.01 | - |
| YUV | 150.78 | 176.1 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 236 | 0.31 | 0.46 | 0 | 0.07 | 259.44 | 0.74 | 0.71 |
| Hex | A3 | 80 | EC | 1F | 2E | 0 | 7 | 103 | 4A | 47 |
| Octal | 243 | 200 | 354 | 37 | 56 | 0 | 7 | 403 | 112 | 107 |
| Binary | 10100011 | 10000000 | 11101100 | 11111 | 101110 | 0 | 111 | 100000011 | 1001010 | 1000111 |
Color Harmonies of #A380EC
Complementary color
Monochromatic Colors of #A380EC
Black with #A380EC
Text Example
Text Example
White with #A380EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A380EC; }
p { color: rgb(163,128,236); }
H1.HeaderClassName
{
color: #A380EC;
}
.AnyTagClassName
{
color: #A380EC;
}
</style>
background-color css
<style>
a { background-color: #A380EC; }
a { background-color: rgb(163,128,236); }
div.DivClassName
{
background-color: #A380EC;
}
.BgClassName
{
background-color: #A380EC;
}
</style>
border-color css
<style>
span { border-color: #A380EC; }
span { border-color: rgb(163,128,236); }
td.TdClassName
{
border-color: #A380EC;
}
.TagClassName
{
border-color: #A380EC;
}
</style>