Shades of Medium Purple #A280DB
Tints of Medium Purple #A280DB
RGB
CMYK
RGB Variations
Color information
#A280DB (or 0xA280DB) is known color: Medium Purple. HEX triplet: A2, 80 and DB. RGB value is (162,128,219). Sum of RGB (Red+Green+Blue) = 162+128+219=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #A280DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A280DB is #5D7F24. Grayscale: #949494. Windows color (decimal): -6127397 or 14385314. OLE color: 14385314.
HSL color Cylindrical-coordinate representation of color #A280DB: hue angle of 262.42º 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 #A280DB is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 128 | 219 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.14 |
| HSL | 262.42º | 0.56% | 0.68% | - |
| HSV(B) | 262.42º | 0.42% | 0.86% | - |
| XYZ | 35.41 | 28.23 | 70.6 | - |
| YUV | 148.54 | 167.76 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 219 | 0.26 | 0.42 | 0 | 0.14 | 262.42 | 0.56 | 0.68 |
| Hex | A2 | 80 | DB | 1A | 2A | 0 | E | 106 | 38 | 44 |
| Octal | 242 | 200 | 333 | 32 | 52 | 0 | 16 | 406 | 70 | 104 |
| Binary | 10100010 | 10000000 | 11011011 | 11010 | 101010 | 0 | 1110 | 100000110 | 111000 | 1000100 |
Color Harmonies of #A280DB
Complementary color
Monochromatic Colors of #A280DB
Black with #A280DB
Text Example
Text Example
White with #A280DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A280DB; }
p { color: rgb(162,128,219); }
H1.HeaderClassName
{
color: #A280DB;
}
.AnyTagClassName
{
color: #A280DB;
}
</style>
background-color css
<style>
a { background-color: #A280DB; }
a { background-color: rgb(162,128,219); }
div.DivClassName
{
background-color: #A280DB;
}
.BgClassName
{
background-color: #A280DB;
}
</style>
border-color css
<style>
span { border-color: #A280DB; }
span { border-color: rgb(162,128,219); }
td.TdClassName
{
border-color: #A280DB;
}
.TagClassName
{
border-color: #A280DB;
}
</style>