Shades of Medium Purple #A281DC
Tints of Medium Purple #A281DC
RGB
CMYK
RGB Variations
Color information
#A281DC (or 0xA281DC) is known color: Medium Purple. HEX triplet: A2, 81 and DC. RGB value is (162,129,220). Sum of RGB (Red+Green+Blue) = 162+129+220=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 129 (50.78% from 255 or 25.24% 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 #A281DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A281DC is #5D7E23. Grayscale: #949494. Windows color (decimal): -6127140 or 14451106. OLE color: 14451106.
HSL color Cylindrical-coordinate representation of color #A281DC: hue angle of 261.76º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A281DC is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 129 | 220 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.14 |
| HSL | 261.76º | 0.57% | 0.68% | - |
| HSV(B) | 261.76º | 0.41% | 0.86% | - |
| XYZ | 35.67 | 28.55 | 71.34 | - |
| YUV | 149.24 | 167.93 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 220 | 0.26 | 0.41 | 0 | 0.14 | 261.76 | 0.57 | 0.68 |
| Hex | A2 | 81 | DC | 1A | 29 | 0 | E | 106 | 39 | 44 |
| Octal | 242 | 201 | 334 | 32 | 51 | 0 | 16 | 406 | 71 | 104 |
| Binary | 10100010 | 10000001 | 11011100 | 11010 | 101001 | 0 | 1110 | 100000110 | 111001 | 1000100 |
Color Harmonies of #A281DC
Complementary color
Monochromatic Colors of #A281DC
Black with #A281DC
Text Example
Text Example
White with #A281DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A281DC; }
p { color: rgb(162,129,220); }
H1.HeaderClassName
{
color: #A281DC;
}
.AnyTagClassName
{
color: #A281DC;
}
</style>
background-color css
<style>
a { background-color: #A281DC; }
a { background-color: rgb(162,129,220); }
div.DivClassName
{
background-color: #A281DC;
}
.BgClassName
{
background-color: #A281DC;
}
</style>
border-color css
<style>
span { border-color: #A281DC; }
span { border-color: rgb(162,129,220); }
td.TdClassName
{
border-color: #A281DC;
}
.TagClassName
{
border-color: #A281DC;
}
</style>