Shades of Medium Purple #A380E8
Tints of Medium Purple #A380E8
RGB
CMYK
RGB Variations
Color information
#A380E8 (or 0xA380E8) is known color: Medium Purple. HEX triplet: A3, 80 and E8. RGB value is (163,128,232). Sum of RGB (Red+Green+Blue) = 163+128+232=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 232 (91.02% from 255 or 44.36% from 523); Max value from RGB is 232 - color contains mainly: blue. Hex color #A380E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A380E8 is #5C7F17. Grayscale: #959595. Windows color (decimal): -6061848 or 15237283. OLE color: 15237283.
HSL color Cylindrical-coordinate representation of color #A380E8: hue angle of 260.19º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A380E8 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 128 | 232 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.09 |
| HSL | 260.19º | 0.69% | 0.71% | - |
| HSV(B) | 260.19º | 0.45% | 0.91% | - |
| XYZ | 37.39 | 29.05 | 79.98 | - |
| YUV | 150.32 | 174.1 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 232 | 0.30 | 0.45 | 0 | 0.09 | 260.19 | 0.69 | 0.71 |
| Hex | A3 | 80 | E8 | 1E | 2D | 0 | 9 | 104 | 45 | 47 |
| Octal | 243 | 200 | 350 | 36 | 55 | 0 | 11 | 404 | 105 | 107 |
| Binary | 10100011 | 10000000 | 11101000 | 11110 | 101101 | 0 | 1001 | 100000100 | 1000101 | 1000111 |
Color Harmonies of #A380E8
Complementary color
Monochromatic Colors of #A380E8
Black with #A380E8
Text Example
Text Example
White with #A380E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A380E8; }
p { color: rgb(163,128,232); }
H1.HeaderClassName
{
color: #A380E8;
}
.AnyTagClassName
{
color: #A380E8;
}
</style>
background-color css
<style>
a { background-color: #A380E8; }
a { background-color: rgb(163,128,232); }
div.DivClassName
{
background-color: #A380E8;
}
.BgClassName
{
background-color: #A380E8;
}
</style>
border-color css
<style>
span { border-color: #A380E8; }
span { border-color: rgb(163,128,232); }
td.TdClassName
{
border-color: #A380E8;
}
.TagClassName
{
border-color: #A380E8;
}
</style>