Shades of Dark Orchid #A340CD
Tints of Dark Orchid #A340CD
RGB
CMYK
RGB Variations
Color information
#A340CD (or 0xA340CD) is known color: Dark Orchid. HEX triplet: A3, 40 and CD. RGB value is (163,64,205). Sum of RGB (Red+Green+Blue) = 163+64+205=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #A340CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340CD is #5CBF32. Grayscale: #6D6D6D. Windows color (decimal): -6078259 or 13451427. OLE color: 13451427.
HSL color Cylindrical-coordinate representation of color #A340CD: hue angle of 282.13º 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 #A340CD is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 64 | 205 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.20 |
| HSL | 282.13º | 0.59% | 0.53% | - |
| HSV(B) | 282.13º | 0.69% | 0.8% | - |
| XYZ | 27.96 | 15.86 | 59.35 | - |
| YUV | 109.68 | 181.8 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 205 | 0.20 | 0.69 | 0 | 0.20 | 282.13 | 0.59 | 0.53 |
| Hex | A3 | 40 | CD | 14 | 45 | 0 | 14 | 11A | 3B | 35 |
| Octal | 243 | 100 | 315 | 24 | 105 | 0 | 24 | 432 | 73 | 65 |
| Binary | 10100011 | 1000000 | 11001101 | 10100 | 1000101 | 0 | 10100 | 100011010 | 111011 | 110101 |
Color Harmonies of #A340CD
Complementary color
Monochromatic Colors of #A340CD
Black with #A340CD
Text Example
Text Example
White with #A340CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340CD; }
p { color: rgb(163,64,205); }
H1.HeaderClassName
{
color: #A340CD;
}
.AnyTagClassName
{
color: #A340CD;
}
</style>
background-color css
<style>
a { background-color: #A340CD; }
a { background-color: rgb(163,64,205); }
div.DivClassName
{
background-color: #A340CD;
}
.BgClassName
{
background-color: #A340CD;
}
</style>
border-color css
<style>
span { border-color: #A340CD; }
span { border-color: rgb(163,64,205); }
td.TdClassName
{
border-color: #A340CD;
}
.TagClassName
{
border-color: #A340CD;
}
</style>