Shades of Dark Orchid #A131DB
Tints of Dark Orchid #A131DB
RGB
CMYK
RGB Variations
Color information
#A131DB (or 0xA131DB) is known color: Dark Orchid. HEX triplet: A1, 31 and DB. RGB value is (161,49,219). Sum of RGB (Red+Green+Blue) = 161+49+219=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #A131DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A131DB is #5ECE24. Grayscale: #656565. Windows color (decimal): -6213157 or 14365089. OLE color: 14365089.
HSL color Cylindrical-coordinate representation of color #A131DB: hue angle of 279.53º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A131DB is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 49 | 219 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.14 |
| HSL | 279.53º | 0.7% | 0.53% | - |
| HSV(B) | 279.53º | 0.78% | 0.86% | - |
| XYZ | 28.58 | 14.89 | 68.39 | - |
| YUV | 101.87 | 194.11 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 219 | 0.26 | 0.78 | 0 | 0.14 | 279.53 | 0.7 | 0.53 |
| Hex | A1 | 31 | DB | 1A | 4E | 0 | E | 118 | 46 | 35 |
| Octal | 241 | 61 | 333 | 32 | 116 | 0 | 16 | 430 | 106 | 65 |
| Binary | 10100001 | 110001 | 11011011 | 11010 | 1001110 | 0 | 1110 | 100011000 | 1000110 | 110101 |
Color Harmonies of #A131DB
Complementary color
Monochromatic Colors of #A131DB
Black with #A131DB
Text Example
Text Example
White with #A131DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A131DB; }
p { color: rgb(161,49,219); }
H1.HeaderClassName
{
color: #A131DB;
}
.AnyTagClassName
{
color: #A131DB;
}
</style>
background-color css
<style>
a { background-color: #A131DB; }
a { background-color: rgb(161,49,219); }
div.DivClassName
{
background-color: #A131DB;
}
.BgClassName
{
background-color: #A131DB;
}
</style>
border-color css
<style>
span { border-color: #A131DB; }
span { border-color: rgb(161,49,219); }
td.TdClassName
{
border-color: #A131DB;
}
.TagClassName
{
border-color: #A131DB;
}
</style>