Shades of Dark Orchid #A43EDC
Tints of Dark Orchid #A43EDC
RGB
CMYK
RGB Variations
Color information
#A43EDC (or 0xA43EDC) is known color: Dark Orchid. HEX triplet: A4, 3E and DC. RGB value is (164,62,220). Sum of RGB (Red+Green+Blue) = 164+62+220=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #A43EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43EDC is #5BC123. Grayscale: #6D6D6D. Windows color (decimal): -6013220 or 14433956. OLE color: 14433956.
HSL color Cylindrical-coordinate representation of color #A43EDC: hue angle of 278.73º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A43EDC is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 62 | 220 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.14 |
| HSL | 278.73º | 0.69% | 0.55% | - |
| HSV(B) | 278.73º | 0.72% | 0.86% | - |
| XYZ | 29.95 | 16.51 | 69.32 | - |
| YUV | 110.51 | 189.79 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 62 | 220 | 0.25 | 0.72 | 0 | 0.14 | 278.73 | 0.69 | 0.55 |
| Hex | A4 | 3E | DC | 19 | 48 | 0 | E | 117 | 45 | 37 |
| Octal | 244 | 76 | 334 | 31 | 110 | 0 | 16 | 427 | 105 | 67 |
| Binary | 10100100 | 111110 | 11011100 | 11001 | 1001000 | 0 | 1110 | 100010111 | 1000101 | 110111 |
Color Harmonies of #A43EDC
Complementary color
Monochromatic Colors of #A43EDC
Black with #A43EDC
Text Example
Text Example
White with #A43EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43EDC; }
p { color: rgb(164,62,220); }
H1.HeaderClassName
{
color: #A43EDC;
}
.AnyTagClassName
{
color: #A43EDC;
}
</style>
background-color css
<style>
a { background-color: #A43EDC; }
a { background-color: rgb(164,62,220); }
div.DivClassName
{
background-color: #A43EDC;
}
.BgClassName
{
background-color: #A43EDC;
}
</style>
border-color css
<style>
span { border-color: #A43EDC; }
span { border-color: rgb(164,62,220); }
td.TdClassName
{
border-color: #A43EDC;
}
.TagClassName
{
border-color: #A43EDC;
}
</style>