Shades of Dark Orchid #A940C1
Tints of Dark Orchid #A940C1
RGB
CMYK
RGB Variations
Color information
#A940C1 (or 0xA940C1) is known color: Dark Orchid. HEX triplet: A9, 40 and C1. RGB value is (169,64,193). Sum of RGB (Red+Green+Blue) = 169+64+193=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #A940C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A940C1 is #56BF3E. Grayscale: #6D6D6D. Windows color (decimal): -5685055 or 12665001. OLE color: 12665001.
HSL color Cylindrical-coordinate representation of color #A940C1: hue angle of 288.84º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A940C1 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 64 | 193 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.24 |
| HSL | 288.84º | 0.51% | 0.5% | - |
| HSV(B) | 288.84º | 0.67% | 0.76% | - |
| XYZ | 27.82 | 15.95 | 52.06 | - |
| YUV | 110.1 | 174.79 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 193 | 0.12 | 0.67 | 0 | 0.24 | 288.84 | 0.51 | 0.5 |
| Hex | A9 | 40 | C1 | C | 43 | 0 | 18 | 121 | 33 | 32 |
| Octal | 251 | 100 | 301 | 14 | 103 | 0 | 30 | 441 | 63 | 62 |
| Binary | 10101001 | 1000000 | 11000001 | 1100 | 1000011 | 0 | 11000 | 100100001 | 110011 | 110010 |
Color Harmonies of #A940C1
Complementary color
Monochromatic Colors of #A940C1
Black with #A940C1
Text Example
Text Example
White with #A940C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A940C1; }
p { color: rgb(169,64,193); }
H1.HeaderClassName
{
color: #A940C1;
}
.AnyTagClassName
{
color: #A940C1;
}
</style>
background-color css
<style>
a { background-color: #A940C1; }
a { background-color: rgb(169,64,193); }
div.DivClassName
{
background-color: #A940C1;
}
.BgClassName
{
background-color: #A940C1;
}
</style>
border-color css
<style>
span { border-color: #A940C1; }
span { border-color: rgb(169,64,193); }
td.TdClassName
{
border-color: #A940C1;
}
.TagClassName
{
border-color: #A940C1;
}
</style>