Shades of Dark Orchid #A340C1
Tints of Dark Orchid #A340C1
RGB
CMYK
RGB Variations
Color information
#A340C1 (or 0xA340C1) is known color: Dark Orchid. HEX triplet: A3, 40 and C1. RGB value is (163,64,193). Sum of RGB (Red+Green+Blue) = 163+64+193=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #A340C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340C1 is #5CBF3E. Grayscale: #6B6B6B. Windows color (decimal): -6078271 or 12664995. OLE color: 12664995.
HSL color Cylindrical-coordinate representation of color #A340C1: hue angle of 286.05º 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 #A340C1 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 64 | 193 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.24 |
| HSL | 286.05º | 0.51% | 0.5% | - |
| HSV(B) | 286.05º | 0.67% | 0.76% | - |
| XYZ | 26.56 | 15.3 | 52.01 | - |
| YUV | 108.31 | 175.8 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 193 | 0.16 | 0.67 | 0 | 0.24 | 286.05 | 0.51 | 0.5 |
| Hex | A3 | 40 | C1 | 10 | 43 | 0 | 18 | 11E | 33 | 32 |
| Octal | 243 | 100 | 301 | 20 | 103 | 0 | 30 | 436 | 63 | 62 |
| Binary | 10100011 | 1000000 | 11000001 | 10000 | 1000011 | 0 | 11000 | 100011110 | 110011 | 110010 |
Color Harmonies of #A340C1
Complementary color
Monochromatic Colors of #A340C1
Black with #A340C1
Text Example
Text Example
White with #A340C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340C1; }
p { color: rgb(163,64,193); }
H1.HeaderClassName
{
color: #A340C1;
}
.AnyTagClassName
{
color: #A340C1;
}
</style>
background-color css
<style>
a { background-color: #A340C1; }
a { background-color: rgb(163,64,193); }
div.DivClassName
{
background-color: #A340C1;
}
.BgClassName
{
background-color: #A340C1;
}
</style>
border-color css
<style>
span { border-color: #A340C1; }
span { border-color: rgb(163,64,193); }
td.TdClassName
{
border-color: #A340C1;
}
.TagClassName
{
border-color: #A340C1;
}
</style>