Shades of Dark Orchid #A440C6
Tints of Dark Orchid #A440C6
RGB
CMYK
RGB Variations
Color information
#A440C6 (or 0xA440C6) is known color: Dark Orchid. HEX triplet: A4, 40 and C6. RGB value is (164,64,198). Sum of RGB (Red+Green+Blue) = 164+64+198=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 198 - color contains mainly: blue. Hex color #A440C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A440C6 is #5BBF39. Grayscale: #6C6C6C. Windows color (decimal): -6012730 or 12992676. OLE color: 12992676.
HSL color Cylindrical-coordinate representation of color #A440C6: hue angle of 284.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A440C6 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 64 | 198 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.22 |
| HSL | 284.78º | 0.54% | 0.51% | - |
| HSV(B) | 284.78º | 0.68% | 0.78% | - |
| XYZ | 27.34 | 15.64 | 55 | - |
| YUV | 109.18 | 178.13 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 198 | 0.17 | 0.68 | 0 | 0.22 | 284.78 | 0.54 | 0.51 |
| Hex | A4 | 40 | C6 | 11 | 44 | 0 | 16 | 11D | 36 | 33 |
| Octal | 244 | 100 | 306 | 21 | 104 | 0 | 26 | 435 | 66 | 63 |
| Binary | 10100100 | 1000000 | 11000110 | 10001 | 1000100 | 0 | 10110 | 100011101 | 110110 | 110011 |
Color Harmonies of #A440C6
Complementary color
Monochromatic Colors of #A440C6
Black with #A440C6
Text Example
Text Example
White with #A440C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A440C6; }
p { color: rgb(164,64,198); }
H1.HeaderClassName
{
color: #A440C6;
}
.AnyTagClassName
{
color: #A440C6;
}
</style>
background-color css
<style>
a { background-color: #A440C6; }
a { background-color: rgb(164,64,198); }
div.DivClassName
{
background-color: #A440C6;
}
.BgClassName
{
background-color: #A440C6;
}
</style>
border-color css
<style>
span { border-color: #A440C6; }
span { border-color: rgb(164,64,198); }
td.TdClassName
{
border-color: #A440C6;
}
.TagClassName
{
border-color: #A440C6;
}
</style>