Shades of Dark Orchid #A843EA
Tints of Dark Orchid #A843EA
RGB
CMYK
RGB Variations
Color information
#A843EA (or 0xA843EA) is known color: Dark Orchid. HEX triplet: A8, 43 and EA. RGB value is (168,67,234). Sum of RGB (Red+Green+Blue) = 168+67+234=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 67 (26.56% from 255 or 14.29% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #A843EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A843EA is #57BC15. Grayscale: #737373. Windows color (decimal): -5749782 or 15352744. OLE color: 15352744.
HSL color Cylindrical-coordinate representation of color #A843EA: hue angle of 276.29º degrees, saturation: 0.8, 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 #A843EA is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 67 | 234 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.08 |
| HSL | 276.29º | 0.8% | 0.59% | - |
| HSV(B) | 276.29º | 0.71% | 0.92% | - |
| XYZ | 33.01 | 18.28 | 79.63 | - |
| YUV | 116.24 | 194.46 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 234 | 0.28 | 0.71 | 0 | 0.08 | 276.29 | 0.8 | 0.59 |
| Hex | A8 | 43 | EA | 1C | 47 | 0 | 8 | 114 | 50 | 3B |
| Octal | 250 | 103 | 352 | 34 | 107 | 0 | 10 | 424 | 120 | 73 |
| Binary | 10101000 | 1000011 | 11101010 | 11100 | 1000111 | 0 | 1000 | 100010100 | 1010000 | 111011 |
Color Harmonies of #A843EA
Complementary color
Monochromatic Colors of #A843EA
Black with #A843EA
Text Example
Text Example
White with #A843EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A843EA; }
p { color: rgb(168,67,234); }
H1.HeaderClassName
{
color: #A843EA;
}
.AnyTagClassName
{
color: #A843EA;
}
</style>
background-color css
<style>
a { background-color: #A843EA; }
a { background-color: rgb(168,67,234); }
div.DivClassName
{
background-color: #A843EA;
}
.BgClassName
{
background-color: #A843EA;
}
</style>
border-color css
<style>
span { border-color: #A843EA; }
span { border-color: rgb(168,67,234); }
td.TdClassName
{
border-color: #A843EA;
}
.TagClassName
{
border-color: #A843EA;
}
</style>