Shades of Dark Orchid #A42EDD
Tints of Dark Orchid #A42EDD
RGB
CMYK
RGB Variations
Color information
#A42EDD (or 0xA42EDD) is known color: Dark Orchid. HEX triplet: A4, 2E and DD. RGB value is (164,46,221). Sum of RGB (Red+Green+Blue) = 164+46+221=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #A42EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42EDD is #5BD122. Grayscale: #646464. Windows color (decimal): -6017315 or 14495396. OLE color: 14495396.
HSL color Cylindrical-coordinate representation of color #A42EDD: hue angle of 280.46º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A42EDD is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 46 | 221 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.13 |
| HSL | 280.46º | 0.72% | 0.52% | - |
| HSV(B) | 280.46º | 0.79% | 0.87% | - |
| XYZ | 29.34 | 15.07 | 69.77 | - |
| YUV | 101.23 | 195.59 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 46 | 221 | 0.26 | 0.79 | 0 | 0.13 | 280.46 | 0.72 | 0.52 |
| Hex | A4 | 2E | DD | 1A | 4F | 0 | D | 118 | 48 | 34 |
| Octal | 244 | 56 | 335 | 32 | 117 | 0 | 15 | 430 | 110 | 64 |
| Binary | 10100100 | 101110 | 11011101 | 11010 | 1001111 | 0 | 1101 | 100011000 | 1001000 | 110100 |
Color Harmonies of #A42EDD
Complementary color
Monochromatic Colors of #A42EDD
Black with #A42EDD
Text Example
Text Example
White with #A42EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42EDD; }
p { color: rgb(164,46,221); }
H1.HeaderClassName
{
color: #A42EDD;
}
.AnyTagClassName
{
color: #A42EDD;
}
</style>
background-color css
<style>
a { background-color: #A42EDD; }
a { background-color: rgb(164,46,221); }
div.DivClassName
{
background-color: #A42EDD;
}
.BgClassName
{
background-color: #A42EDD;
}
</style>
border-color css
<style>
span { border-color: #A42EDD; }
span { border-color: rgb(164,46,221); }
td.TdClassName
{
border-color: #A42EDD;
}
.TagClassName
{
border-color: #A42EDD;
}
</style>