Shades of Dark Orchid #A139C2
Tints of Dark Orchid #A139C2
RGB
CMYK
RGB Variations
Color information
#A139C2 (or 0xA139C2) is known color: Dark Orchid. HEX triplet: A1, 39 and C2. RGB value is (161,57,194). Sum of RGB (Red+Green+Blue) = 161+57+194=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 194 (76.17% from 255 or 47.09% from 412); Max value from RGB is 194 - color contains mainly: blue. Hex color #A139C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A139C2 is #5EC63D. Grayscale: #676767. Windows color (decimal): -6211134 or 12728737. OLE color: 12728737.
HSL color Cylindrical-coordinate representation of color #A139C2: hue angle of 285.55º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A139C2 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 57 | 194 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.24 |
| HSL | 285.55º | 0.55% | 0.49% | - |
| HSV(B) | 285.55º | 0.71% | 0.76% | - |
| XYZ | 25.9 | 14.4 | 52.45 | - |
| YUV | 103.71 | 178.96 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 194 | 0.17 | 0.71 | 0 | 0.24 | 285.55 | 0.55 | 0.49 |
| Hex | A1 | 39 | C2 | 11 | 47 | 0 | 18 | 11E | 37 | 31 |
| Octal | 241 | 71 | 302 | 21 | 107 | 0 | 30 | 436 | 67 | 61 |
| Binary | 10100001 | 111001 | 11000010 | 10001 | 1000111 | 0 | 11000 | 100011110 | 110111 | 110001 |
Color Harmonies of #A139C2
Complementary color
Monochromatic Colors of #A139C2
Black with #A139C2
Text Example
Text Example
White with #A139C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A139C2; }
p { color: rgb(161,57,194); }
H1.HeaderClassName
{
color: #A139C2;
}
.AnyTagClassName
{
color: #A139C2;
}
</style>
background-color css
<style>
a { background-color: #A139C2; }
a { background-color: rgb(161,57,194); }
div.DivClassName
{
background-color: #A139C2;
}
.BgClassName
{
background-color: #A139C2;
}
</style>
border-color css
<style>
span { border-color: #A139C2; }
span { border-color: rgb(161,57,194); }
td.TdClassName
{
border-color: #A139C2;
}
.TagClassName
{
border-color: #A139C2;
}
</style>