Shades of Dark Orchid #A943CF
Tints of Dark Orchid #A943CF
RGB
CMYK
RGB Variations
Color information
#A943CF (or 0xA943CF) is known color: Dark Orchid. HEX triplet: A9, 43 and CF. RGB value is (169,67,207). Sum of RGB (Red+Green+Blue) = 169+67+207=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #A943CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A943CF is #56BC30. Grayscale: #707070. Windows color (decimal): -5684273 or 13583273. OLE color: 13583273.
HSL color Cylindrical-coordinate representation of color #A943CF: hue angle of 283.71º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A943CF is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 67 | 207 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.19 |
| HSL | 283.71º | 0.59% | 0.54% | - |
| HSV(B) | 283.71º | 0.68% | 0.81% | - |
| XYZ | 29.63 | 16.95 | 60.74 | - |
| YUV | 113.46 | 180.79 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 67 | 207 | 0.18 | 0.68 | 0 | 0.19 | 283.71 | 0.59 | 0.54 |
| Hex | A9 | 43 | CF | 12 | 44 | 0 | 13 | 11C | 3B | 36 |
| Octal | 251 | 103 | 317 | 22 | 104 | 0 | 23 | 434 | 73 | 66 |
| Binary | 10101001 | 1000011 | 11001111 | 10010 | 1000100 | 0 | 10011 | 100011100 | 111011 | 110110 |
Color Harmonies of #A943CF
Complementary color
Monochromatic Colors of #A943CF
Black with #A943CF
Text Example
Text Example
White with #A943CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A943CF; }
p { color: rgb(169,67,207); }
H1.HeaderClassName
{
color: #A943CF;
}
.AnyTagClassName
{
color: #A943CF;
}
</style>
background-color css
<style>
a { background-color: #A943CF; }
a { background-color: rgb(169,67,207); }
div.DivClassName
{
background-color: #A943CF;
}
.BgClassName
{
background-color: #A943CF;
}
</style>
border-color css
<style>
span { border-color: #A943CF; }
span { border-color: rgb(169,67,207); }
td.TdClassName
{
border-color: #A943CF;
}
.TagClassName
{
border-color: #A943CF;
}
</style>