Shades of Dark Orchid #A144DC
Tints of Dark Orchid #A144DC
RGB
CMYK
RGB Variations
Color information
#A144DC (or 0xA144DC) is known color: Dark Orchid. HEX triplet: A1, 44 and DC. RGB value is (161,68,220). Sum of RGB (Red+Green+Blue) = 161+68+220=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #A144DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A144DC is #5EBB23. Grayscale: #707070. Windows color (decimal): -6208292 or 14435489. OLE color: 14435489.
HSL color Cylindrical-coordinate representation of color #A144DC: hue angle of 276.71º 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 #A144DC is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 68 | 220 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.14 |
| HSL | 276.71º | 0.68% | 0.56% | - |
| HSV(B) | 276.71º | 0.69% | 0.86% | - |
| XYZ | 29.68 | 16.88 | 69.4 | - |
| YUV | 113.14 | 188.31 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 68 | 220 | 0.27 | 0.69 | 0 | 0.14 | 276.71 | 0.68 | 0.56 |
| Hex | A1 | 44 | DC | 1B | 45 | 0 | E | 115 | 44 | 38 |
| Octal | 241 | 104 | 334 | 33 | 105 | 0 | 16 | 425 | 104 | 70 |
| Binary | 10100001 | 1000100 | 11011100 | 11011 | 1000101 | 0 | 1110 | 100010101 | 1000100 | 111000 |
Color Harmonies of #A144DC
Complementary color
Monochromatic Colors of #A144DC
Black with #A144DC
Text Example
Text Example
White with #A144DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A144DC; }
p { color: rgb(161,68,220); }
H1.HeaderClassName
{
color: #A144DC;
}
.AnyTagClassName
{
color: #A144DC;
}
</style>
background-color css
<style>
a { background-color: #A144DC; }
a { background-color: rgb(161,68,220); }
div.DivClassName
{
background-color: #A144DC;
}
.BgClassName
{
background-color: #A144DC;
}
</style>
border-color css
<style>
span { border-color: #A144DC; }
span { border-color: rgb(161,68,220); }
td.TdClassName
{
border-color: #A144DC;
}
.TagClassName
{
border-color: #A144DC;
}
</style>