Shades of Dark Orchid #A739B9
Tints of Dark Orchid #A739B9
RGB
CMYK
RGB Variations
Color information
#A739B9 (or 0xA739B9) is known color: Dark Orchid. HEX triplet: A7, 39 and B9. RGB value is (167,57,185). Sum of RGB (Red+Green+Blue) = 167+57+185=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #A739B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A739B9 is #58C646. Grayscale: #686868. Windows color (decimal): -5817927 or 12138919. OLE color: 12138919.
HSL color Cylindrical-coordinate representation of color #A739B9: hue angle of 291.56º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A739B9 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 57 | 185 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.27 |
| HSL | 291.56º | 0.53% | 0.47% | - |
| HSV(B) | 291.56º | 0.69% | 0.73% | - |
| XYZ | 26.16 | 14.64 | 47.35 | - |
| YUV | 104.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 57 | 185 | 0.10 | 0.69 | 0 | 0.27 | 291.56 | 0.53 | 0.47 |
| Hex | A7 | 39 | B9 | A | 45 | 0 | 1B | 124 | 35 | 2F |
| Octal | 247 | 71 | 271 | 12 | 105 | 0 | 33 | 444 | 65 | 57 |
| Binary | 10100111 | 111001 | 10111001 | 1010 | 1000101 | 0 | 11011 | 100100100 | 110101 | 101111 |
Color Harmonies of #A739B9
Complementary color
Monochromatic Colors of #A739B9
Black with #A739B9
Text Example
Text Example
White with #A739B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A739B9; }
p { color: rgb(167,57,185); }
H1.HeaderClassName
{
color: #A739B9;
}
.AnyTagClassName
{
color: #A739B9;
}
</style>
background-color css
<style>
a { background-color: #A739B9; }
a { background-color: rgb(167,57,185); }
div.DivClassName
{
background-color: #A739B9;
}
.BgClassName
{
background-color: #A739B9;
}
</style>
border-color css
<style>
span { border-color: #A739B9; }
span { border-color: rgb(167,57,185); }
td.TdClassName
{
border-color: #A739B9;
}
.TagClassName
{
border-color: #A739B9;
}
</style>