Shades of Dark Orchid #A341C0
Tints of Dark Orchid #A341C0
RGB
CMYK
RGB Variations
Color information
#A341C0 (or 0xA341C0) is known color: Dark Orchid. HEX triplet: A3, 41 and C0. RGB value is (163,65,192). Sum of RGB (Red+Green+Blue) = 163+65+192=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #A341C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A341C0 is #5CBE3F. Grayscale: #6C6C6C. Windows color (decimal): -6078016 or 12599715. OLE color: 12599715.
HSL color Cylindrical-coordinate representation of color #A341C0: hue angle of 286.3º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A341C0 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 65 | 192 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.25 |
| HSL | 286.3º | 0.5% | 0.5% | - |
| HSV(B) | 286.3º | 0.66% | 0.75% | - |
| XYZ | 26.51 | 15.37 | 51.44 | - |
| YUV | 108.78 | 174.97 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 192 | 0.15 | 0.66 | 0 | 0.25 | 286.3 | 0.5 | 0.5 |
| Hex | A3 | 41 | C0 | F | 42 | 0 | 19 | 11E | 32 | 32 |
| Octal | 243 | 101 | 300 | 17 | 102 | 0 | 31 | 436 | 62 | 62 |
| Binary | 10100011 | 1000001 | 11000000 | 1111 | 1000010 | 0 | 11001 | 100011110 | 110010 | 110010 |
Color Harmonies of #A341C0
Complementary color
Monochromatic Colors of #A341C0
Black with #A341C0
Text Example
Text Example
White with #A341C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A341C0; }
p { color: rgb(163,65,192); }
H1.HeaderClassName
{
color: #A341C0;
}
.AnyTagClassName
{
color: #A341C0;
}
</style>
background-color css
<style>
a { background-color: #A341C0; }
a { background-color: rgb(163,65,192); }
div.DivClassName
{
background-color: #A341C0;
}
.BgClassName
{
background-color: #A341C0;
}
</style>
border-color css
<style>
span { border-color: #A341C0; }
span { border-color: rgb(163,65,192); }
td.TdClassName
{
border-color: #A341C0;
}
.TagClassName
{
border-color: #A341C0;
}
</style>