Shades of Dark Orchid #A43DCE
Tints of Dark Orchid #A43DCE
RGB
CMYK
RGB Variations
Color information
#A43DCE (or 0xA43DCE) is known color: Dark Orchid. HEX triplet: A4, 3D and CE. RGB value is (164,61,206). Sum of RGB (Red+Green+Blue) = 164+61+206=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #A43DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43DCE is #5BC231. Grayscale: #6B6B6B. Windows color (decimal): -6013490 or 13516196. OLE color: 13516196.
HSL color Cylindrical-coordinate representation of color #A43DCE: hue angle of 282.62º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43DCE is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 61 | 206 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.19 |
| HSL | 282.62º | 0.6% | 0.52% | - |
| HSV(B) | 282.62º | 0.7% | 0.81% | - |
| XYZ | 28.12 | 15.69 | 59.94 | - |
| YUV | 108.33 | 183.12 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 206 | 0.20 | 0.70 | 0 | 0.19 | 282.62 | 0.6 | 0.52 |
| Hex | A4 | 3D | CE | 14 | 46 | 0 | 13 | 11B | 3C | 34 |
| Octal | 244 | 75 | 316 | 24 | 106 | 0 | 23 | 433 | 74 | 64 |
| Binary | 10100100 | 111101 | 11001110 | 10100 | 1000110 | 0 | 10011 | 100011011 | 111100 | 110100 |
Color Harmonies of #A43DCE
Complementary color
Monochromatic Colors of #A43DCE
Black with #A43DCE
Text Example
Text Example
White with #A43DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43DCE; }
p { color: rgb(164,61,206); }
H1.HeaderClassName
{
color: #A43DCE;
}
.AnyTagClassName
{
color: #A43DCE;
}
</style>
background-color css
<style>
a { background-color: #A43DCE; }
a { background-color: rgb(164,61,206); }
div.DivClassName
{
background-color: #A43DCE;
}
.BgClassName
{
background-color: #A43DCE;
}
</style>
border-color css
<style>
span { border-color: #A43DCE; }
span { border-color: rgb(164,61,206); }
td.TdClassName
{
border-color: #A43DCE;
}
.TagClassName
{
border-color: #A43DCE;
}
</style>