Shades of Dark Orchid #A341D0
Tints of Dark Orchid #A341D0
RGB
CMYK
RGB Variations
Color information
#A341D0 (or 0xA341D0) is known color: Dark Orchid. HEX triplet: A3, 41 and D0. RGB value is (163,65,208). Sum of RGB (Red+Green+Blue) = 163+65+208=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #A341D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A341D0 is #5CBE2F. Grayscale: #6E6E6E. Windows color (decimal): -6078000 or 13648291. OLE color: 13648291.
HSL color Cylindrical-coordinate representation of color #A341D0: hue angle of 281.12º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A341D0 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 65 | 208 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.18 |
| HSL | 281.12º | 0.6% | 0.54% | - |
| HSV(B) | 281.12º | 0.69% | 0.82% | - |
| XYZ | 28.38 | 16.12 | 61.29 | - |
| YUV | 110.6 | 182.97 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 208 | 0.22 | 0.69 | 0 | 0.18 | 281.12 | 0.6 | 0.54 |
| Hex | A3 | 41 | D0 | 16 | 45 | 0 | 12 | 119 | 3C | 36 |
| Octal | 243 | 101 | 320 | 26 | 105 | 0 | 22 | 431 | 74 | 66 |
| Binary | 10100011 | 1000001 | 11010000 | 10110 | 1000101 | 0 | 10010 | 100011001 | 111100 | 110110 |
Color Harmonies of #A341D0
Complementary color
Monochromatic Colors of #A341D0
Black with #A341D0
Text Example
Text Example
White with #A341D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A341D0; }
p { color: rgb(163,65,208); }
H1.HeaderClassName
{
color: #A341D0;
}
.AnyTagClassName
{
color: #A341D0;
}
</style>
background-color css
<style>
a { background-color: #A341D0; }
a { background-color: rgb(163,65,208); }
div.DivClassName
{
background-color: #A341D0;
}
.BgClassName
{
background-color: #A341D0;
}
</style>
border-color css
<style>
span { border-color: #A341D0; }
span { border-color: rgb(163,65,208); }
td.TdClassName
{
border-color: #A341D0;
}
.TagClassName
{
border-color: #A341D0;
}
</style>