Shades of Dark Orchid #A040CD
Tints of Dark Orchid #A040CD
RGB
CMYK
RGB Variations
Color information
#A040CD (or 0xA040CD) is known color: Dark Orchid. HEX triplet: A0, 40 and CD. RGB value is (160,64,205). Sum of RGB (Red+Green+Blue) = 160+64+205=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #A040CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A040CD is #5FBF32. Grayscale: #6C6C6C. Windows color (decimal): -6274867 or 13451424. OLE color: 13451424.
HSL color Cylindrical-coordinate representation of color #A040CD: hue angle of 280.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A040CD is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 64 | 205 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.20 |
| HSL | 280.85º | 0.59% | 0.53% | - |
| HSV(B) | 280.85º | 0.69% | 0.8% | - |
| XYZ | 27.35 | 15.55 | 59.32 | - |
| YUV | 108.78 | 182.3 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 205 | 0.22 | 0.69 | 0 | 0.20 | 280.85 | 0.59 | 0.53 |
| Hex | A0 | 40 | CD | 16 | 45 | 0 | 14 | 119 | 3B | 35 |
| Octal | 240 | 100 | 315 | 26 | 105 | 0 | 24 | 431 | 73 | 65 |
| Binary | 10100000 | 1000000 | 11001101 | 10110 | 1000101 | 0 | 10100 | 100011001 | 111011 | 110101 |
Color Harmonies of #A040CD
Complementary color
Monochromatic Colors of #A040CD
Black with #A040CD
Text Example
Text Example
White with #A040CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A040CD; }
p { color: rgb(160,64,205); }
H1.HeaderClassName
{
color: #A040CD;
}
.AnyTagClassName
{
color: #A040CD;
}
</style>
background-color css
<style>
a { background-color: #A040CD; }
a { background-color: rgb(160,64,205); }
div.DivClassName
{
background-color: #A040CD;
}
.BgClassName
{
background-color: #A040CD;
}
</style>
border-color css
<style>
span { border-color: #A040CD; }
span { border-color: rgb(160,64,205); }
td.TdClassName
{
border-color: #A040CD;
}
.TagClassName
{
border-color: #A040CD;
}
</style>