Shades of Dark Orchid #A340C0
Tints of Dark Orchid #A340C0
RGB
CMYK
RGB Variations
Color information
#A340C0 (or 0xA340C0) is known color: Dark Orchid. HEX triplet: A3, 40 and C0. RGB value is (163,64,192). Sum of RGB (Red+Green+Blue) = 163+64+192=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #A340C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340C0 is #5CBF3F. Grayscale: #6B6B6B. Windows color (decimal): -6078272 or 12599459. OLE color: 12599459.
HSL color Cylindrical-coordinate representation of color #A340C0: hue angle of 286.41º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A340C0 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 64 | 192 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.25 |
| HSL | 286.41º | 0.5% | 0.5% | - |
| HSV(B) | 286.41º | 0.67% | 0.75% | - |
| XYZ | 26.45 | 15.26 | 51.42 | - |
| YUV | 108.19 | 175.3 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 192 | 0.15 | 0.67 | 0 | 0.25 | 286.41 | 0.5 | 0.5 |
| Hex | A3 | 40 | C0 | F | 43 | 0 | 19 | 11E | 32 | 32 |
| Octal | 243 | 100 | 300 | 17 | 103 | 0 | 31 | 436 | 62 | 62 |
| Binary | 10100011 | 1000000 | 11000000 | 1111 | 1000011 | 0 | 11001 | 100011110 | 110010 | 110010 |
Color Harmonies of #A340C0
Complementary color
Monochromatic Colors of #A340C0
Black with #A340C0
Text Example
Text Example
White with #A340C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340C0; }
p { color: rgb(163,64,192); }
H1.HeaderClassName
{
color: #A340C0;
}
.AnyTagClassName
{
color: #A340C0;
}
</style>
background-color css
<style>
a { background-color: #A340C0; }
a { background-color: rgb(163,64,192); }
div.DivClassName
{
background-color: #A340C0;
}
.BgClassName
{
background-color: #A340C0;
}
</style>
border-color css
<style>
span { border-color: #A340C0; }
span { border-color: rgb(163,64,192); }
td.TdClassName
{
border-color: #A340C0;
}
.TagClassName
{
border-color: #A340C0;
}
</style>