Shades of Dark Orchid #A739B1
Tints of Dark Orchid #A739B1
RGB
CMYK
RGB Variations
Color information
#A739B1 (or 0xA739B1) is known color: Dark Orchid. HEX triplet: A7, 39 and B1. RGB value is (167,57,177). Sum of RGB (Red+Green+Blue) = 167+57+177=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 177 - color contains mainly: blue. Hex color #A739B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A739B1 is #58C64E. Grayscale: #676767. Windows color (decimal): -5817935 or 11614631. OLE color: 11614631.
HSL color Cylindrical-coordinate representation of color #A739B1: hue angle of 295º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A739B1 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 57 | 177 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.31 |
| HSL | 295º | 0.51% | 0.46% | - |
| HSV(B) | 295º | 0.68% | 0.69% | - |
| XYZ | 25.34 | 14.32 | 43.02 | - |
| YUV | 103.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 57 | 177 | 0.06 | 0.68 | 0 | 0.31 | 295 | 0.51 | 0.46 |
| Hex | A7 | 39 | B1 | 6 | 44 | 0 | 1F | 127 | 33 | 2E |
| Octal | 247 | 71 | 261 | 6 | 104 | 0 | 37 | 447 | 63 | 56 |
| Binary | 10100111 | 111001 | 10110001 | 110 | 1000100 | 0 | 11111 | 100100111 | 110011 | 101110 |
Color Harmonies of #A739B1
Complementary color
Monochromatic Colors of #A739B1
Black with #A739B1
Text Example
Text Example
White with #A739B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A739B1; }
p { color: rgb(167,57,177); }
H1.HeaderClassName
{
color: #A739B1;
}
.AnyTagClassName
{
color: #A739B1;
}
</style>
background-color css
<style>
a { background-color: #A739B1; }
a { background-color: rgb(167,57,177); }
div.DivClassName
{
background-color: #A739B1;
}
.BgClassName
{
background-color: #A739B1;
}
</style>
border-color css
<style>
span { border-color: #A739B1; }
span { border-color: rgb(167,57,177); }
td.TdClassName
{
border-color: #A739B1;
}
.TagClassName
{
border-color: #A739B1;
}
</style>