Shades of Dark Orchid #A939B1
Tints of Dark Orchid #A939B1
RGB
CMYK
RGB Variations
Color information
#A939B1 (or 0xA939B1) is known color: Dark Orchid. HEX triplet: A9, 39 and B1. RGB value is (169,57,177). Sum of RGB (Red+Green+Blue) = 169+57+177=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: blue. Hex color #A939B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A939B1 is #56C64E. Grayscale: #676767. Windows color (decimal): -5686863 or 11614633. OLE color: 11614633.
HSL color Cylindrical-coordinate representation of color #A939B1: hue angle of 296º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A939B1 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 57 | 177 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.31 |
| HSL | 296º | 0.51% | 0.46% | - |
| HSV(B) | 296º | 0.68% | 0.69% | - |
| XYZ | 25.76 | 14.54 | 43.04 | - |
| YUV | 104.17 | 169.11 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 57 | 177 | 0.05 | 0.68 | 0 | 0.31 | 296 | 0.51 | 0.46 |
| Hex | A9 | 39 | B1 | 5 | 44 | 0 | 1F | 128 | 33 | 2E |
| Octal | 251 | 71 | 261 | 5 | 104 | 0 | 37 | 450 | 63 | 56 |
| Binary | 10101001 | 111001 | 10110001 | 101 | 1000100 | 0 | 11111 | 100101000 | 110011 | 101110 |
Color Harmonies of #A939B1
Complementary color
Monochromatic Colors of #A939B1
Black with #A939B1
Text Example
Text Example
White with #A939B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A939B1; }
p { color: rgb(169,57,177); }
H1.HeaderClassName
{
color: #A939B1;
}
.AnyTagClassName
{
color: #A939B1;
}
</style>
background-color css
<style>
a { background-color: #A939B1; }
a { background-color: rgb(169,57,177); }
div.DivClassName
{
background-color: #A939B1;
}
.BgClassName
{
background-color: #A939B1;
}
</style>
border-color css
<style>
span { border-color: #A939B1; }
span { border-color: rgb(169,57,177); }
td.TdClassName
{
border-color: #A939B1;
}
.TagClassName
{
border-color: #A939B1;
}
</style>