Shades of Dark Orchid #A939BF
Tints of Dark Orchid #A939BF
RGB
CMYK
RGB Variations
Color information
#A939BF (or 0xA939BF) is known color: Dark Orchid. HEX triplet: A9, 39 and BF. RGB value is (169,57,191). Sum of RGB (Red+Green+Blue) = 169+57+191=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #A939BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A939BF is #56C640. Grayscale: #696969. Windows color (decimal): -5686849 or 12532137. OLE color: 12532137.
HSL color Cylindrical-coordinate representation of color #A939BF: hue angle of 290.15º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A939BF is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 57 | 191 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.25 |
| HSL | 290.15º | 0.54% | 0.49% | - |
| HSV(B) | 290.15º | 0.7% | 0.75% | - |
| XYZ | 27.23 | 15.12 | 50.77 | - |
| YUV | 105.76 | 176.11 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 57 | 191 | 0.12 | 0.70 | 0 | 0.25 | 290.15 | 0.54 | 0.49 |
| Hex | A9 | 39 | BF | C | 46 | 0 | 19 | 122 | 36 | 31 |
| Octal | 251 | 71 | 277 | 14 | 106 | 0 | 31 | 442 | 66 | 61 |
| Binary | 10101001 | 111001 | 10111111 | 1100 | 1000110 | 0 | 11001 | 100100010 | 110110 | 110001 |
Color Harmonies of #A939BF
Complementary color
Monochromatic Colors of #A939BF
Black with #A939BF
Text Example
Text Example
White with #A939BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A939BF; }
p { color: rgb(169,57,191); }
H1.HeaderClassName
{
color: #A939BF;
}
.AnyTagClassName
{
color: #A939BF;
}
</style>
background-color css
<style>
a { background-color: #A939BF; }
a { background-color: rgb(169,57,191); }
div.DivClassName
{
background-color: #A939BF;
}
.BgClassName
{
background-color: #A939BF;
}
</style>
border-color css
<style>
span { border-color: #A939BF; }
span { border-color: rgb(169,57,191); }
td.TdClassName
{
border-color: #A939BF;
}
.TagClassName
{
border-color: #A939BF;
}
</style>