Shades of Dark Orchid #A843EB
Tints of Dark Orchid #A843EB
RGB
CMYK
RGB Variations
Color information
#A843EB (or 0xA843EB) is known color: Dark Orchid. HEX triplet: A8, 43 and EB. RGB value is (168,67,235). Sum of RGB (Red+Green+Blue) = 168+67+235=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 67 (26.56% from 255 or 14.26% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #A843EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A843EB is #57BC14. Grayscale: #737373. Windows color (decimal): -5749781 or 15418280. OLE color: 15418280.
HSL color Cylindrical-coordinate representation of color #A843EB: hue angle of 276.07º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A843EB is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 67 | 235 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.08 |
| HSL | 276.07º | 0.81% | 0.59% | - |
| HSV(B) | 276.07º | 0.71% | 0.92% | - |
| XYZ | 33.15 | 18.34 | 80.39 | - |
| YUV | 116.35 | 194.96 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 235 | 0.29 | 0.71 | 0 | 0.08 | 276.07 | 0.81 | 0.59 |
| Hex | A8 | 43 | EB | 1D | 47 | 0 | 8 | 114 | 51 | 3B |
| Octal | 250 | 103 | 353 | 35 | 107 | 0 | 10 | 424 | 121 | 73 |
| Binary | 10101000 | 1000011 | 11101011 | 11101 | 1000111 | 0 | 1000 | 100010100 | 1010001 | 111011 |
Color Harmonies of #A843EB
Complementary color
Monochromatic Colors of #A843EB
Black with #A843EB
Text Example
Text Example
White with #A843EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A843EB; }
p { color: rgb(168,67,235); }
H1.HeaderClassName
{
color: #A843EB;
}
.AnyTagClassName
{
color: #A843EB;
}
</style>
background-color css
<style>
a { background-color: #A843EB; }
a { background-color: rgb(168,67,235); }
div.DivClassName
{
background-color: #A843EB;
}
.BgClassName
{
background-color: #A843EB;
}
</style>
border-color css
<style>
span { border-color: #A843EB; }
span { border-color: rgb(168,67,235); }
td.TdClassName
{
border-color: #A843EB;
}
.TagClassName
{
border-color: #A843EB;
}
</style>