Shades of Dark Orchid #A341DE
Tints of Dark Orchid #A341DE
RGB
CMYK
RGB Variations
Color information
#A341DE (or 0xA341DE) is known color: Dark Orchid. HEX triplet: A3, 41 and DE. RGB value is (163,65,222). Sum of RGB (Red+Green+Blue) = 163+65+222=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #A341DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A341DE is #5CBE21. Grayscale: #6F6F6F. Windows color (decimal): -6077986 or 14565795. OLE color: 14565795.
HSL color Cylindrical-coordinate representation of color #A341DE: hue angle of 277.45º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A341DE is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 65 | 222 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.13 |
| HSL | 277.45º | 0.7% | 0.56% | - |
| HSV(B) | 277.45º | 0.71% | 0.87% | - |
| XYZ | 30.18 | 16.84 | 70.77 | - |
| YUV | 112.2 | 189.97 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 222 | 0.27 | 0.71 | 0 | 0.13 | 277.45 | 0.7 | 0.56 |
| Hex | A3 | 41 | DE | 1B | 47 | 0 | D | 115 | 46 | 38 |
| Octal | 243 | 101 | 336 | 33 | 107 | 0 | 15 | 425 | 106 | 70 |
| Binary | 10100011 | 1000001 | 11011110 | 11011 | 1000111 | 0 | 1101 | 100010101 | 1000110 | 111000 |
Color Harmonies of #A341DE
Complementary color
Monochromatic Colors of #A341DE
Black with #A341DE
Text Example
Text Example
White with #A341DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A341DE; }
p { color: rgb(163,65,222); }
H1.HeaderClassName
{
color: #A341DE;
}
.AnyTagClassName
{
color: #A341DE;
}
</style>
background-color css
<style>
a { background-color: #A341DE; }
a { background-color: rgb(163,65,222); }
div.DivClassName
{
background-color: #A341DE;
}
.BgClassName
{
background-color: #A341DE;
}
</style>
border-color css
<style>
span { border-color: #A341DE; }
span { border-color: rgb(163,65,222); }
td.TdClassName
{
border-color: #A341DE;
}
.TagClassName
{
border-color: #A341DE;
}
</style>