Shades of Dark Orchid #A943DC
Tints of Dark Orchid #A943DC
RGB
CMYK
RGB Variations
Color information
#A943DC (or 0xA943DC) is known color: Dark Orchid. HEX triplet: A9, 43 and DC. RGB value is (169,67,220). Sum of RGB (Red+Green+Blue) = 169+67+220=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #A943DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A943DC is #56BC23. Grayscale: #727272. Windows color (decimal): -5684260 or 14435241. OLE color: 14435241.
HSL color Cylindrical-coordinate representation of color #A943DC: hue angle of 280º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A943DC is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 67 | 220 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.14 |
| HSL | 280º | 0.69% | 0.56% | - |
| HSV(B) | 280º | 0.7% | 0.86% | - |
| XYZ | 31.29 | 17.62 | 69.46 | - |
| YUV | 114.94 | 187.29 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 67 | 220 | 0.23 | 0.70 | 0 | 0.14 | 280 | 0.69 | 0.56 |
| Hex | A9 | 43 | DC | 17 | 46 | 0 | E | 118 | 45 | 38 |
| Octal | 251 | 103 | 334 | 27 | 106 | 0 | 16 | 430 | 105 | 70 |
| Binary | 10101001 | 1000011 | 11011100 | 10111 | 1000110 | 0 | 1110 | 100011000 | 1000101 | 111000 |
Color Harmonies of #A943DC
Complementary color
Monochromatic Colors of #A943DC
Black with #A943DC
Text Example
Text Example
White with #A943DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A943DC; }
p { color: rgb(169,67,220); }
H1.HeaderClassName
{
color: #A943DC;
}
.AnyTagClassName
{
color: #A943DC;
}
</style>
background-color css
<style>
a { background-color: #A943DC; }
a { background-color: rgb(169,67,220); }
div.DivClassName
{
background-color: #A943DC;
}
.BgClassName
{
background-color: #A943DC;
}
</style>
border-color css
<style>
span { border-color: #A943DC; }
span { border-color: rgb(169,67,220); }
td.TdClassName
{
border-color: #A943DC;
}
.TagClassName
{
border-color: #A943DC;
}
</style>