Shades of Dark Orchid #A943E0
Tints of Dark Orchid #A943E0
RGB
CMYK
RGB Variations
Color information
#A943E0 (or 0xA943E0) is known color: Dark Orchid. HEX triplet: A9, 43 and E0. RGB value is (169,67,224). Sum of RGB (Red+Green+Blue) = 169+67+224=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 67 (26.56% from 255 or 14.57% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #A943E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A943E0 is #56BC1F. Grayscale: #727272. Windows color (decimal): -5684256 or 14697385. OLE color: 14697385.
HSL color Cylindrical-coordinate representation of color #A943E0: hue angle of 278.98º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A943E0 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 67 | 224 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.12 |
| HSL | 278.98º | 0.72% | 0.57% | - |
| HSV(B) | 278.98º | 0.7% | 0.88% | - |
| XYZ | 31.82 | 17.83 | 72.29 | - |
| YUV | 115.4 | 189.29 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 67 | 224 | 0.25 | 0.70 | 0 | 0.12 | 278.98 | 0.72 | 0.57 |
| Hex | A9 | 43 | E0 | 19 | 46 | 0 | C | 117 | 48 | 39 |
| Octal | 251 | 103 | 340 | 31 | 106 | 0 | 14 | 427 | 110 | 71 |
| Binary | 10101001 | 1000011 | 11100000 | 11001 | 1000110 | 0 | 1100 | 100010111 | 1001000 | 111001 |
Color Harmonies of #A943E0
Complementary color
Monochromatic Colors of #A943E0
Black with #A943E0
Text Example
Text Example
White with #A943E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A943E0; }
p { color: rgb(169,67,224); }
H1.HeaderClassName
{
color: #A943E0;
}
.AnyTagClassName
{
color: #A943E0;
}
</style>
background-color css
<style>
a { background-color: #A943E0; }
a { background-color: rgb(169,67,224); }
div.DivClassName
{
background-color: #A943E0;
}
.BgClassName
{
background-color: #A943E0;
}
</style>
border-color css
<style>
span { border-color: #A943E0; }
span { border-color: rgb(169,67,224); }
td.TdClassName
{
border-color: #A943E0;
}
.TagClassName
{
border-color: #A943E0;
}
</style>