Shades of Medium Purple #A283DB
Tints of Medium Purple #A283DB
RGB
CMYK
RGB Variations
Color information
#A283DB (or 0xA283DB) is known color: Medium Purple. HEX triplet: A2, 83 and DB. RGB value is (162,131,219). Sum of RGB (Red+Green+Blue) = 162+131+219=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #A283DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A283DB is #5D7C24. Grayscale: #959595. Windows color (decimal): -6126629 or 14386082. OLE color: 14386082.
HSL color Cylindrical-coordinate representation of color #A283DB: hue angle of 261.14º 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 #A283DB is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 131 | 219 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.14 |
| HSL | 261.14º | 0.55% | 0.69% | - |
| HSV(B) | 261.14º | 0.4% | 0.86% | - |
| XYZ | 35.8 | 29.03 | 70.73 | - |
| YUV | 150.3 | 166.77 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 219 | 0.26 | 0.40 | 0 | 0.14 | 261.14 | 0.55 | 0.69 |
| Hex | A2 | 83 | DB | 1A | 28 | 0 | E | 105 | 37 | 45 |
| Octal | 242 | 203 | 333 | 32 | 50 | 0 | 16 | 405 | 67 | 105 |
| Binary | 10100010 | 10000011 | 11011011 | 11010 | 101000 | 0 | 1110 | 100000101 | 110111 | 1000101 |
Color Harmonies of #A283DB
Complementary color
Monochromatic Colors of #A283DB
Black with #A283DB
Text Example
Text Example
White with #A283DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A283DB; }
p { color: rgb(162,131,219); }
H1.HeaderClassName
{
color: #A283DB;
}
.AnyTagClassName
{
color: #A283DB;
}
</style>
background-color css
<style>
a { background-color: #A283DB; }
a { background-color: rgb(162,131,219); }
div.DivClassName
{
background-color: #A283DB;
}
.BgClassName
{
background-color: #A283DB;
}
</style>
border-color css
<style>
span { border-color: #A283DB; }
span { border-color: rgb(162,131,219); }
td.TdClassName
{
border-color: #A283DB;
}
.TagClassName
{
border-color: #A283DB;
}
</style>