Shades of Dark Orchid #A940BF
Tints of Dark Orchid #A940BF
RGB
CMYK
RGB Variations
Color information
#A940BF (or 0xA940BF) is known color: Dark Orchid. HEX triplet: A9, 40 and BF. RGB value is (169,64,191). Sum of RGB (Red+Green+Blue) = 169+64+191=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #A940BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A940BF is #56BF40. Grayscale: #6D6D6D. Windows color (decimal): -5685057 or 12533929. OLE color: 12533929.
HSL color Cylindrical-coordinate representation of color #A940BF: hue angle of 289.61º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A940BF is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 64 | 191 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.25 |
| HSL | 289.61º | 0.5% | 0.5% | - |
| HSV(B) | 289.61º | 0.66% | 0.75% | - |
| XYZ | 27.6 | 15.86 | 50.9 | - |
| YUV | 109.87 | 173.79 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 191 | 0.12 | 0.66 | 0 | 0.25 | 289.61 | 0.5 | 0.5 |
| Hex | A9 | 40 | BF | C | 42 | 0 | 19 | 122 | 32 | 32 |
| Octal | 251 | 100 | 277 | 14 | 102 | 0 | 31 | 442 | 62 | 62 |
| Binary | 10101001 | 1000000 | 10111111 | 1100 | 1000010 | 0 | 11001 | 100100010 | 110010 | 110010 |
Color Harmonies of #A940BF
Complementary color
Monochromatic Colors of #A940BF
Black with #A940BF
Text Example
Text Example
White with #A940BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A940BF; }
p { color: rgb(169,64,191); }
H1.HeaderClassName
{
color: #A940BF;
}
.AnyTagClassName
{
color: #A940BF;
}
</style>
background-color css
<style>
a { background-color: #A940BF; }
a { background-color: rgb(169,64,191); }
div.DivClassName
{
background-color: #A940BF;
}
.BgClassName
{
background-color: #A940BF;
}
</style>
border-color css
<style>
span { border-color: #A940BF; }
span { border-color: rgb(169,64,191); }
td.TdClassName
{
border-color: #A940BF;
}
.TagClassName
{
border-color: #A940BF;
}
</style>