Shades of Medium Purple #A380DC
Tints of Medium Purple #A380DC
RGB
CMYK
RGB Variations
Color information
#A380DC (or 0xA380DC) is known color: Medium Purple. HEX triplet: A3, 80 and DC. RGB value is (163,128,220). Sum of RGB (Red+Green+Blue) = 163+128+220=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #A380DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380DC is #5C7F23. Grayscale: #949494. Windows color (decimal): -6061860 or 14450851. OLE color: 14450851.
HSL color Cylindrical-coordinate representation of color #A380DC: hue angle of 262.83º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A380DC is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 128 | 220 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.14 |
| HSL | 262.83º | 0.57% | 0.68% | - |
| HSV(B) | 262.83º | 0.42% | 0.86% | - |
| XYZ | 35.74 | 28.39 | 71.31 | - |
| YUV | 148.95 | 168.1 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 220 | 0.26 | 0.42 | 0 | 0.14 | 262.83 | 0.57 | 0.68 |
| Hex | A3 | 80 | DC | 1A | 2A | 0 | E | 107 | 39 | 44 |
| Octal | 243 | 200 | 334 | 32 | 52 | 0 | 16 | 407 | 71 | 104 |
| Binary | 10100011 | 10000000 | 11011100 | 11010 | 101010 | 0 | 1110 | 100000111 | 111001 | 1000100 |
Color Harmonies of #A380DC
Complementary color
Monochromatic Colors of #A380DC
Black with #A380DC
Text Example
Text Example
White with #A380DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A380DC; }
p { color: rgb(163,128,220); }
H1.HeaderClassName
{
color: #A380DC;
}
.AnyTagClassName
{
color: #A380DC;
}
</style>
background-color css
<style>
a { background-color: #A380DC; }
a { background-color: rgb(163,128,220); }
div.DivClassName
{
background-color: #A380DC;
}
.BgClassName
{
background-color: #A380DC;
}
</style>
border-color css
<style>
span { border-color: #A380DC; }
span { border-color: rgb(163,128,220); }
td.TdClassName
{
border-color: #A380DC;
}
.TagClassName
{
border-color: #A380DC;
}
</style>