Shades of Dark Orchid #A841EB
Tints of Dark Orchid #A841EB
RGB
CMYK
RGB Variations
Color information
#A841EB (or 0xA841EB) is known color: Dark Orchid. HEX triplet: A8, 41 and EB. RGB value is (168,65,235). Sum of RGB (Red+Green+Blue) = 168+65+235=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #A841EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A841EB is #57BE14. Grayscale: #727272. Windows color (decimal): -5750293 or 15417768. OLE color: 15417768.
HSL color Cylindrical-coordinate representation of color #A841EB: hue angle of 276.35º degrees, saturation: 0.81, 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 #A841EB is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 65 | 235 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.08 |
| HSL | 276.35º | 0.81% | 0.59% | - |
| HSV(B) | 276.35º | 0.72% | 0.92% | - |
| XYZ | 33.03 | 18.1 | 80.35 | - |
| YUV | 115.18 | 195.62 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 235 | 0.29 | 0.72 | 0 | 0.08 | 276.35 | 0.81 | 0.59 |
| Hex | A8 | 41 | EB | 1D | 48 | 0 | 8 | 114 | 51 | 3B |
| Octal | 250 | 101 | 353 | 35 | 110 | 0 | 10 | 424 | 121 | 73 |
| Binary | 10101000 | 1000001 | 11101011 | 11101 | 1001000 | 0 | 1000 | 100010100 | 1010001 | 111011 |
Color Harmonies of #A841EB
Complementary color
Monochromatic Colors of #A841EB
Black with #A841EB
Text Example
Text Example
White with #A841EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A841EB; }
p { color: rgb(168,65,235); }
H1.HeaderClassName
{
color: #A841EB;
}
.AnyTagClassName
{
color: #A841EB;
}
</style>
background-color css
<style>
a { background-color: #A841EB; }
a { background-color: rgb(168,65,235); }
div.DivClassName
{
background-color: #A841EB;
}
.BgClassName
{
background-color: #A841EB;
}
</style>
border-color css
<style>
span { border-color: #A841EB; }
span { border-color: rgb(168,65,235); }
td.TdClassName
{
border-color: #A841EB;
}
.TagClassName
{
border-color: #A841EB;
}
</style>