Shades of Medium Purple #A284DB
Tints of Medium Purple #A284DB
RGB
CMYK
RGB Variations
Color information
#A284DB (or 0xA284DB) is known color: Medium Purple. HEX triplet: A2, 84 and DB. RGB value is (162,132,219). Sum of RGB (Red+Green+Blue) = 162+132+219=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #A284DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A284DB is #5D7B24. Grayscale: #969696. Windows color (decimal): -6126373 or 14386338. OLE color: 14386338.
HSL color Cylindrical-coordinate representation of color #A284DB: hue angle of 260.69º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A284DB is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 132 | 219 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.14 |
| HSL | 260.69º | 0.55% | 0.69% | - |
| HSV(B) | 260.69º | 0.4% | 0.86% | - |
| XYZ | 35.94 | 29.3 | 70.78 | - |
| YUV | 150.89 | 166.44 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 219 | 0.26 | 0.40 | 0 | 0.14 | 260.69 | 0.55 | 0.69 |
| Hex | A2 | 84 | DB | 1A | 28 | 0 | E | 105 | 37 | 45 |
| Octal | 242 | 204 | 333 | 32 | 50 | 0 | 16 | 405 | 67 | 105 |
| Binary | 10100010 | 10000100 | 11011011 | 11010 | 101000 | 0 | 1110 | 100000101 | 110111 | 1000101 |
Color Harmonies of #A284DB
Complementary color
Monochromatic Colors of #A284DB
Black with #A284DB
Text Example
Text Example
White with #A284DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A284DB; }
p { color: rgb(162,132,219); }
H1.HeaderClassName
{
color: #A284DB;
}
.AnyTagClassName
{
color: #A284DB;
}
</style>
background-color css
<style>
a { background-color: #A284DB; }
a { background-color: rgb(162,132,219); }
div.DivClassName
{
background-color: #A284DB;
}
.BgClassName
{
background-color: #A284DB;
}
</style>
border-color css
<style>
span { border-color: #A284DB; }
span { border-color: rgb(162,132,219); }
td.TdClassName
{
border-color: #A284DB;
}
.TagClassName
{
border-color: #A284DB;
}
</style>