Shades of Dark Orchid #A731BD
Tints of Dark Orchid #A731BD
RGB
CMYK
RGB Variations
Color information
#A731BD (or 0xA731BD) is known color: Dark Orchid. HEX triplet: A7, 31 and BD. RGB value is (167,49,189). Sum of RGB (Red+Green+Blue) = 167+49+189=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #A731BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A731BD is #58CE42. Grayscale: #636363. Windows color (decimal): -5819971 or 12399015. OLE color: 12399015.
HSL color Cylindrical-coordinate representation of color #A731BD: hue angle of 290.57º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A731BD is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 49 | 189 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.26 |
| HSL | 290.57º | 0.59% | 0.47% | - |
| HSV(B) | 290.57º | 0.74% | 0.74% | - |
| XYZ | 26.22 | 14.09 | 49.48 | - |
| YUV | 100.24 | 178.09 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 189 | 0.12 | 0.74 | 0 | 0.26 | 290.57 | 0.59 | 0.47 |
| Hex | A7 | 31 | BD | C | 4A | 0 | 1A | 123 | 3B | 2F |
| Octal | 247 | 61 | 275 | 14 | 112 | 0 | 32 | 443 | 73 | 57 |
| Binary | 10100111 | 110001 | 10111101 | 1100 | 1001010 | 0 | 11010 | 100100011 | 111011 | 101111 |
Color Harmonies of #A731BD
Complementary color
Monochromatic Colors of #A731BD
Black with #A731BD
Text Example
Text Example
White with #A731BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A731BD; }
p { color: rgb(167,49,189); }
H1.HeaderClassName
{
color: #A731BD;
}
.AnyTagClassName
{
color: #A731BD;
}
</style>
background-color css
<style>
a { background-color: #A731BD; }
a { background-color: rgb(167,49,189); }
div.DivClassName
{
background-color: #A731BD;
}
.BgClassName
{
background-color: #A731BD;
}
</style>
border-color css
<style>
span { border-color: #A731BD; }
span { border-color: rgb(167,49,189); }
td.TdClassName
{
border-color: #A731BD;
}
.TagClassName
{
border-color: #A731BD;
}
</style>