Shades of Dark Orchid #A940CF
Tints of Dark Orchid #A940CF
RGB
CMYK
RGB Variations
Color information
#A940CF (or 0xA940CF) is known color: Dark Orchid. HEX triplet: A9, 40 and CF. RGB value is (169,64,207). Sum of RGB (Red+Green+Blue) = 169+64+207=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #A940CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A940CF is #56BF30. Grayscale: #6F6F6F. Windows color (decimal): -5685041 or 13582505. OLE color: 13582505.
HSL color Cylindrical-coordinate representation of color #A940CF: hue angle of 284.06º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A940CF is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 64 | 207 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.19 |
| HSL | 284.06º | 0.6% | 0.53% | - |
| HSV(B) | 284.06º | 0.69% | 0.81% | - |
| XYZ | 29.46 | 16.61 | 60.68 | - |
| YUV | 111.7 | 181.79 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 207 | 0.18 | 0.69 | 0 | 0.19 | 284.06 | 0.6 | 0.53 |
| Hex | A9 | 40 | CF | 12 | 45 | 0 | 13 | 11C | 3C | 35 |
| Octal | 251 | 100 | 317 | 22 | 105 | 0 | 23 | 434 | 74 | 65 |
| Binary | 10101001 | 1000000 | 11001111 | 10010 | 1000101 | 0 | 10011 | 100011100 | 111100 | 110101 |
Color Harmonies of #A940CF
Complementary color
Monochromatic Colors of #A940CF
Black with #A940CF
Text Example
Text Example
White with #A940CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A940CF; }
p { color: rgb(169,64,207); }
H1.HeaderClassName
{
color: #A940CF;
}
.AnyTagClassName
{
color: #A940CF;
}
</style>
background-color css
<style>
a { background-color: #A940CF; }
a { background-color: rgb(169,64,207); }
div.DivClassName
{
background-color: #A940CF;
}
.BgClassName
{
background-color: #A940CF;
}
</style>
border-color css
<style>
span { border-color: #A940CF; }
span { border-color: rgb(169,64,207); }
td.TdClassName
{
border-color: #A940CF;
}
.TagClassName
{
border-color: #A940CF;
}
</style>