Shades of Dark Orchid #A731DB
Tints of Dark Orchid #A731DB
RGB
CMYK
RGB Variations
Color information
#A731DB (or 0xA731DB) is known color: Dark Orchid. HEX triplet: A7, 31 and DB. RGB value is (167,49,219). Sum of RGB (Red+Green+Blue) = 167+49+219=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #A731DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A731DB is #58CE24. Grayscale: #676767. Windows color (decimal): -5819941 or 14365095. OLE color: 14365095.
HSL color Cylindrical-coordinate representation of color #A731DB: hue angle of 281.65º 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 #A731DB is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 49 | 219 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.14 |
| HSL | 281.65º | 0.7% | 0.53% | - |
| HSV(B) | 281.65º | 0.78% | 0.86% | - |
| XYZ | 29.82 | 15.53 | 68.44 | - |
| YUV | 103.66 | 193.09 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 219 | 0.24 | 0.78 | 0 | 0.14 | 281.65 | 0.7 | 0.53 |
| Hex | A7 | 31 | DB | 18 | 4E | 0 | E | 11A | 46 | 35 |
| Octal | 247 | 61 | 333 | 30 | 116 | 0 | 16 | 432 | 106 | 65 |
| Binary | 10100111 | 110001 | 11011011 | 11000 | 1001110 | 0 | 1110 | 100011010 | 1000110 | 110101 |
Color Harmonies of #A731DB
Complementary color
Monochromatic Colors of #A731DB
Black with #A731DB
Text Example
Text Example
White with #A731DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A731DB; }
p { color: rgb(167,49,219); }
H1.HeaderClassName
{
color: #A731DB;
}
.AnyTagClassName
{
color: #A731DB;
}
</style>
background-color css
<style>
a { background-color: #A731DB; }
a { background-color: rgb(167,49,219); }
div.DivClassName
{
background-color: #A731DB;
}
.BgClassName
{
background-color: #A731DB;
}
</style>
border-color css
<style>
span { border-color: #A731DB; }
span { border-color: rgb(167,49,219); }
td.TdClassName
{
border-color: #A731DB;
}
.TagClassName
{
border-color: #A731DB;
}
</style>