Shades of Dark Orchid #A440E1
Tints of Dark Orchid #A440E1
RGB
CMYK
RGB Variations
Color information
#A440E1 (or 0xA440E1) is known color: Dark Orchid. HEX triplet: A4, 40 and E1. RGB value is (164,64,225). Sum of RGB (Red+Green+Blue) = 164+64+225=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 225 (88.28% from 255 or 49.67% from 453); Max value from RGB is 225 - color contains mainly: blue. Hex color #A440E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A440E1 is #5BBF1E. Grayscale: #6F6F6F. Windows color (decimal): -6012703 or 14762148. OLE color: 14762148.
HSL color Cylindrical-coordinate representation of color #A440E1: hue angle of 277.27º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A440E1 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 64 | 225 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.12 |
| HSL | 277.27º | 0.73% | 0.57% | - |
| HSV(B) | 277.27º | 0.72% | 0.88% | - |
| XYZ | 30.73 | 17 | 72.89 | - |
| YUV | 112.25 | 191.63 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 225 | 0.27 | 0.72 | 0 | 0.12 | 277.27 | 0.73 | 0.57 |
| Hex | A4 | 40 | E1 | 1B | 48 | 0 | C | 115 | 49 | 39 |
| Octal | 244 | 100 | 341 | 33 | 110 | 0 | 14 | 425 | 111 | 71 |
| Binary | 10100100 | 1000000 | 11100001 | 11011 | 1001000 | 0 | 1100 | 100010101 | 1001001 | 111001 |
Color Harmonies of #A440E1
Complementary color
Monochromatic Colors of #A440E1
Black with #A440E1
Text Example
Text Example
White with #A440E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A440E1; }
p { color: rgb(164,64,225); }
H1.HeaderClassName
{
color: #A440E1;
}
.AnyTagClassName
{
color: #A440E1;
}
</style>
background-color css
<style>
a { background-color: #A440E1; }
a { background-color: rgb(164,64,225); }
div.DivClassName
{
background-color: #A440E1;
}
.BgClassName
{
background-color: #A440E1;
}
</style>
border-color css
<style>
span { border-color: #A440E1; }
span { border-color: rgb(164,64,225); }
td.TdClassName
{
border-color: #A440E1;
}
.TagClassName
{
border-color: #A440E1;
}
</style>