Shades of Dark Orchid #A139AF
Tints of Dark Orchid #A139AF
RGB
CMYK
RGB Variations
Color information
#A139AF (or 0xA139AF) is known color: Dark Orchid. HEX triplet: A1, 39 and AF. RGB value is (161,57,175). Sum of RGB (Red+Green+Blue) = 161+57+175=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #A139AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A139AF is #5EC650. Grayscale: #656565. Windows color (decimal): -6211153 or 11483553. OLE color: 11483553.
HSL color Cylindrical-coordinate representation of color #A139AF: hue angle of 292.88º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A139AF is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 57 | 175 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.31 |
| HSL | 292.88º | 0.51% | 0.45% | - |
| HSV(B) | 292.88º | 0.67% | 0.69% | - |
| XYZ | 23.9 | 13.6 | 41.92 | - |
| YUV | 101.55 | 169.46 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 175 | 0.08 | 0.67 | 0 | 0.31 | 292.88 | 0.51 | 0.45 |
| Hex | A1 | 39 | AF | 8 | 43 | 0 | 1F | 125 | 33 | 2D |
| Octal | 241 | 71 | 257 | 10 | 103 | 0 | 37 | 445 | 63 | 55 |
| Binary | 10100001 | 111001 | 10101111 | 1000 | 1000011 | 0 | 11111 | 100100101 | 110011 | 101101 |
Color Harmonies of #A139AF
Complementary color
Monochromatic Colors of #A139AF
Black with #A139AF
Text Example
Text Example
White with #A139AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A139AF; }
p { color: rgb(161,57,175); }
H1.HeaderClassName
{
color: #A139AF;
}
.AnyTagClassName
{
color: #A139AF;
}
</style>
background-color css
<style>
a { background-color: #A139AF; }
a { background-color: rgb(161,57,175); }
div.DivClassName
{
background-color: #A139AF;
}
.BgClassName
{
background-color: #A139AF;
}
</style>
border-color css
<style>
span { border-color: #A139AF; }
span { border-color: rgb(161,57,175); }
td.TdClassName
{
border-color: #A139AF;
}
.TagClassName
{
border-color: #A139AF;
}
</style>