Shades of Dark Orchid #A340C2
Tints of Dark Orchid #A340C2
RGB
CMYK
RGB Variations
Color information
#A340C2 (or 0xA340C2) is known color: Dark Orchid. HEX triplet: A3, 40 and C2. RGB value is (163,64,194). Sum of RGB (Red+Green+Blue) = 163+64+194=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 194 - color contains mainly: blue. Hex color #A340C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340C2 is #5CBF3D. Grayscale: #6C6C6C. Windows color (decimal): -6078270 or 12730531. OLE color: 12730531.
HSL color Cylindrical-coordinate representation of color #A340C2: hue angle of 285.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A340C2 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 64 | 194 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.24 |
| HSL | 285.69º | 0.52% | 0.51% | - |
| HSV(B) | 285.69º | 0.67% | 0.76% | - |
| XYZ | 26.68 | 15.35 | 52.6 | - |
| YUV | 108.42 | 176.3 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 194 | 0.16 | 0.67 | 0 | 0.24 | 285.69 | 0.52 | 0.51 |
| Hex | A3 | 40 | C2 | 10 | 43 | 0 | 18 | 11E | 34 | 33 |
| Octal | 243 | 100 | 302 | 20 | 103 | 0 | 30 | 436 | 64 | 63 |
| Binary | 10100011 | 1000000 | 11000010 | 10000 | 1000011 | 0 | 11000 | 100011110 | 110100 | 110011 |
Color Harmonies of #A340C2
Complementary color
Monochromatic Colors of #A340C2
Black with #A340C2
Text Example
Text Example
White with #A340C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340C2; }
p { color: rgb(163,64,194); }
H1.HeaderClassName
{
color: #A340C2;
}
.AnyTagClassName
{
color: #A340C2;
}
</style>
background-color css
<style>
a { background-color: #A340C2; }
a { background-color: rgb(163,64,194); }
div.DivClassName
{
background-color: #A340C2;
}
.BgClassName
{
background-color: #A340C2;
}
</style>
border-color css
<style>
span { border-color: #A340C2; }
span { border-color: rgb(163,64,194); }
td.TdClassName
{
border-color: #A340C2;
}
.TagClassName
{
border-color: #A340C2;
}
</style>