Shades of Dark Orchid #A644DC
Tints of Dark Orchid #A644DC
RGB
CMYK
RGB Variations
Color information
#A644DC (or 0xA644DC) is known color: Dark Orchid. HEX triplet: A6, 44 and DC. RGB value is (166,68,220). Sum of RGB (Red+Green+Blue) = 166+68+220=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #A644DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A644DC is #59BB23. Grayscale: #727272. Windows color (decimal): -5880612 or 14435494. OLE color: 14435494.
HSL color Cylindrical-coordinate representation of color #A644DC: hue angle of 278.68º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A644DC is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 68 | 220 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.14 |
| HSL | 278.68º | 0.68% | 0.56% | - |
| HSV(B) | 278.68º | 0.69% | 0.86% | - |
| XYZ | 30.71 | 17.41 | 69.45 | - |
| YUV | 114.63 | 187.47 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 220 | 0.25 | 0.69 | 0 | 0.14 | 278.68 | 0.68 | 0.56 |
| Hex | A6 | 44 | DC | 19 | 45 | 0 | E | 117 | 44 | 38 |
| Octal | 246 | 104 | 334 | 31 | 105 | 0 | 16 | 427 | 104 | 70 |
| Binary | 10100110 | 1000100 | 11011100 | 11001 | 1000101 | 0 | 1110 | 100010111 | 1000100 | 111000 |
Color Harmonies of #A644DC
Complementary color
Monochromatic Colors of #A644DC
Black with #A644DC
Text Example
Text Example
White with #A644DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A644DC; }
p { color: rgb(166,68,220); }
H1.HeaderClassName
{
color: #A644DC;
}
.AnyTagClassName
{
color: #A644DC;
}
</style>
background-color css
<style>
a { background-color: #A644DC; }
a { background-color: rgb(166,68,220); }
div.DivClassName
{
background-color: #A644DC;
}
.BgClassName
{
background-color: #A644DC;
}
</style>
border-color css
<style>
span { border-color: #A644DC; }
span { border-color: rgb(166,68,220); }
td.TdClassName
{
border-color: #A644DC;
}
.TagClassName
{
border-color: #A644DC;
}
</style>