Shades of Dark Orchid #A42DE5
Tints of Dark Orchid #A42DE5
RGB
CMYK
RGB Variations
Color information
#A42DE5 (or 0xA42DE5) is known color: Dark Orchid. HEX triplet: A4, 2D and E5. RGB value is (164,45,229). Sum of RGB (Red+Green+Blue) = 164+45+229=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #A42DE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42DE5 is #5BD21A. Grayscale: #646464. Windows color (decimal): -6017563 or 15019428. OLE color: 15019428.
HSL color Cylindrical-coordinate representation of color #A42DE5: hue angle of 278.8º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42DE5 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 45 | 229 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.10 |
| HSL | 278.8º | 0.78% | 0.54% | - |
| HSV(B) | 278.8º | 0.8% | 0.9% | - |
| XYZ | 30.39 | 15.43 | 75.5 | - |
| YUV | 101.56 | 199.92 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 229 | 0.28 | 0.80 | 0 | 0.10 | 278.8 | 0.78 | 0.54 |
| Hex | A4 | 2D | E5 | 1C | 50 | 0 | A | 117 | 4E | 36 |
| Octal | 244 | 55 | 345 | 34 | 120 | 0 | 12 | 427 | 116 | 66 |
| Binary | 10100100 | 101101 | 11100101 | 11100 | 1010000 | 0 | 1010 | 100010111 | 1001110 | 110110 |
Color Harmonies of #A42DE5
Complementary color
Monochromatic Colors of #A42DE5
Black with #A42DE5
Text Example
Text Example
White with #A42DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42DE5; }
p { color: rgb(164,45,229); }
H1.HeaderClassName
{
color: #A42DE5;
}
.AnyTagClassName
{
color: #A42DE5;
}
</style>
background-color css
<style>
a { background-color: #A42DE5; }
a { background-color: rgb(164,45,229); }
div.DivClassName
{
background-color: #A42DE5;
}
.BgClassName
{
background-color: #A42DE5;
}
</style>
border-color css
<style>
span { border-color: #A42DE5; }
span { border-color: rgb(164,45,229); }
td.TdClassName
{
border-color: #A42DE5;
}
.TagClassName
{
border-color: #A42DE5;
}
</style>