Shades of Medium Purple #A183DB
Tints of Medium Purple #A183DB
RGB
CMYK
RGB Variations
Color information
#A183DB (or 0xA183DB) is known color: Medium Purple. HEX triplet: A1, 83 and DB. RGB value is (161,131,219). Sum of RGB (Red+Green+Blue) = 161+131+219=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #A183DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183DB is #5E7C24. Grayscale: #959595. Windows color (decimal): -6192165 or 14386081. OLE color: 14386081.
HSL color Cylindrical-coordinate representation of color #A183DB: hue angle of 260.45º 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 #A183DB is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 131 | 219 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.14 |
| HSL | 260.45º | 0.55% | 0.69% | - |
| HSV(B) | 260.45º | 0.4% | 0.86% | - |
| XYZ | 35.6 | 28.92 | 70.72 | - |
| YUV | 150 | 166.94 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 219 | 0.26 | 0.40 | 0 | 0.14 | 260.45 | 0.55 | 0.69 |
| Hex | A1 | 83 | DB | 1A | 28 | 0 | E | 104 | 37 | 45 |
| Octal | 241 | 203 | 333 | 32 | 50 | 0 | 16 | 404 | 67 | 105 |
| Binary | 10100001 | 10000011 | 11011011 | 11010 | 101000 | 0 | 1110 | 100000100 | 110111 | 1000101 |
Color Harmonies of #A183DB
Complementary color
Monochromatic Colors of #A183DB
Black with #A183DB
Text Example
Text Example
White with #A183DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A183DB; }
p { color: rgb(161,131,219); }
H1.HeaderClassName
{
color: #A183DB;
}
.AnyTagClassName
{
color: #A183DB;
}
</style>
background-color css
<style>
a { background-color: #A183DB; }
a { background-color: rgb(161,131,219); }
div.DivClassName
{
background-color: #A183DB;
}
.BgClassName
{
background-color: #A183DB;
}
</style>
border-color css
<style>
span { border-color: #A183DB; }
span { border-color: rgb(161,131,219); }
td.TdClassName
{
border-color: #A183DB;
}
.TagClassName
{
border-color: #A183DB;
}
</style>