Shades of Dark Orchid #A340CE
Tints of Dark Orchid #A340CE
RGB
CMYK
RGB Variations
Color information
#A340CE (or 0xA340CE) is known color: Dark Orchid. HEX triplet: A3, 40 and CE. RGB value is (163,64,206). Sum of RGB (Red+Green+Blue) = 163+64+206=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #A340CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340CE is #5CBF31. Grayscale: #6D6D6D. Windows color (decimal): -6078258 or 13516963. OLE color: 13516963.
HSL color Cylindrical-coordinate representation of color #A340CE: hue angle of 281.83º degrees, saturation: 0.59, 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 #A340CE is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 64 | 206 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.19 |
| HSL | 281.83º | 0.59% | 0.53% | - |
| HSV(B) | 281.83º | 0.69% | 0.81% | - |
| XYZ | 28.08 | 15.91 | 59.98 | - |
| YUV | 109.79 | 182.3 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 206 | 0.21 | 0.69 | 0 | 0.19 | 281.83 | 0.59 | 0.53 |
| Hex | A3 | 40 | CE | 15 | 45 | 0 | 13 | 11A | 3B | 35 |
| Octal | 243 | 100 | 316 | 25 | 105 | 0 | 23 | 432 | 73 | 65 |
| Binary | 10100011 | 1000000 | 11001110 | 10101 | 1000101 | 0 | 10011 | 100011010 | 111011 | 110101 |
Color Harmonies of #A340CE
Complementary color
Monochromatic Colors of #A340CE
Black with #A340CE
Text Example
Text Example
White with #A340CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340CE; }
p { color: rgb(163,64,206); }
H1.HeaderClassName
{
color: #A340CE;
}
.AnyTagClassName
{
color: #A340CE;
}
</style>
background-color css
<style>
a { background-color: #A340CE; }
a { background-color: rgb(163,64,206); }
div.DivClassName
{
background-color: #A340CE;
}
.BgClassName
{
background-color: #A340CE;
}
</style>
border-color css
<style>
span { border-color: #A340CE; }
span { border-color: rgb(163,64,206); }
td.TdClassName
{
border-color: #A340CE;
}
.TagClassName
{
border-color: #A340CE;
}
</style>