Shades of Dark Orchid #A43ECE
Tints of Dark Orchid #A43ECE
RGB
CMYK
RGB Variations
Color information
#A43ECE (or 0xA43ECE) is known color: Dark Orchid. HEX triplet: A4, 3E and CE. RGB value is (164,62,206). Sum of RGB (Red+Green+Blue) = 164+62+206=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 62 (24.61% from 255 or 14.35% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #A43ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43ECE is #5BC131. Grayscale: #6C6C6C. Windows color (decimal): -6013234 or 13516452. OLE color: 13516452.
HSL color Cylindrical-coordinate representation of color #A43ECE: hue angle of 282.5º 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 #A43ECE is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 62 | 206 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.19 |
| HSL | 282.5º | 0.6% | 0.53% | - |
| HSV(B) | 282.5º | 0.7% | 0.81% | - |
| XYZ | 28.17 | 15.79 | 59.96 | - |
| YUV | 108.91 | 182.79 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 62 | 206 | 0.20 | 0.70 | 0 | 0.19 | 282.5 | 0.6 | 0.53 |
| Hex | A4 | 3E | CE | 14 | 46 | 0 | 13 | 11A | 3C | 35 |
| Octal | 244 | 76 | 316 | 24 | 106 | 0 | 23 | 432 | 74 | 65 |
| Binary | 10100100 | 111110 | 11001110 | 10100 | 1000110 | 0 | 10011 | 100011010 | 111100 | 110101 |
Color Harmonies of #A43ECE
Complementary color
Monochromatic Colors of #A43ECE
Black with #A43ECE
Text Example
Text Example
White with #A43ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43ECE; }
p { color: rgb(164,62,206); }
H1.HeaderClassName
{
color: #A43ECE;
}
.AnyTagClassName
{
color: #A43ECE;
}
</style>
background-color css
<style>
a { background-color: #A43ECE; }
a { background-color: rgb(164,62,206); }
div.DivClassName
{
background-color: #A43ECE;
}
.BgClassName
{
background-color: #A43ECE;
}
</style>
border-color css
<style>
span { border-color: #A43ECE; }
span { border-color: rgb(164,62,206); }
td.TdClassName
{
border-color: #A43ECE;
}
.TagClassName
{
border-color: #A43ECE;
}
</style>