Shades of Dark Orchid #A940BE
Tints of Dark Orchid #A940BE
RGB
CMYK
RGB Variations
Color information
#A940BE (or 0xA940BE) is known color: Dark Orchid. HEX triplet: A9, 40 and BE. RGB value is (169,64,190). Sum of RGB (Red+Green+Blue) = 169+64+190=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #A940BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A940BE is #56BF41. Grayscale: #6D6D6D. Windows color (decimal): -5685058 or 12468393. OLE color: 12468393.
HSL color Cylindrical-coordinate representation of color #A940BE: hue angle of 290º 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 #A940BE is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 64 | 190 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.25 |
| HSL | 290º | 0.5% | 0.5% | - |
| HSV(B) | 290º | 0.66% | 0.75% | - |
| XYZ | 27.49 | 15.82 | 50.32 | - |
| YUV | 109.76 | 173.29 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 190 | 0.11 | 0.66 | 0 | 0.25 | 290 | 0.5 | 0.5 |
| Hex | A9 | 40 | BE | B | 42 | 0 | 19 | 122 | 32 | 32 |
| Octal | 251 | 100 | 276 | 13 | 102 | 0 | 31 | 442 | 62 | 62 |
| Binary | 10101001 | 1000000 | 10111110 | 1011 | 1000010 | 0 | 11001 | 100100010 | 110010 | 110010 |
Color Harmonies of #A940BE
Complementary color
Monochromatic Colors of #A940BE
Black with #A940BE
Text Example
Text Example
White with #A940BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A940BE; }
p { color: rgb(169,64,190); }
H1.HeaderClassName
{
color: #A940BE;
}
.AnyTagClassName
{
color: #A940BE;
}
</style>
background-color css
<style>
a { background-color: #A940BE; }
a { background-color: rgb(169,64,190); }
div.DivClassName
{
background-color: #A940BE;
}
.BgClassName
{
background-color: #A940BE;
}
</style>
border-color css
<style>
span { border-color: #A940BE; }
span { border-color: rgb(169,64,190); }
td.TdClassName
{
border-color: #A940BE;
}
.TagClassName
{
border-color: #A940BE;
}
</style>