Shades of Dark Orchid #A144DA
Tints of Dark Orchid #A144DA
RGB
CMYK
RGB Variations
Color information
#A144DA (or 0xA144DA) is known color: Dark Orchid. HEX triplet: A1, 44 and DA. RGB value is (161,68,218). Sum of RGB (Red+Green+Blue) = 161+68+218=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #A144DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A144DA is #5EBB25. Grayscale: #707070. Windows color (decimal): -6208294 or 14304417. OLE color: 14304417.
HSL color Cylindrical-coordinate representation of color #A144DA: hue angle of 277.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A144DA is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 68 | 218 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.15 |
| HSL | 277.2º | 0.67% | 0.56% | - |
| HSV(B) | 277.2º | 0.69% | 0.85% | - |
| XYZ | 29.42 | 16.77 | 68.02 | - |
| YUV | 112.91 | 187.31 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 68 | 218 | 0.26 | 0.69 | 0 | 0.15 | 277.2 | 0.67 | 0.56 |
| Hex | A1 | 44 | DA | 1A | 45 | 0 | F | 115 | 43 | 38 |
| Octal | 241 | 104 | 332 | 32 | 105 | 0 | 17 | 425 | 103 | 70 |
| Binary | 10100001 | 1000100 | 11011010 | 11010 | 1000101 | 0 | 1111 | 100010101 | 1000011 | 111000 |
Color Harmonies of #A144DA
Complementary color
Monochromatic Colors of #A144DA
Black with #A144DA
Text Example
Text Example
White with #A144DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A144DA; }
p { color: rgb(161,68,218); }
H1.HeaderClassName
{
color: #A144DA;
}
.AnyTagClassName
{
color: #A144DA;
}
</style>
background-color css
<style>
a { background-color: #A144DA; }
a { background-color: rgb(161,68,218); }
div.DivClassName
{
background-color: #A144DA;
}
.BgClassName
{
background-color: #A144DA;
}
</style>
border-color css
<style>
span { border-color: #A144DA; }
span { border-color: rgb(161,68,218); }
td.TdClassName
{
border-color: #A144DA;
}
.TagClassName
{
border-color: #A144DA;
}
</style>