Shades of Dark Orchid #A139C6
Tints of Dark Orchid #A139C6
RGB
CMYK
RGB Variations
Color information
#A139C6 (or 0xA139C6) is known color: Dark Orchid. HEX triplet: A1, 39 and C6. RGB value is (161,57,198). Sum of RGB (Red+Green+Blue) = 161+57+198=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 198 (77.73% from 255 or 47.60% from 416); Max value from RGB is 198 - color contains mainly: blue. Hex color #A139C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A139C6 is #5EC639. Grayscale: #676767. Windows color (decimal): -6211130 or 12990881. OLE color: 12990881.
HSL color Cylindrical-coordinate representation of color #A139C6: hue angle of 284.26º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A139C6 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 57 | 198 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.22 |
| HSL | 284.26º | 0.55% | 0.5% | - |
| HSV(B) | 284.26º | 0.71% | 0.78% | - |
| XYZ | 26.35 | 14.58 | 54.85 | - |
| YUV | 104.17 | 180.96 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 198 | 0.19 | 0.71 | 0 | 0.22 | 284.26 | 0.55 | 0.5 |
| Hex | A1 | 39 | C6 | 13 | 47 | 0 | 16 | 11C | 37 | 32 |
| Octal | 241 | 71 | 306 | 23 | 107 | 0 | 26 | 434 | 67 | 62 |
| Binary | 10100001 | 111001 | 11000110 | 10011 | 1000111 | 0 | 10110 | 100011100 | 110111 | 110010 |
Color Harmonies of #A139C6
Complementary color
Monochromatic Colors of #A139C6
Black with #A139C6
Text Example
Text Example
White with #A139C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A139C6; }
p { color: rgb(161,57,198); }
H1.HeaderClassName
{
color: #A139C6;
}
.AnyTagClassName
{
color: #A139C6;
}
</style>
background-color css
<style>
a { background-color: #A139C6; }
a { background-color: rgb(161,57,198); }
div.DivClassName
{
background-color: #A139C6;
}
.BgClassName
{
background-color: #A139C6;
}
</style>
border-color css
<style>
span { border-color: #A139C6; }
span { border-color: rgb(161,57,198); }
td.TdClassName
{
border-color: #A139C6;
}
.TagClassName
{
border-color: #A139C6;
}
</style>