Shades of Dark Orchid #A440D5
Tints of Dark Orchid #A440D5
RGB
CMYK
RGB Variations
Color information
#A440D5 (or 0xA440D5) is known color: Dark Orchid. HEX triplet: A4, 40 and D5. RGB value is (164,64,213). Sum of RGB (Red+Green+Blue) = 164+64+213=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #A440D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A440D5 is #5BBF2A. Grayscale: #6E6E6E. Windows color (decimal): -6012715 or 13975716. OLE color: 13975716.
HSL color Cylindrical-coordinate representation of color #A440D5: hue angle of 280.27º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A440D5 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 64 | 213 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.16 |
| HSL | 280.27º | 0.64% | 0.54% | - |
| HSV(B) | 280.27º | 0.7% | 0.84% | - |
| XYZ | 29.15 | 16.36 | 64.57 | - |
| YUV | 110.89 | 185.63 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 213 | 0.23 | 0.70 | 0 | 0.16 | 280.27 | 0.64 | 0.54 |
| Hex | A4 | 40 | D5 | 17 | 46 | 0 | 10 | 118 | 40 | 36 |
| Octal | 244 | 100 | 325 | 27 | 106 | 0 | 20 | 430 | 100 | 66 |
| Binary | 10100100 | 1000000 | 11010101 | 10111 | 1000110 | 0 | 10000 | 100011000 | 1000000 | 110110 |
Color Harmonies of #A440D5
Complementary color
Monochromatic Colors of #A440D5
Black with #A440D5
Text Example
Text Example
White with #A440D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A440D5; }
p { color: rgb(164,64,213); }
H1.HeaderClassName
{
color: #A440D5;
}
.AnyTagClassName
{
color: #A440D5;
}
</style>
background-color css
<style>
a { background-color: #A440D5; }
a { background-color: rgb(164,64,213); }
div.DivClassName
{
background-color: #A440D5;
}
.BgClassName
{
background-color: #A440D5;
}
</style>
border-color css
<style>
span { border-color: #A440D5; }
span { border-color: rgb(164,64,213); }
td.TdClassName
{
border-color: #A440D5;
}
.TagClassName
{
border-color: #A440D5;
}
</style>