Shades of Dark Orchid #A843E4
Tints of Dark Orchid #A843E4
RGB
CMYK
RGB Variations
Color information
#A843E4 (or 0xA843E4) is known color: Dark Orchid. HEX triplet: A8, 43 and E4. RGB value is (168,67,228). Sum of RGB (Red+Green+Blue) = 168+67+228=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 228 (89.45% from 255 or 49.24% from 463); Max value from RGB is 228 - color contains mainly: blue. Hex color #A843E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A843E4 is #57BC1B. Grayscale: #737373. Windows color (decimal): -5749788 or 14959528. OLE color: 14959528.
HSL color Cylindrical-coordinate representation of color #A843E4: hue angle of 277.64º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A843E4 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 67 | 228 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.11 |
| HSL | 277.64º | 0.75% | 0.58% | - |
| HSV(B) | 277.64º | 0.71% | 0.89% | - |
| XYZ | 32.16 | 17.94 | 75.17 | - |
| YUV | 115.55 | 191.46 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 228 | 0.26 | 0.71 | 0 | 0.11 | 277.64 | 0.75 | 0.58 |
| Hex | A8 | 43 | E4 | 1A | 47 | 0 | B | 116 | 4B | 3A |
| Octal | 250 | 103 | 344 | 32 | 107 | 0 | 13 | 426 | 113 | 72 |
| Binary | 10101000 | 1000011 | 11100100 | 11010 | 1000111 | 0 | 1011 | 100010110 | 1001011 | 111010 |
Color Harmonies of #A843E4
Complementary color
Monochromatic Colors of #A843E4
Black with #A843E4
Text Example
Text Example
White with #A843E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A843E4; }
p { color: rgb(168,67,228); }
H1.HeaderClassName
{
color: #A843E4;
}
.AnyTagClassName
{
color: #A843E4;
}
</style>
background-color css
<style>
a { background-color: #A843E4; }
a { background-color: rgb(168,67,228); }
div.DivClassName
{
background-color: #A843E4;
}
.BgClassName
{
background-color: #A843E4;
}
</style>
border-color css
<style>
span { border-color: #A843E4; }
span { border-color: rgb(168,67,228); }
td.TdClassName
{
border-color: #A843E4;
}
.TagClassName
{
border-color: #A843E4;
}
</style>