Shades of Dark Orchid #A739B4
Tints of Dark Orchid #A739B4
RGB
CMYK
RGB Variations
Color information
#A739B4 (or 0xA739B4) is known color: Dark Orchid. HEX triplet: A7, 39 and B4. RGB value is (167,57,180). Sum of RGB (Red+Green+Blue) = 167+57+180=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #A739B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A739B4 is #58C64B. Grayscale: #676767. Windows color (decimal): -5817932 or 11811239. OLE color: 11811239.
HSL color Cylindrical-coordinate representation of color #A739B4: hue angle of 293.66º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A739B4 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 57 | 180 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.29 |
| HSL | 293.66º | 0.52% | 0.46% | - |
| HSV(B) | 293.66º | 0.68% | 0.71% | - |
| XYZ | 25.64 | 14.44 | 44.62 | - |
| YUV | 103.91 | 170.94 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 57 | 180 | 0.07 | 0.68 | 0 | 0.29 | 293.66 | 0.52 | 0.46 |
| Hex | A7 | 39 | B4 | 7 | 44 | 0 | 1D | 126 | 34 | 2E |
| Octal | 247 | 71 | 264 | 7 | 104 | 0 | 35 | 446 | 64 | 56 |
| Binary | 10100111 | 111001 | 10110100 | 111 | 1000100 | 0 | 11101 | 100100110 | 110100 | 101110 |
Color Harmonies of #A739B4
Complementary color
Monochromatic Colors of #A739B4
Black with #A739B4
Text Example
Text Example
White with #A739B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A739B4; }
p { color: rgb(167,57,180); }
H1.HeaderClassName
{
color: #A739B4;
}
.AnyTagClassName
{
color: #A739B4;
}
</style>
background-color css
<style>
a { background-color: #A739B4; }
a { background-color: rgb(167,57,180); }
div.DivClassName
{
background-color: #A739B4;
}
.BgClassName
{
background-color: #A739B4;
}
</style>
border-color css
<style>
span { border-color: #A739B4; }
span { border-color: rgb(167,57,180); }
td.TdClassName
{
border-color: #A739B4;
}
.TagClassName
{
border-color: #A739B4;
}
</style>