Shades of Dark Orchid #A42EDE
Tints of Dark Orchid #A42EDE
RGB
CMYK
RGB Variations
Color information
#A42EDE (or 0xA42EDE) is known color: Dark Orchid. HEX triplet: A4, 2E and DE. RGB value is (164,46,222). Sum of RGB (Red+Green+Blue) = 164+46+222=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #A42EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42EDE is #5BD121. Grayscale: #646464. Windows color (decimal): -6017314 or 14560932. OLE color: 14560932.
HSL color Cylindrical-coordinate representation of color #A42EDE: hue angle of 280.23º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A42EDE is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 46 | 222 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.13 |
| HSL | 280.23º | 0.73% | 0.53% | - |
| HSV(B) | 280.23º | 0.79% | 0.87% | - |
| XYZ | 29.47 | 15.12 | 70.47 | - |
| YUV | 101.35 | 196.09 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 46 | 222 | 0.26 | 0.79 | 0 | 0.13 | 280.23 | 0.73 | 0.53 |
| Hex | A4 | 2E | DE | 1A | 4F | 0 | D | 118 | 49 | 35 |
| Octal | 244 | 56 | 336 | 32 | 117 | 0 | 15 | 430 | 111 | 65 |
| Binary | 10100100 | 101110 | 11011110 | 11010 | 1001111 | 0 | 1101 | 100011000 | 1001001 | 110101 |
Color Harmonies of #A42EDE
Complementary color
Monochromatic Colors of #A42EDE
Black with #A42EDE
Text Example
Text Example
White with #A42EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42EDE; }
p { color: rgb(164,46,222); }
H1.HeaderClassName
{
color: #A42EDE;
}
.AnyTagClassName
{
color: #A42EDE;
}
</style>
background-color css
<style>
a { background-color: #A42EDE; }
a { background-color: rgb(164,46,222); }
div.DivClassName
{
background-color: #A42EDE;
}
.BgClassName
{
background-color: #A42EDE;
}
</style>
border-color css
<style>
span { border-color: #A42EDE; }
span { border-color: rgb(164,46,222); }
td.TdClassName
{
border-color: #A42EDE;
}
.TagClassName
{
border-color: #A42EDE;
}
</style>