Shades of Dark Orchid #A841E9
Tints of Dark Orchid #A841E9
RGB
CMYK
RGB Variations
Color information
#A841E9 (or 0xA841E9) is known color: Dark Orchid. HEX triplet: A8, 41 and E9. RGB value is (168,65,233). Sum of RGB (Red+Green+Blue) = 168+65+233=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #A841E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A841E9 is #57BE16. Grayscale: #727272. Windows color (decimal): -5750295 or 15286696. OLE color: 15286696.
HSL color Cylindrical-coordinate representation of color #A841E9: hue angle of 276.79º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A841E9 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 65 | 233 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.09 |
| HSL | 276.79º | 0.79% | 0.58% | - |
| HSV(B) | 276.79º | 0.72% | 0.91% | - |
| XYZ | 32.75 | 17.99 | 78.84 | - |
| YUV | 114.95 | 194.62 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 233 | 0.28 | 0.72 | 0 | 0.09 | 276.79 | 0.79 | 0.58 |
| Hex | A8 | 41 | E9 | 1C | 48 | 0 | 9 | 115 | 4F | 3A |
| Octal | 250 | 101 | 351 | 34 | 110 | 0 | 11 | 425 | 117 | 72 |
| Binary | 10101000 | 1000001 | 11101001 | 11100 | 1001000 | 0 | 1001 | 100010101 | 1001111 | 111010 |
Color Harmonies of #A841E9
Complementary color
Monochromatic Colors of #A841E9
Black with #A841E9
Text Example
Text Example
White with #A841E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A841E9; }
p { color: rgb(168,65,233); }
H1.HeaderClassName
{
color: #A841E9;
}
.AnyTagClassName
{
color: #A841E9;
}
</style>
background-color css
<style>
a { background-color: #A841E9; }
a { background-color: rgb(168,65,233); }
div.DivClassName
{
background-color: #A841E9;
}
.BgClassName
{
background-color: #A841E9;
}
</style>
border-color css
<style>
span { border-color: #A841E9; }
span { border-color: rgb(168,65,233); }
td.TdClassName
{
border-color: #A841E9;
}
.TagClassName
{
border-color: #A841E9;
}
</style>