Shades of Dark Orchid #A43ECF
Tints of Dark Orchid #A43ECF
RGB
CMYK
RGB Variations
Color information
#A43ECF (or 0xA43ECF) is known color: Dark Orchid. HEX triplet: A4, 3E and CF. RGB value is (164,62,207). Sum of RGB (Red+Green+Blue) = 164+62+207=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #A43ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43ECF is #5BC130. Grayscale: #6C6C6C. Windows color (decimal): -6013233 or 13581988. OLE color: 13581988.
HSL color Cylindrical-coordinate representation of color #A43ECF: hue angle of 282.21º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43ECF is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 62 | 207 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.19 |
| HSL | 282.21º | 0.6% | 0.53% | - |
| HSV(B) | 282.21º | 0.7% | 0.81% | - |
| XYZ | 28.29 | 15.84 | 60.6 | - |
| YUV | 109.03 | 183.29 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 62 | 207 | 0.21 | 0.70 | 0 | 0.19 | 282.21 | 0.6 | 0.53 |
| Hex | A4 | 3E | CF | 15 | 46 | 0 | 13 | 11A | 3C | 35 |
| Octal | 244 | 76 | 317 | 25 | 106 | 0 | 23 | 432 | 74 | 65 |
| Binary | 10100100 | 111110 | 11001111 | 10101 | 1000110 | 0 | 10011 | 100011010 | 111100 | 110101 |
Color Harmonies of #A43ECF
Complementary color
Monochromatic Colors of #A43ECF
Black with #A43ECF
Text Example
Text Example
White with #A43ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43ECF; }
p { color: rgb(164,62,207); }
H1.HeaderClassName
{
color: #A43ECF;
}
.AnyTagClassName
{
color: #A43ECF;
}
</style>
background-color css
<style>
a { background-color: #A43ECF; }
a { background-color: rgb(164,62,207); }
div.DivClassName
{
background-color: #A43ECF;
}
.BgClassName
{
background-color: #A43ECF;
}
</style>
border-color css
<style>
span { border-color: #A43ECF; }
span { border-color: rgb(164,62,207); }
td.TdClassName
{
border-color: #A43ECF;
}
.TagClassName
{
border-color: #A43ECF;
}
</style>