Shades of Dark Orchid #A144D6
Tints of Dark Orchid #A144D6
RGB
CMYK
RGB Variations
Color information
#A144D6 (or 0xA144D6) is known color: Dark Orchid. HEX triplet: A1, 44 and D6. RGB value is (161,68,214). Sum of RGB (Red+Green+Blue) = 161+68+214=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 214 - color contains mainly: blue. Hex color #A144D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A144D6 is #5EBB29. Grayscale: #6F6F6F. Windows color (decimal): -6208298 or 14042273. OLE color: 14042273.
HSL color Cylindrical-coordinate representation of color #A144D6: hue angle of 278.22º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A144D6 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 68 | 214 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.16 |
| HSL | 278.22º | 0.64% | 0.55% | - |
| HSV(B) | 278.22º | 0.68% | 0.84% | - |
| XYZ | 28.9 | 16.57 | 65.29 | - |
| YUV | 112.45 | 185.31 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 68 | 214 | 0.25 | 0.68 | 0 | 0.16 | 278.22 | 0.64 | 0.55 |
| Hex | A1 | 44 | D6 | 19 | 44 | 0 | 10 | 116 | 40 | 37 |
| Octal | 241 | 104 | 326 | 31 | 104 | 0 | 20 | 426 | 100 | 67 |
| Binary | 10100001 | 1000100 | 11010110 | 11001 | 1000100 | 0 | 10000 | 100010110 | 1000000 | 110111 |
Color Harmonies of #A144D6
Complementary color
Monochromatic Colors of #A144D6
Black with #A144D6
Text Example
Text Example
White with #A144D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A144D6; }
p { color: rgb(161,68,214); }
H1.HeaderClassName
{
color: #A144D6;
}
.AnyTagClassName
{
color: #A144D6;
}
</style>
background-color css
<style>
a { background-color: #A144D6; }
a { background-color: rgb(161,68,214); }
div.DivClassName
{
background-color: #A144D6;
}
.BgClassName
{
background-color: #A144D6;
}
</style>
border-color css
<style>
span { border-color: #A144D6; }
span { border-color: rgb(161,68,214); }
td.TdClassName
{
border-color: #A144D6;
}
.TagClassName
{
border-color: #A144D6;
}
</style>