Shades of Dark Orchid #A841EA
Tints of Dark Orchid #A841EA
RGB
CMYK
RGB Variations
Color information
#A841EA (or 0xA841EA) is known color: Dark Orchid. HEX triplet: A8, 41 and EA. RGB value is (168,65,234). Sum of RGB (Red+Green+Blue) = 168+65+234=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #A841EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A841EA is #57BE15. Grayscale: #727272. Windows color (decimal): -5750294 or 15352232. OLE color: 15352232.
HSL color Cylindrical-coordinate representation of color #A841EA: hue angle of 276.57º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A841EA is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 65 | 234 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.08 |
| HSL | 276.57º | 0.8% | 0.59% | - |
| HSV(B) | 276.57º | 0.72% | 0.92% | - |
| XYZ | 32.89 | 18.05 | 79.59 | - |
| YUV | 115.06 | 195.12 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 234 | 0.28 | 0.72 | 0 | 0.08 | 276.57 | 0.8 | 0.59 |
| Hex | A8 | 41 | EA | 1C | 48 | 0 | 8 | 115 | 50 | 3B |
| Octal | 250 | 101 | 352 | 34 | 110 | 0 | 10 | 425 | 120 | 73 |
| Binary | 10101000 | 1000001 | 11101010 | 11100 | 1001000 | 0 | 1000 | 100010101 | 1010000 | 111011 |
Color Harmonies of #A841EA
Complementary color
Monochromatic Colors of #A841EA
Black with #A841EA
Text Example
Text Example
White with #A841EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A841EA; }
p { color: rgb(168,65,234); }
H1.HeaderClassName
{
color: #A841EA;
}
.AnyTagClassName
{
color: #A841EA;
}
</style>
background-color css
<style>
a { background-color: #A841EA; }
a { background-color: rgb(168,65,234); }
div.DivClassName
{
background-color: #A841EA;
}
.BgClassName
{
background-color: #A841EA;
}
</style>
border-color css
<style>
span { border-color: #A841EA; }
span { border-color: rgb(168,65,234); }
td.TdClassName
{
border-color: #A841EA;
}
.TagClassName
{
border-color: #A841EA;
}
</style>