Shades of Dark Orchid #A040CF
Tints of Dark Orchid #A040CF
RGB
CMYK
RGB Variations
Color information
#A040CF (or 0xA040CF) is known color: Dark Orchid. HEX triplet: A0, 40 and CF. RGB value is (160,64,207). Sum of RGB (Red+Green+Blue) = 160+64+207=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #A040CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A040CF is #5FBF30. Grayscale: #6C6C6C. Windows color (decimal): -6274865 or 13582496. OLE color: 13582496.
HSL color Cylindrical-coordinate representation of color #A040CF: hue angle of 280.28º 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 #A040CF is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 64 | 207 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.19 |
| HSL | 280.28º | 0.6% | 0.53% | - |
| HSV(B) | 280.28º | 0.69% | 0.81% | - |
| XYZ | 27.59 | 15.65 | 60.6 | - |
| YUV | 109.01 | 183.3 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 207 | 0.23 | 0.69 | 0 | 0.19 | 280.28 | 0.6 | 0.53 |
| Hex | A0 | 40 | CF | 17 | 45 | 0 | 13 | 118 | 3C | 35 |
| Octal | 240 | 100 | 317 | 27 | 105 | 0 | 23 | 430 | 74 | 65 |
| Binary | 10100000 | 1000000 | 11001111 | 10111 | 1000101 | 0 | 10011 | 100011000 | 111100 | 110101 |
Color Harmonies of #A040CF
Complementary color
Monochromatic Colors of #A040CF
Black with #A040CF
Text Example
Text Example
White with #A040CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A040CF; }
p { color: rgb(160,64,207); }
H1.HeaderClassName
{
color: #A040CF;
}
.AnyTagClassName
{
color: #A040CF;
}
</style>
background-color css
<style>
a { background-color: #A040CF; }
a { background-color: rgb(160,64,207); }
div.DivClassName
{
background-color: #A040CF;
}
.BgClassName
{
background-color: #A040CF;
}
</style>
border-color css
<style>
span { border-color: #A040CF; }
span { border-color: rgb(160,64,207); }
td.TdClassName
{
border-color: #A040CF;
}
.TagClassName
{
border-color: #A040CF;
}
</style>