Shades of Dark Orchid #A739B3
Tints of Dark Orchid #A739B3
RGB
CMYK
RGB Variations
Color information
#A739B3 (or 0xA739B3) is known color: Dark Orchid. HEX triplet: A7, 39 and B3. RGB value is (167,57,179). Sum of RGB (Red+Green+Blue) = 167+57+179=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 179 - color contains mainly: blue. Hex color #A739B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A739B3 is #58C64C. Grayscale: #676767. Windows color (decimal): -5817933 or 11745703. OLE color: 11745703.
HSL color Cylindrical-coordinate representation of color #A739B3: hue angle of 294.1º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A739B3 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 57 | 179 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.30 |
| HSL | 294.1º | 0.52% | 0.46% | - |
| HSV(B) | 294.1º | 0.68% | 0.7% | - |
| XYZ | 25.54 | 14.4 | 44.08 | - |
| YUV | 103.8 | 170.44 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 57 | 179 | 0.07 | 0.68 | 0 | 0.30 | 294.1 | 0.52 | 0.46 |
| Hex | A7 | 39 | B3 | 7 | 44 | 0 | 1E | 126 | 34 | 2E |
| Octal | 247 | 71 | 263 | 7 | 104 | 0 | 36 | 446 | 64 | 56 |
| Binary | 10100111 | 111001 | 10110011 | 111 | 1000100 | 0 | 11110 | 100100110 | 110100 | 101110 |
Color Harmonies of #A739B3
Complementary color
Monochromatic Colors of #A739B3
Black with #A739B3
Text Example
Text Example
White with #A739B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A739B3; }
p { color: rgb(167,57,179); }
H1.HeaderClassName
{
color: #A739B3;
}
.AnyTagClassName
{
color: #A739B3;
}
</style>
background-color css
<style>
a { background-color: #A739B3; }
a { background-color: rgb(167,57,179); }
div.DivClassName
{
background-color: #A739B3;
}
.BgClassName
{
background-color: #A739B3;
}
</style>
border-color css
<style>
span { border-color: #A739B3; }
span { border-color: rgb(167,57,179); }
td.TdClassName
{
border-color: #A739B3;
}
.TagClassName
{
border-color: #A739B3;
}
</style>