Shades of Dark Orchid #A43CDC
Tints of Dark Orchid #A43CDC
RGB
CMYK
RGB Variations
Color information
#A43CDC (or 0xA43CDC) is known color: Dark Orchid. HEX triplet: A4, 3C and DC. RGB value is (164,60,220). Sum of RGB (Red+Green+Blue) = 164+60+220=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #A43CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43CDC is #5BC323. Grayscale: #6C6C6C. Windows color (decimal): -6013732 or 14433444. OLE color: 14433444.
HSL color Cylindrical-coordinate representation of color #A43CDC: hue angle of 279º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A43CDC is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 60 | 220 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.14 |
| HSL | 279º | 0.7% | 0.55% | - |
| HSV(B) | 279º | 0.73% | 0.86% | - |
| XYZ | 29.84 | 16.29 | 69.28 | - |
| YUV | 109.34 | 190.46 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 220 | 0.25 | 0.73 | 0 | 0.14 | 279 | 0.7 | 0.55 |
| Hex | A4 | 3C | DC | 19 | 49 | 0 | E | 117 | 46 | 37 |
| Octal | 244 | 74 | 334 | 31 | 111 | 0 | 16 | 427 | 106 | 67 |
| Binary | 10100100 | 111100 | 11011100 | 11001 | 1001001 | 0 | 1110 | 100010111 | 1000110 | 110111 |
Color Harmonies of #A43CDC
Complementary color
Monochromatic Colors of #A43CDC
Black with #A43CDC
Text Example
Text Example
White with #A43CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43CDC; }
p { color: rgb(164,60,220); }
H1.HeaderClassName
{
color: #A43CDC;
}
.AnyTagClassName
{
color: #A43CDC;
}
</style>
background-color css
<style>
a { background-color: #A43CDC; }
a { background-color: rgb(164,60,220); }
div.DivClassName
{
background-color: #A43CDC;
}
.BgClassName
{
background-color: #A43CDC;
}
</style>
border-color css
<style>
span { border-color: #A43CDC; }
span { border-color: rgb(164,60,220); }
td.TdClassName
{
border-color: #A43CDC;
}
.TagClassName
{
border-color: #A43CDC;
}
</style>