Shades of Medium Purple #A380DB
Tints of Medium Purple #A380DB
RGB
CMYK
RGB Variations
Color information
#A380DB (or 0xA380DB) is known color: Medium Purple. HEX triplet: A3, 80 and DB. RGB value is (163,128,219). Sum of RGB (Red+Green+Blue) = 163+128+219=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #A380DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380DB is #5C7F24. Grayscale: #949494. Windows color (decimal): -6061861 or 14385315. OLE color: 14385315.
HSL color Cylindrical-coordinate representation of color #A380DB: hue angle of 263.08º degrees, saturation: 0.56, 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 #A380DB is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 128 | 219 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.14 |
| HSL | 263.08º | 0.56% | 0.68% | - |
| HSV(B) | 263.08º | 0.42% | 0.86% | - |
| XYZ | 35.61 | 28.34 | 70.61 | - |
| YUV | 148.84 | 167.6 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 219 | 0.26 | 0.42 | 0 | 0.14 | 263.08 | 0.56 | 0.68 |
| Hex | A3 | 80 | DB | 1A | 2A | 0 | E | 107 | 38 | 44 |
| Octal | 243 | 200 | 333 | 32 | 52 | 0 | 16 | 407 | 70 | 104 |
| Binary | 10100011 | 10000000 | 11011011 | 11010 | 101010 | 0 | 1110 | 100000111 | 111000 | 1000100 |
Color Harmonies of #A380DB
Complementary color
Monochromatic Colors of #A380DB
Black with #A380DB
Text Example
Text Example
White with #A380DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A380DB; }
p { color: rgb(163,128,219); }
H1.HeaderClassName
{
color: #A380DB;
}
.AnyTagClassName
{
color: #A380DB;
}
</style>
background-color css
<style>
a { background-color: #A380DB; }
a { background-color: rgb(163,128,219); }
div.DivClassName
{
background-color: #A380DB;
}
.BgClassName
{
background-color: #A380DB;
}
</style>
border-color css
<style>
span { border-color: #A380DB; }
span { border-color: rgb(163,128,219); }
td.TdClassName
{
border-color: #A380DB;
}
.TagClassName
{
border-color: #A380DB;
}
</style>