Shades of Dark Orchid #A844DE
Tints of Dark Orchid #A844DE
RGB
CMYK
RGB Variations
Color information
#A844DE (or 0xA844DE) is known color: Dark Orchid. HEX triplet: A8, 44 and DE. RGB value is (168,68,222). Sum of RGB (Red+Green+Blue) = 168+68+222=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #A844DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A844DE is #57BB21. Grayscale: #727272. Windows color (decimal): -5749538 or 14566568. OLE color: 14566568.
HSL color Cylindrical-coordinate representation of color #A844DE: hue angle of 278.96º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A844DE is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 68 | 222 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.13 |
| HSL | 278.96º | 0.7% | 0.57% | - |
| HSV(B) | 278.96º | 0.69% | 0.87% | - |
| XYZ | 31.4 | 17.73 | 70.88 | - |
| YUV | 115.46 | 188.13 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 222 | 0.24 | 0.69 | 0 | 0.13 | 278.96 | 0.7 | 0.57 |
| Hex | A8 | 44 | DE | 18 | 45 | 0 | D | 117 | 46 | 39 |
| Octal | 250 | 104 | 336 | 30 | 105 | 0 | 15 | 427 | 106 | 71 |
| Binary | 10101000 | 1000100 | 11011110 | 11000 | 1000101 | 0 | 1101 | 100010111 | 1000110 | 111001 |
Color Harmonies of #A844DE
Complementary color
Monochromatic Colors of #A844DE
Black with #A844DE
Text Example
Text Example
White with #A844DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A844DE; }
p { color: rgb(168,68,222); }
H1.HeaderClassName
{
color: #A844DE;
}
.AnyTagClassName
{
color: #A844DE;
}
</style>
background-color css
<style>
a { background-color: #A844DE; }
a { background-color: rgb(168,68,222); }
div.DivClassName
{
background-color: #A844DE;
}
.BgClassName
{
background-color: #A844DE;
}
</style>
border-color css
<style>
span { border-color: #A844DE; }
span { border-color: rgb(168,68,222); }
td.TdClassName
{
border-color: #A844DE;
}
.TagClassName
{
border-color: #A844DE;
}
</style>