Shades of Medium Purple #A280DA
Tints of Medium Purple #A280DA
RGB
CMYK
RGB Variations
Color information
#A280DA (or 0xA280DA) is known color: Medium Purple. HEX triplet: A2, 80 and DA. RGB value is (162,128,218). Sum of RGB (Red+Green+Blue) = 162+128+218=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #A280DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A280DA is #5D7F25. Grayscale: #949494. Windows color (decimal): -6127398 or 14319778. OLE color: 14319778.
HSL color Cylindrical-coordinate representation of color #A280DA: hue angle of 262.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A280DA is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 128 | 218 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.15 |
| HSL | 262.67º | 0.55% | 0.68% | - |
| HSV(B) | 262.67º | 0.41% | 0.85% | - |
| XYZ | 35.27 | 28.18 | 69.91 | - |
| YUV | 148.43 | 167.26 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 218 | 0.26 | 0.41 | 0 | 0.15 | 262.67 | 0.55 | 0.68 |
| Hex | A2 | 80 | DA | 1A | 29 | 0 | F | 107 | 37 | 44 |
| Octal | 242 | 200 | 332 | 32 | 51 | 0 | 17 | 407 | 67 | 104 |
| Binary | 10100010 | 10000000 | 11011010 | 11010 | 101001 | 0 | 1111 | 100000111 | 110111 | 1000100 |
Color Harmonies of #A280DA
Complementary color
Monochromatic Colors of #A280DA
Black with #A280DA
Text Example
Text Example
White with #A280DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A280DA; }
p { color: rgb(162,128,218); }
H1.HeaderClassName
{
color: #A280DA;
}
.AnyTagClassName
{
color: #A280DA;
}
</style>
background-color css
<style>
a { background-color: #A280DA; }
a { background-color: rgb(162,128,218); }
div.DivClassName
{
background-color: #A280DA;
}
.BgClassName
{
background-color: #A280DA;
}
</style>
border-color css
<style>
span { border-color: #A280DA; }
span { border-color: rgb(162,128,218); }
td.TdClassName
{
border-color: #A280DA;
}
.TagClassName
{
border-color: #A280DA;
}
</style>