Shades of Dark Orchid #A841EC
Tints of Dark Orchid #A841EC
RGB
CMYK
RGB Variations
Color information
#A841EC (or 0xA841EC) is known color: Dark Orchid. HEX triplet: A8, 41 and EC. RGB value is (168,65,236). Sum of RGB (Red+Green+Blue) = 168+65+236=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #A841EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A841EC is #57BE13. Grayscale: #727272. Windows color (decimal): -5750292 or 15483304. OLE color: 15483304.
HSL color Cylindrical-coordinate representation of color #A841EC: hue angle of 276.14º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A841EC is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 65 | 236 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.07 |
| HSL | 276.14º | 0.82% | 0.59% | - |
| HSV(B) | 276.14º | 0.72% | 0.93% | - |
| XYZ | 33.18 | 18.16 | 81.11 | - |
| YUV | 115.29 | 196.12 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 236 | 0.29 | 0.72 | 0 | 0.07 | 276.14 | 0.82 | 0.59 |
| Hex | A8 | 41 | EC | 1D | 48 | 0 | 7 | 114 | 52 | 3B |
| Octal | 250 | 101 | 354 | 35 | 110 | 0 | 7 | 424 | 122 | 73 |
| Binary | 10101000 | 1000001 | 11101100 | 11101 | 1001000 | 0 | 111 | 100010100 | 1010010 | 111011 |
Color Harmonies of #A841EC
Complementary color
Monochromatic Colors of #A841EC
Black with #A841EC
Text Example
Text Example
White with #A841EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A841EC; }
p { color: rgb(168,65,236); }
H1.HeaderClassName
{
color: #A841EC;
}
.AnyTagClassName
{
color: #A841EC;
}
</style>
background-color css
<style>
a { background-color: #A841EC; }
a { background-color: rgb(168,65,236); }
div.DivClassName
{
background-color: #A841EC;
}
.BgClassName
{
background-color: #A841EC;
}
</style>
border-color css
<style>
span { border-color: #A841EC; }
span { border-color: rgb(168,65,236); }
td.TdClassName
{
border-color: #A841EC;
}
.TagClassName
{
border-color: #A841EC;
}
</style>